jeffrey morin wrote:
> On 3/15/07, Daniel Beardsmore <[EMAIL PROTECTED]> wrote:
>> jeffrey morin wrote:
>>> hello everyone,
>>> i have a box with 4 paragraphs in it. one paragraph has nothing but 
>>> a link which is 2 words long. my question is can i apply tex-align: 
>>> right to that link somehow without adding another class in my code.
>>>
>>> i tried #divBox p a:link {text-align: right} and i tried #divBox a 
>>> {text-align: right} neither of those worked though. does anyone have 
>>> a solution
>> [...]
>> You'll want to put the text-align property on the container of 
>> whatever you want to align. In this case, on the paragraph. Then, 
>> everything within the paragraph will be right-aligned.
> so it sounds like there is no way around adding a class to that 
> paragraph then? 
Hi Jeffrey,
Instead of text-align, maybe you can float: do you mean something like this?

    testpage
    <http://home.tiscali.nl/developerscorner/css-discuss/link_right-here.htm>

Greetings,
francky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to