eprops/comments-- postion to right? |
![]() ![]() |
eprops/comments-- postion to right? |
Apr 16 2005, 09:57 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Apr 2005 Member No: 125,779 |
how can i position my comments/eprops to the right?
|
|
|
|
| *mona lisa* |
Apr 16 2005, 10:17 AM
Post
#2
|
|
Guest |
Hmm..try this. Paste it into your HTML Header.
CODE <style type="text/css">
div.smalltext { text-align:right; } </style> |
|
|
|
Apr 16 2005, 11:38 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Apr 2005 Member No: 125,779 |
geee.. thanks alot! and oh! how can i make the text a little bit smaller?
|
|
|
|
| *mona lisa* |
Apr 16 2005, 11:40 AM
Post
#4
|
|
Guest |
CODE <style type="text/css"> div.smalltext { text-align:right; font-size: #px; } </style> Make the font size a bit smaller than your normal font size and put that instead. |
|
|
|
![]() ![]() |