help with iframe pls

Joined
Apr 29, 2005
Messages
6,400
Reaction score
130
hey people i am making a site and i used a i fram for it but i dont know how to link to the i frame, or how to insert text in the iframe

i'll clearify it a bit

<img src="file:///C|/Documents and Settings/Pieter vd Veeken/Mijn documenten/site map/Members.png" width="80" height="16" alt="" border="0"
STYLE="position: absolute; left: 355px; top: 345px;">

how to make a link out of this

and how to put text in here

<IFRAME SRC="home.html" ID="home" NAME="iframe"


width="395" height="440" allowtransparancy="yes" border="0" frameborder="0"

STYLE="position: absolute; left: 480px; top: 230px;">





</IFRAME>


</body>
</html>

thnx in advance
 
pietertje said:
<img src="file:///C|/Documents and Settings/Pieter vd Veeken/Mijn documenten/site map/Members.png" width="80" height="16" alt="" border="0"
STYLE="position: absolute; left: 355px; top: 345px;">

Lolz ! :p

My suggestion was read more about HTML tutorials, yahoo or google it. You could find tons of tutorials. ;)
 
Back