Luke2000
09-14-2005, 08:41 PM
I am relatively new to html and have just started using frames. The individual frames appear to have some padding/spacing between them. Is there any way to remove this padding/spacing?
Thankyou
Thankyou
|
Click to See Complete Forum and Search --> : Frame padding/spacing? Luke2000 09-14-2005, 08:41 PM I am relatively new to html and have just started using frames. The individual frames appear to have some padding/spacing between them. Is there any way to remove this padding/spacing? Thankyou Luke2000 09-14-2005, 09:57 PM :rolleyes: I sorted it now. An eg. can be seen below to solve this problem if anyone needs to know, pretty basic stuff but took some digging to find it for a newbie to html.... :eek: lol <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <html> <title>INSIGHT Visual Solutions - Web Design • Graphic Design • Multimedia • Animation • Illustration</title> <frameset rows="20,120,30,*" frameborder="0"> <frame src="1.htm" marginwidth="2" marginheight="0"> <frame src="2.htm" marginwidth="0" marginheight="0"> <frame src="3.htm" marginwidth="0" marginheight="0"> <frameset cols="23%,27%,27%,23%" frameborder="0"> <frame src="4.htm" marginwidth="0" marginheight="0"> <frame src="5.htm" marginwidth="0" marginheight="0"> <frame src="6.htm" marginwidth="0" marginheight="0"> <frame src="7.htm" marginwidth="0" marginheight="0"> </frameset> </frameset> </html> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |