Posts: 758
Location: between here an somewhere else
|
Well first you are going to have to shrink down the width of that image in a image editing program like Photoshop or Gimp....
keep in mind that setting the width for 800 will cause some side scrolling on resolutions of 800x600 since you have to take into account the width of the browser borders and what not....setting it for like 750 is usually good....
this should fix your problem (after looking through your source)....however if it does not then you might want to make everything inside one tabel and set the width of the table to what you want the site to display as...this can also be done with CSS... I like using a table for this that way you are prtty much garunteed to keep your site within the width limitations you specify
after furhter looking at your source it seems you have a lot of tables spread around and some set to 100% width...I think you should possibly reconsider your table layout and try to incorporate all those tables into one main table that way like I said above you will be forcing the site to stay at your designated width....or you can say the heck with all the tables and use CSS
hope this helps
|