I-Frames

Want a transparent Inline frame like this on your layout? Insert this code:

<iframe FRAMEBORDER="0" BORDER=0 width=616 height=426 style="position:absolute; left:36; top:163" src="HTML FILE" name="NAME OF HTML FILE" ALLOWTRANSPARENCY="true" style="filter: alpha(opacity=40)" scrolling=auto></iframe> </iframe> You need to change the width, height, left, and top to the settings you need to get it to fit right onto your page. The bigger the number after left, the farther the frame goes out from the left of the screen. The bigger the number after top, the farther down it goes from the top of the screen. Opacity is how transparent it will appear. Where it says YOUR HTML FILE HERE, that is like your main or blog page, for example < a href="http://freewebz.com/screenname/main.html" > and the HTML FILE NAME would =main.html. When you target your i-frames it will look like this: < a href="http://freewebz.com/screenname/whatever.html target="main" Whatever< /a >

Back