HighDots Forums  

Align Right refuses to work

alt.html.tags alt.html.tags


Discuss Align Right refuses to work in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Matt
 
Posts: n/a

Default Align Right refuses to work - 06-25-2004 , 01:13 AM






Okay,

I'm going nuts here. I cannot for the life of me get the cell with the
text "Code Documentation Link:" to alight right. I've tried pulling my
CSS tag out, tried the table with set pixles for all the TD's, and
more. Nothing works.

Could someone maybe see something I'm missing? Link posted below:

thanks

http://www.phidgetsusa.com/viewproduct.asp?SKU=1000



mt3513

Reply With Quote
  #2  
Old   
Will Gittoes
 
Posts: n/a

Default Re: Align Right refuses to work - 06-29-2004 , 01:09 AM






Matt wrote:

Quote:
Okay,

I'm going nuts here. I cannot for the life of me get the cell with the
text "Code Documentation Link:" to alight right. I've tried pulling my
CSS tag out, tried the table with set pixles for all the TD's, and
more. Nothing works.

Could someone maybe see something I'm missing? Link posted below:

thanks

http://www.phidgetsusa.com/viewproduct.asp?SKU=1000



mt3513
haha! It works JUST FINE in Mozilla Firefox 0.9! But doesn't in Internet
Explorer.

Have you tried:

<font class="minicattext" style="float:right">Code Documentation
Link:</font>


The style it links to:

..minicattext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
}

Could also have

float:right

in it. This will not align the text inside to the right, but will align
the <font> element itself to the right, bringing over the text with it!

Hope this solves your problem!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.