View Full Version : TExt links that targets frame ~ Pls Help


strawberrycake
04-09-2003, 01:36 PM
Hi, i would like to know the HTML code for text links that targets frame and that i could change the font of the text in e HTML ? I've been looking and all i can find is the HTML that unables me to change the font type and size.. Pls HelP !

Sheila
04-09-2003, 01:47 PM
<a href="Your Link" target="NAMEofFRAME">Link Name</a>
(http://www.lissaexplains.com/frames.shtml#faq)


<font size="2" face="Verdana">Your Text</font>
(http://www.lissaexplains.com/html2.shtml#color)

strawberrycake
04-09-2003, 01:56 PM
I'm sorry .. It doea not work .. It appears as two different things.. can anione help me plese ..

Sheila
04-09-2003, 01:58 PM
What appears as 2 different things, and what doesn't work?

(If you are talking about the targetting link, please post the URL to your site.)

strawberrycake
04-09-2003, 02:12 PM
I dun really need the second HTML .. what i meant is that i wan 1 HTML that allows me to have text links that target frames and i wan the HTML to change the font of e TEXT LINK in one HTML ? cAn i ?

Sheila
04-09-2003, 02:15 PM
1. <Base Target="NameOfFrame">


2. CSS
- http://www.lissaexplains.com/css.shtml
- http://www.ahfb2000.com/cssgenerator.php

strawberrycake
04-09-2003, 02:26 PM
Sorry.. I still do not u .. i don wan CSS .. i wan the HTML .. The first HTML is the one i want but i want to change the font and size of the TEXT LINK ? How do i do that ?

Peter
04-09-2003, 02:32 PM
<font size="2" face="Verdana"><a href="Your Link">Your Link Name</a></font>

strawberrycake
04-10-2003, 12:45 PM
how do i make the links below each other ?? i want a few links to be on the page but when i copy the HTML, the text links are beside each other.. How do i make them below each other ??

I wan it to look like :

TEXT LINK
TEXT LINK

but mine appears as :

TEXT LINK TEXT LINK

Pls HElp !

pb&j
04-10-2003, 01:24 PM
<font size="2" face="Verdana"><a href="Your Link">Your Link Name</a></font>
<br>
<font size="2" face="Verdana"><a href="Your Link">Your Link Name</a></font>