please help...wierd problem!
Moderator: General Moderators
please help...wierd problem!
hi guys, my webpage become unstable under lower screen resolutions, its hard to describe what happens exactly but the layout of the screen just falls apart and leaves my webapge looking like a joke! the page im refering to is in my signature but has ANYONE had this problem or does anyone know how to get over this??
here's a HTML doctype exemple (you can use)
here's a XHTML doctype (you can use if you follow the xhtml syntax, meaning closing all tags even the <br>, wich becomes </br> and also using alt, and so on..)<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
note, doc type is the first line you put in your document (well not alwyas, but in your case it is)<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">