Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 3 of 3

Thread: links without underline..;

  1. #1
    amilo
    Guest


    Default links without underline..;

    hello

    I want to delete the underline under my links in the boxes, I tried it in the css, but it seems not to work, anyone knows how to do this

    amilo

  2. #2
    paulM
    Guest


    Default Re: links without underline..;

    Quote Originally Posted by amilo
    I tried it in the css, but it seems not to work
    I wonder how you tried, and what exactly didn't work.

    something like:
    Code:
    td.infoBoxContents a {
    text-decoration: none;
    }

  3. #3
    amilo
    Guest


    Default

    i thought it was this code i had to change:

    BODY {
    /*background: #ffffff;*/
    color: #000000;
    margin: 0px;
    background-image : url(images/OSCMAX_bg.gif);

    A {
    color: #000000;
    text-decoration: none;

    I resolved it with your code:


    .infoBoxContents a {
    text-decoration: none;
    }

    thx alot
    amilo

Similar Threads

  1. Affiliate links
    By wolve in forum osCmax v2 Installation issues
    Replies: 9
    Last Post: 11-22-2005, 02:24 PM
  2. BTS how-to links
    By afterdigital in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 04-10-2004, 02:35 AM
  3. Links manager
    By jbennette in forum osCMax v1.7 Installation
    Replies: 5
    Last Post: 02-16-2004, 03:43 PM
  4. removing the 'underline' in the boxes (e.g categories)
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 01-16-2004, 06:26 AM
  5. SSL links
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 11-26-2002, 09:13 PM

Bookmarks

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
  •