hallo...
Wenn ich ein i-frame mach und dann frameborder 0 angeb ist immernoch ein weißer außenrand da...Wenn ich alles auf 100% stelle....wie bekomme ich den weg?
Hier mein code mit dem ich arbeite:
<HTML>
<HEAD>
<TITLE>muster.de</TITLE>
<script type="text/javascript" src="http://www.sponsorads.de/script.php?s=100785"></script>
<style type="text/css">
body {
overflow: hidden;
</style>
</HEAD>
<body>
<iframe src="http://ssv-reutlingen.de" width="100%" height="100%" name="100%" frameborder="0" scrolling="auto" marginheight="0px" marginwidth="0px"></iframe>
</body>
</HTML>
mfg