HTML help!!! Frames... :( :(
Does anyone know how to specify the size of a frame in HTML? I want 4 pictures to line up, but I'm finding it impossible!!
Thanks, ~Miss Odd Serenity |
For top frames...
frameset rows="64,*" For side frames... frameset cols="150,*" 64 indicates that the top frame is 64 pixels high and 150 indicates that the left hand frame is 150 pixels wide. The first figure represents the top or first frame, and the asterisk means that the frame next to or under it just fits to the rest of the screen. Make sure your code is inbetween <> (for some reason I can't include the tags on here). Abe Babe... |
Thanks Kristen.. :)
Now I can FINALLY finish the layout for my new site design!!! ~Miss Odd Serenity |
Use php.. it's much better than html frames.
|
try using microsoft frontpage, you can change the size by draging the frame edge.
|
Thanks for all ur help!!! I'm using FRONTPAGE and i figured out what to do..
~Miss Odd Serenity |