Jump to content

Need help centering


shopfor2

Recommended Posts

BTW - you have several coding errors - and tables should NOT be used for layout. That's so 90s - and they are long gone.

 

In you CSS, you have wrapper twice - but you're missing the '#', so the styles won't show. (and you can drop that position relative, as well.)

 

#wrapper {

width: 1010px;

margin: 0 auto;

}

Link to comment
Share on other sites

For a menu, use a list, not divs. And it's bad practice to have an image based menu. If someone cannot see images, they have NO navigation.

 

 

Andrea,

Thank you for helping me...

 

I was going to put tables on top of my div's so that I can add content. So what would be the correct way of doing this. I have back ground images in my div's.

 

What are lists? Is this what I would use for the navigation? I exported the html from fireworks for my nav and I guess it automatically puts it into tables??

 

Oh my, I have so much to learn :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...