OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
More table trouble
This page's ID:
10556
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I appologise if you know any of this, but I'm not sure if you tried this or not. I had to do this for a page of mine. I had a single table that was off to the right and the text had to be aligned a very certain way. I resolved this be using CSS-P (Cascading Style Sheet Positioning). I made each section of the text a different CSS attribute placing each text exactly where it needed to be within the <div> tags. So the top line that is to be aligned would be one CSS tag, something like this: .container { margin-top: 20px; margin-left: 50px; height: 400px; background-color: #564698; } .text1 { margin-top: 10px; margin-left: 10px; color: #FFFFFF; } Then placed each one in the body of a <div> tag. <div class="container"> <div class="text1">Text Goes Here</div> </div> This way you can control where the text will be within the "container" tags. It is more code to write but the end result is worth it. Just be careful, Netscape 4 doesn't let you but <br> within the <div> tags. It just won't show anything. Hope this helps.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »