Targeting
Targets are simple to understand. When you have a frame, iframe, or new window it has to have a name. If the frame, iframe, or window name is "Iframe" and you want the link to open in it, you will have to change your links to the Frame, Iframe, or Windows name.
Your texted link will look something like this:
<a href="URL Here" target="your target here"><font face="text face like times new roman" size="font size here">Your text here</font></a>
<IFRAME name = "iframe" src = "page url here.html" width = "width here" height = "height here" scrolling = "auto" frameborder = "0" align = "right" > </IFRAME>
same as on 'Iframes' page. nothing changes.
To see it work now...paste it in the HTML Tester snippet.
|