thekatgrl
08-19-2003, 01:06 PM
eh. i know this is probably a hopeless question, but on my blog i made it reversed... y'know so the scrollbar's on the left instead of the right? is there any way to make my text still normal? like, i have to make my tables backwards and put the punctuation at the beggining of a sentence instead of the end for it to look right. it gets annoying.
MaGiCSuN
08-19-2003, 01:22 PM
ah i remember someone who wanted the scrollbar on the left put the content normal. Here it is:
http://www.lissaexplains.com/forum/showthread.php?threadid=35712&highlight=direction+rtl
see kittycats reply to the thread. She has the right code typed there. Just put that <div> around the page like this:
<body>
<div>
content here
</div></body>
and that should work..
Love,
Mirna
rwllms15
08-19-2003, 09:57 PM
Originally posted by MaGiCSuN
<body>
<div>
content here
</div></body>
and that should work...
Actually, to meet the compliance of all browsers:
<body>
<div align="justify">
content here
</div align="justify">
</body>
</html>
thekatgrl
08-20-2003, 12:16 AM
oh! yay! thanks! it worked! sorry for not searching first.. :X