Iframes alternative?

Soldato
Joined
14 Apr 2003
Posts
5,709
Location
Leicester
Hi there,

I am working on a website and most of the layout is done using images, Now one section is a flash box, the other is where the main content needs to be,

The only way I have managed to do it is using an Iframe, but that adds a second border round it, and the CSS doesnt work, even though the code for other page includes it :S

Here is the bit of code I mean (iframe)

Code:
<td colspan="6">
			<iframe name="I1" width="448" height="379" src="main.php">
            Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></td>

and I have just noticed it cut half the border off :s

Before Iframe:

before.jpg


After Iframe:

after.jpg


Sorry if this post doesnt make sence, need some sleep lol
 
Back
Top Bottom