OZONE Asylum
Forums
Site reviews!
Website Help 2
This page's ID:
10290
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
ZK: OK, judging by what I see at that link, I think you would benefit greatly from a pure CSS approach. I think it would be much neater and more flexible. I would [b]strongly[/b] recommend that you read through some of the [url=http://faq.ozoneasylum.com/90]CSS tutorials listed in the FAQ[/url] (there's also some good info [url=http://faq.ozoneasylum.com/90]here[/url]) and get a handle on it before you try to build your website. You did say that you are reading some tutorials and trying things out, so that's a good start. But you don't want to put the carriage before the horse. Get a firm grounding in the necessary skills first, then run amok with your web page. And since you did ask some specific questions, here are my specific answers: 1) Repeating image: You only want the image to appear once, right? Then why are you setting it as the background? Just put it in the cell itself and you're all set. 2) Space between menus: I would image it would have something to do with the fact that you set the height of the table to 350... 3) Table layout: <td> tags are for the cells (rows), <tr> tags are for the columns. A basic table layout for a top title image, a left menu and right content would look something like this: <table> <tr> <td colspan=2>This is where your title image goes</td> </tr> <tr> <td>This is your menu (on the left)</td> <td>This is your content (on the right)</td> </tr> </table> I would recommend you look into CSS layouts, though (for example, the lovely [url=http://www.bluerobot.com/web/layouts/]templates at BlueRobot[/url])--they are a much more elegant solution.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »