OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
Some Issues...
This page's ID:
27982
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
Redoing the whole layout in a CSS only variation might be what is best for search engine optimization. It appears that the layout is very strait forward and could benefit for a bit of a cleanup, maybe even sharpenning up the images. But that is not here or where you want to go. If you are going to end up using tables for the layout use the tables, don't try to break out of them with an absolute positioned div. What I would recommend is to keep the original layout (sizes etc) but set main_r2_c6.jpg (minus the text) as a background image. You can then set appropriate paddings on the TD element to position your text correctly. [code]<table border="0" cellpadding="0" cellspacing="0" width="583"> <tr> <td style="background: url('images/nav_home_main_r2_c6.jpg'); width: 583; height:417px;padding-top: 50px;padding-left:100px; padding-right: 200px;"> Your text goes in here. </td> </tr> <tr> <td><img name="main_r10_c6" src="images/nav_home/main_r10_c6.jpg" width="583" height="81" border="0" id="main_r10_c6" alt="Empress Water Gardens is located at 2911 Rives Chapel Church Road in Siler City, NC 27344." /></td> </tr> </table>[/code] You will have to modify the padding values, but that should provide a good starting point. Dan @ [url=http://www.codetown.org]Code Town[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »