• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML Code??? How do I make my website compatible for 800X600 and higher?

Krueger81

Diamond Member
Hello,

I am trying to create a website. It was created running at 1024*768 now people that get on the website at 800*600 will not be able to see my whole website. Is there anyway I could punch in some code and make it automatically fit to the screen size or something like that>

Thanks
Phil
 
maybe you can try putting it in a table where you specify the height and width, though i'm not so sure that will work (haven't coded in almost a year).
 
You can specify that your tables have width="100%" ( or whatever is appropriate if you're using them for layout )
 
Aaargh... Frames... That's like, so, so, 1997...

The page scales ok though, except for the big Computers United logo on top...
 
Originally posted by: Krueger81
here is the website in question.

I have no cleu what you guys are talking about when you say tables 🙂

Phil

Considering that your entire page is nothing but a logo, shrink the logo and you'll be good to go.

 
That would require tables. 🙂 I would suggest that you pick up a good book on HTML and start there before you try to redesign the website.

Regards
 
Back
Top