Forum Moderators: open
yours
Simon Garratt
[edited by: tedster at 5:08 am (utc) on Nov. 27, 2007]
[edit reason] removed the 'resume' signature [/edit]
And yes; there is a virus installation attempt on that page, and the code itself is fairly awful. I suggest you start from scratch and draw it out logically using DIV elements and get rid of the tables which are not sizing or flowing properly.
For screen width-sensitivity; implement max-width and have internal widths on a percentage basis. By the way; why are there page of blank lines before you even start your code? Do you realise that nothing at all can come before your <!DOCTYPE... not even blank lines?
ok i have got some div tags ont he site
Your poor code is the only reason that your site is not resizing properly which is why I am urging you to delete it and start from scratch; properly laying out the structure. You will learn from it :)
look at well-established web sites with different monitor sizes and resolutions
Good idea - and note that the screen resolution (and size of the browser window in pixels) is the issue here. The physical size of the monitor is irrelevant. But you can learn a lot by loading one of the well established websites and resizing the window.