View Full Version : Different question


darkgenie226
06-07-2003, 10:38 PM
I got the text in the box..but is there a way where if you hit a link you can it would go there instead of a different page...

Lemon Squash
06-07-2003, 11:21 PM
<a href="http://www." target="name of iframe">Link</a>

darkgenie226
06-07-2003, 11:27 PM
Like this<a href="http://www.geocities.com/crochuntersworld/x-men" target="nameofiframe">xmen</a>

Lemon Squash
06-07-2003, 11:31 PM
no.. see this is your iframe code..

<iframe src="inline.html" name="inlineframe" width="your width" height="your height""></iframe>

name="inlineframe" <- that is the name you target it too so like it would be..

<a href="http://www.geocities.com/crochuntersworld/x-men" target="inlineframe">xmen</a>

target="inlineframe" <- see?

darkgenie226
06-07-2003, 11:34 PM
not really but ill figure it out.....sorry..thanks