Jump to content

borders or something


Guest tippy1000

Recommended Posts

Guest tippy1000
:) I am a total noob at html. I looked at the tutorials on the w3school. I liked them very much. But there was something that wasn't explained, or I didn't catch it. I want to build a webpage. On this webpage there will be a (I dont even know what to call it) Like a navigation pane. This pane, using no frames, will be a different color than my page...kinda like w3's and most other websites. They have a cool loking web design at the top, then on the left side there is a window? with links and such. No frames, then in the center ( usually white) the body.How would I insert these links and the left side, or right?
Link to comment
Share on other sites

The simpiest way to do this is with a table.

<table><tr><td>...your links go here...</td><td style="border:1px solid #000">...your center content here</td><td>...your other links/content here</td></tr></table>

This will put a border around the middle content. you will have ot play witht he column widths, etc.Good luck

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...