May be it is quite a stupid question, but I really want to know, is it possible to totally hide frames (borders, I mean)? So webpage-user will not see any separations (frameborders).
And if it is possible, then how can I do it?
Thanks.Hi,
yes its possible, just add this: frameborder="NO" to your frameset it will look like this:
<frameset rows="0,*" cols="*" framespacing="0" frameborder="NO">
Regards
Here's my code for the frameset of my first ever website ... (not then knowing the evil of frames :)
<frameset rows="30,311,*" border="0" framespacing="0" frameborder="no">
0 comments:
Post a Comment