Results 1 to 4 of 4

Thread: Kompozer hyperlink question

  1. #1
    Join Date
    Aug 2006
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Kompozer hyperlink question

    How do I create a hyperlink in Komposer without having it appear underlined? i.e. I want to do this HYPERLINK instead of this HYPERLINK

  2. #2

    Re: Kompozer hyperlink question

    Hi,

    You could do something like this with HTML tags and a little CSS

    Code:
    <A STYLE="text-decoration:none" HREF="link.html">
    This is an unusual link, it has no underline</A>
    -Ash R

  3. #3
    Join Date
    Aug 2006
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Kompozer hyperlink question

    Quote Originally Posted by Ash R View Post
    Hi,

    You could do something like this with HTML tags and a little CSS

    Code:
    <A STYLE="text-decoration:none" HREF="link.html">
    This is an unusual link, it has no underline</A>
    -Ash R
    Thanks,I was hoping there was a simpler choice in one of the menus.

  4. #4
    Join Date
    Feb 2006
    Location
    Adelaide, South Australia
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Kompozer hyperlink question

    Very useful site for learning html / xhtml / css:

    http://www.w3schools.com/
    Linux Mint 8 64 Bit | Intel Core 2 Duo CPU E8500 @ 3.80GHz (OC) | 4GB Kingston RAM | Asus P5Q Delux Motherboard | Asus EN9800GT (NVIDIA) | WD 120GB / WD 720GB SATA2 HDDs

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •