View Full Version : Linking with Frames


kitty17794
06-13-2003, 08:35 PM
I know you can link with reg text, but that's so plain. Can I change the color or even link with pics on frames?

pb&j
06-14-2003, 03:19 AM
yes. to link an image is done the same way as text.

<a href="somepage.html" target="targetname">
<img src="someimage.gif">
</a>

changing the color of linked text may be done using css. perhaps do a quick search in that forum area for some good results.

kitty17794
06-14-2003, 07:16 PM
the picture appears, but when u click it the page appears in a pop-up window...what did i do wrong?

Brandon
06-14-2003, 07:29 PM
on target="name" do what frame its going into.
like how a frameset is <frame src=whatever name="name">
whatever u called the frame it goes to u do that for the target.
i'm not good at explaining these things

kitty17794
06-14-2003, 08:09 PM
Great! Thankz everyone. One last thing. There's a blue border around the pic. How do i take that off?

zangerbanger
06-14-2003, 10:01 PM
<img src="URL" border="0">

kitty17794
06-15-2003, 12:10 PM
Thanks everyone!