bubble_24
06-26-2003, 01:06 PM
the grey divides that spilt up the page when you use frames how do u get rid of them so you can't see them?
|
View Full Version : question about the grey divides bubble_24 06-26-2003, 01:06 PM the grey divides that spilt up the page when you use frames how do u get rid of them so you can't see them? MaGiCSuN 06-26-2003, 01:08 PM add frameborder="0" border="0" framespacing="0" to the FRAMESET code like this: <FRAMESET COLS=30%,70% border="0" frameborder="0" framespacing="0"> so not to the <frame src> code, only the frameset is enough :) Love, Mirna bubble_24 06-26-2003, 01:09 PM thank you |