fruitcake
06-26-2003, 02:59 AM
I found it on the CSS page, and the code works fine, except ... I don't really want EVERYthing on the page aligned opposite, just the scroll bar.
So how do I get the text back over on the left side, and still have the scrollbar over there too?
Thanks, here's my coding:
<style type="text/css">
.title1 { font-size: 10pt; color: #3B3044; line-height: 10pt; font-family: century gothic, arial, helvetica; text-align: justify; font-weight: bold }
.text1 { font-size: 8pt; color: #3B3044; line-height: 12pt; font-family: century gothic, arial, helvetica; text-align: justify }
body { direction: rtl }
</style>
Okay, I just realized I've got the text aligned justified, so I switched it to left, and it's fine now.
But can I have both? Somehow? Left aligned and justified?
Thanks again, for any help
So how do I get the text back over on the left side, and still have the scrollbar over there too?
Thanks, here's my coding:
<style type="text/css">
.title1 { font-size: 10pt; color: #3B3044; line-height: 10pt; font-family: century gothic, arial, helvetica; text-align: justify; font-weight: bold }
.text1 { font-size: 8pt; color: #3B3044; line-height: 12pt; font-family: century gothic, arial, helvetica; text-align: justify }
body { direction: rtl }
</style>
Okay, I just realized I've got the text aligned justified, so I switched it to left, and it's fine now.
But can I have both? Somehow? Left aligned and justified?
Thanks again, for any help