Announcement

Collapse
No announcement yet.

Need help w/ a little HTML

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need help w/ a little HTML

    Hi,
    Can someone help me with this html. It color needs to be Black, which I was able to do. I need to get rid of the underline, and mouse over must show italic and be red.

    <A HREF="http://search.freefind.com/find.html?id=7545377&amp;m=0&amp;p=0"><font color="black">Site Map</font></a>

    Thanks
    David
    Have Fun, Be Safe :
    Self Defense Products
    Hidden Cameras

  • #2
    Re: Need help w/ a little HTML

    Possibly be better using a bit of css.
    Place the 1st bit of code between your head tags using html area in the page property's.

    <style type="text/css">
    a.style2:link {color: #000000;text-decoration: none;}
    a.style2:visited {color: #000000;text-decoration: none;}
    a.style2:active {color: #000000;text-decoration: none;}
    a.style2:hover {color: #FF0000;text-decoration: underline;}
    </style>

    Now place the code below in a html box on the front of your BV page.

    <font style="font-size:13px" color="#000000" face="Arial"><a href="http://search.freefind.com/find.html?id=7545377&amp;m=0&amp;p=0" class="style2">Site map</a></font>

    Now preview.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Need help w/ a little HTML

      Thanks
      Have Fun, Be Safe :
      Self Defense Products
      Hidden Cameras

      Comment

      Working...
      X