Quote:
Originally Posted by Andi_G
Thanks a lot.
Should I use the tableless method? I am still learning it.
|
yes, if you don't have tabular data. Using divs is more easy to learn then using tables,

You also need to forget to think in terms of pixels, a web page is not a picture, with a given size,
Edit: one example:
you have in your page a search, you force it to stay on the right side using a margin-left value. You can acive same effect by using float: right and in this case doesn't matter the width of the page.
best regards