I-Frames

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

<iframe frameborder="0" border="0" width="200" height="98" src="YOUR HTML FILE" name="HTML FILE NAME" scrolling="choice" style="position:absolute; left:200px; top:400px"></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. 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