If I have a header (img) "<img src="./images/Dan_In_Glades.jpg"width="750" height="130">" if I change the width to 100% will it just work like a table at 100% width? Will it fill the width of the page?
I'm with Creatures. It depends on the real width of the image. If you are smart try to find a program that will balance the photo for you. I've never tryed % in HTML. But I'd try to find a program to see what it looks first....or maybe even try FrontPage.
Originally posted by atomicstomp If I have a header (img) "<img src="./images/Dan_In_Glades.jpg"width="750" height="130">" if I change the width to 100% will it just work like a table at 100% width? Will it fill the width of the page?
Yes it will stretch it to fill the page. And yes it will look ugly. Not recommended for any images that have any type of detail at all. Only thing I can think of where this might be suitable is in a situation like needing an image to strech or shrink in the background, like in this menu thing I made.