Question:

Can you take the underline off links in SiteBuilder?

by  |  earlier

0 LIKES UnLike

I want to link text that I'm using as my Title and it looks like c**p underlined.

 Tags:

   Report

1 ANSWERS


  1. You can use the following code to do that, also control the colors.

    [CODE]<style type="text/css">

    <!--

    A:link { text-decoration: none; color:pink}

    A:visited { text-decoration: none; color:white}

    A:hover { text-decoration: none; color:purple}

    -->

    </style>[/CODE]

    Note: Delete  [CODE] and [/CODE] and change colors to your desired colors.

    Use this code and the underline in your links will be gone..

    Also I recommend trying out 'PageBuilder' Nice program.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions