need help with links

  1. #1
    scott46825 is offline Newbie

    need help with links

    This may sound like a stupid question,but here it goes;
    I am using text as a link to other pages on my site.however the size is different on one of them and I cant figure out why or how to change it.
    here is the code I am using:
    <A HREF="http://yoursite.com/page.html">PAGE</FONT></A><br>

    someone please help.
    -Scott


  2. #2
    D-A-L is offline D-A-L Administrator
    Hi,

    You have a </FONT> tag in there which you dont need.

    Change the code to:

    Code:
    <A HREF="http://yoursite.com/page.html">PAGE</A><br>

  3. #3
    scott46825 is offline Newbie
    Tackle the Web with $5.99 .COM's from Go Daddy!
    thanks i will give that a try.
    -Scott

+ Reply to Thread