html help for my website

tylerdurden

New Member
Hi there, I recently designed my website but need the right html code so that all the text/images stay in place when I change the window size I'm viewing it in. Basicially I need the website to look the same on all computers and keep the resolution the same. Please help!!

Website: www.firstsignsoffrost.com
 

StephanieCordray

New Member
that has to do with tables and cell sizes. the default with most html editors is to let a table stretch the width of the browser window. If you specify sizes such as <table width="200"> all the stuff you want in that table plus rows and columns </table> instead of a percentage it will create fixed size tables.

You can also do that with layers but it's a bit trickier because you have to position them just right, too.
 
Top