Announcement

Collapse
No announcement yet.

How do I...

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

  • How do I...

    How do I make it so that my links arn't underlined?

  • #2
    Although this topic is already discussed on this forum (try searching for underline), here it is again:

    You will need to tweak the HTML a little to be able to do this:

    1. Select the text box and click Edit->HTML (Ctrl + H)
    2. Select the After Tag tab and enter this code:

    <STYLE>
    <!--
    a:link
    {
    color: #0000FF;
    text-decoration:none;
    }
    a:active
    {
    color: #0000FF;
    text-decoration:none;
    }
    a:visited
    {
    color: #0000FF;
    text-decoration:none;
    }
    a:hover
    {
    color: #00FF00;
    text-decoration:none;
    }
    -->

    3. Now if you publish of preview the page the underline is gone!

    You can change the color values to anything you like.

    Pablo
    Forum Moderator
    BlueVoda Spe******t

    Comment


    • #3
      Re:

      Thank ou very much for this Pablo! I do realize that there was another thread, and I found it later, however when I tried it it didn't work because a small piece of the code was missing and I didn't realize that I could easily fix it. Thank you again.

      ~ Aegis

      Comment


      • #4
        Re: How do I...

        The topic is already discussed try the code and hope you can fix it.

        Comment


        • #5
          Re: How do I...

          thread closed

          VodaHost

          Your Website People!
          1-302-283-3777 North America / International
          02036089024 / United Kingdom
          291916438 / Australia

          ------------------------

          Top 3 Best Sellers

          Web Hosting - Unlimited disk space & bandwidth.

          Reseller Hosting - Start your own web hosting business.

          Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


          Comment

          Working...
          X