T'is misschien een hele simpele veelgestelde vraag, maar een tien met een griffel voor wie mijn probleem kan oplossen.
Het gaat over de rechter-topframe (de site bestaat in totaal uit 3 frames). Waarin ik op de een of andere manier de uitlijning van de tabel aan de bovenkant niet strak tegen de border aan krijg.
HTML in frames:
---------------------------------------------------
<frameset cols="182,80%" framespacing="0" frameborder="0" style="margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;">
<frame name="left" scrolling="no" noresize target="rbottom" src="bordermenu2.htm" marginwidth="0" marginheight="0">
<frameset rows="143,361*" framespacing="0" frameborder="0">
<frame name="rtop" target="rbottom" src="banner.htm" scrolling="no" marginwidth="0" marginheight="0" noresize>
<frame name="rbottom" src="home.htm" scrolling="auto" target="rbottom" marginwidth="0" marginheight="0">
</frameset>
HTML in de betreffende pagina:
-------------------------------------------------------
<html>
<head>
<link rel='Stylesheet' href='stylesheet1.css' type='text/css'>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" background="images/home/background.gif">
HTML in stylesheet:
----------------------------------------------------'
body {margin-left: 0px; margin right: 0px; margin-top: 0px; margin-bottom: 0px;}
In frontpage werkt alles oke, prima. Eenmaal geupload zit die irri rand er weer tussen.
Je kunt ook de onderstaande URL checken voor het probleempje, alvast bedankt. De search al gebruikt en geen oplossing gevonden.
Het gaat over de rechter-topframe (de site bestaat in totaal uit 3 frames). Waarin ik op de een of andere manier de uitlijning van de tabel aan de bovenkant niet strak tegen de border aan krijg.
HTML in frames:
---------------------------------------------------
<frameset cols="182,80%" framespacing="0" frameborder="0" style="margin-top:0;margin-left:0;margin-bottom:0;margin-right:0;">
<frame name="left" scrolling="no" noresize target="rbottom" src="bordermenu2.htm" marginwidth="0" marginheight="0">
<frameset rows="143,361*" framespacing="0" frameborder="0">
<frame name="rtop" target="rbottom" src="banner.htm" scrolling="no" marginwidth="0" marginheight="0" noresize>
<frame name="rbottom" src="home.htm" scrolling="auto" target="rbottom" marginwidth="0" marginheight="0">
</frameset>
HTML in de betreffende pagina:
-------------------------------------------------------
<html>
<head>
<link rel='Stylesheet' href='stylesheet1.css' type='text/css'>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" background="images/home/background.gif">
HTML in stylesheet:
----------------------------------------------------'
body {margin-left: 0px; margin right: 0px; margin-top: 0px; margin-bottom: 0px;}
In frontpage werkt alles oke, prima. Eenmaal geupload zit die irri rand er weer tussen.
Je kunt ook de onderstaande URL checken voor het probleempje, alvast bedankt. De search al gebruikt en geen oplossing gevonden.