Jump to content

Upgrading from Tables to CSS


NovaArgon

Recommended Posts

Your really missing the point of CSS. When using CSS, you don't use tables except when displaying data in a spreadsheet type way. If you want to position your images, you need to one of the following:

 

1) use absolute positioning of divs

2) use relative positioning of divs

 

Absolute positioning is easier, but text that is enlarged by the user can really break the layout of the page. Search around the web for "CSS float tutorial" and you will find what you need to get going with relative positioning.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.