width="95%"

edited to add: That is 95% of th width of the continer that the table resides in. So if the table resides in a Body that is set to 800px wide, the table will only be 95% of 800px. But if the body is set to 95% (to give 2.5% margins) then the table will only be 95% of the original 95% (=90.25% of the whole page).
swirt said:
width="95%"
Smart aleck. I didn't know I could use '%'. I don't set the body width, just the table width. Which seems to adjust itself on some pages. (The rooms page with all the photos and the events pages do that, so I had to adjust the header so it was the same size.)
I'm always nervous with floating sizes that the text will be all over the place and nothing will line up.
.
That is the biggest hassle with a fluid site is you give up control of the width, but you win the battle of not being able to fit certain browsers.
.
So, it's a design thing, then. If it is designed to 'fit' most browsers, it may look good on one and bad on 3, or vice versa. Arrrgh! I know some of my stuff looks horrible on a Mac. And if you increase the font size the text and the pictures don't line up anymore in IE.
So, how do web designers go about making sure their client's site looks good 95% of the time? By using a fluid width size? Or do they just find out what browser their client uses, design for that and hope the client never sees the site on the 'wrong' platform? (Bad, designer, bad. I joke, but I bet some people do that.)
.
Its a design thing. Most of the time designers went with what the majority of people had for screen sizes at the time, most trackers can show you that pretty easilly. The problem is that those numbers creep up over the years .. and in many ways will continue to creep up....but also now there is a split thanks to webphones.
Predominantly if you are using tables to control your layout then fluid width may be a bit more difficult. To pull off fluid witdth well, you need the kind of layout power you get from css. (but that opens up other cans of worms as diferent browsers implement css differently ... although that has gotten a lot better).
However, what you are asking about is a bit of a different issue. You are asking about retrofitting an existing site as opposed to starting with a new site. With a new site you'll take photo sizes and their placement in a fluid design differently than if you are trying to apply a fluid design and make sure they still accommodate your old photos.
.