View Full Version : Sizing


StealthBlitz
07-20-2003, 04:45 AM
How do i resize my left and top?

http://www31.brinkster.com/aznmib/index.html

Dude128
07-20-2003, 05:05 AM
to change the size of a frame, just modify the values in the rows or cols attributes in your <frameset> tags :)

StealthBlitz
07-20-2003, 05:11 AM
how would i get it precise?

(width, Height?)

Dude128
07-20-2003, 05:17 AM
I'm not quite sure what you mean- the numbers for those attributes define with width or height of the frames. so if you wanted the top frame to be 150 pixels high, you would have rows="150,*" instead of rows="100,*" like you have. same format for the width of the left frame.

StealthBlitz
07-20-2003, 06:53 AM
thanks