Click to See Complete Forum and Search --> : no gap between frames


ukemike
08-29-2003, 09:53 AM
Hey guys. i got a question for you. its not really a javascript question but it relates to it and i love this forum cuz u get answers in like a minute.

anyway. i have a website with 4 frames:


top window
------------------------------------------
left | middle | right
| |
| |
| |
| |



i need the frames set up so that there is no gap between the them. This is because im making a picture and then cuting it into and puttin one part in the top window and one in the left window. they have to match up. i still am getting a gap in between the frames. i set "BORDER=0" for all of them. any ideas why this is happening

thanx
mike

soccer362001
08-29-2003, 11:07 AM
Can you post your code??

marshall_73
08-29-2003, 11:54 AM
In de frameset-tag put this in:

<frameset framespacing="0" frameborder="0">
.....
.....
</frameset>

Gr. M.