View Full Version : How do you make the height/width to your exact standards?


Snooze
02-05-2003, 12:22 AM
o.o; I understand I'm not the brightest lightbulb.

Alcy
02-05-2003, 12:24 AM
The height and width of what?

A table?
<table width="#" height="#">

Snooze
02-05-2003, 12:27 AM
An image

Alcy
02-05-2003, 12:30 AM
It's better to resize it in a program.

<img src="IMAGE.GIF" width="#" height="#">

If you resize it that way, it may look distorted. It'll also take the same amount of time to load because it's the same file size (even though you've resized it smaller... or larger).