HTML help please!

zimu

Diamond Member
Jun 15, 2001
6,209
0
0
This seems like it should be possible to do.

Basiclaly i have an image that is, say 800X400 pixels in size.

If I want to change this size, WITHOUT using <img src = &quot;hi.jpg&quot; width=200 height = 100>, can i use PERCENTAGES somehow? like say show it at 50% its size? Its for dynamic text in cold fusion, so it will be processing images of all resolutions, hence i can't give a definite pixel dimension, only a relative one.

anyone have an idea?
 

RedRooster

Diamond Member
Sep 14, 2000
6,596
0
76
I'm rusty, but I'll give this a shot. :)
First, I thought one could substitute percentage numbers in the height and width values? Maybe I'm smoking something.
But, this might work as well. You could make a table and put the picture in a table cell. Then it'd always be in the same spot on the page and the exact same size. I dunno, might work.