Announcement

Collapse
No announcement yet.

Underlined Content

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Underlined Content

    Hi guys...

    i was wondering if some could help me. I have been crawling around the forum all afternoon trying to get a solution for this...

    On the product layout page of my site I have created some links and for some reason in firefox my links seem to be underlined... I have tried to change the actinic.css file by changing all instances of 'underline' to 'none' but it still doesn't seem to be working...

    any help much appreciated...
    http://www.pictureyourlife.co.uk
    http://www.coinwatch.co.uk

    #2
    where are you changing it?
    you need to make sure you edit it in the design tab in Actinic and not in your site1 folder.
    Sorry if that sounded obvious, it wasn't to me!

    editted to add...if you use the Firefox developer add-on, you can use it to pinpoint where the underline is being picked up from in your stylesheets
    Tracey

    Comment


      #3
      I have added a link underneath the product image which opens up a new window.. this is where i am getting the underlined hyperlink.

      onmouseover="this.src='<actinic:variable name="ProductImageFileName" />';"

      the "ProductImageFileName" has underline set to false...

      am a bit lost... i'm sure its something simple
      http://www.pictureyourlife.co.uk
      http://www.coinwatch.co.uk

      Comment


        #4
        you need to identify the CSS ie the class within a Span statement.

        Then go to Design tab, actinicstylesheet and change the underline for the class to none

        Comment


          #5
          sorry, I meant where are you editting the actinic.css but Jo has pointed you in the right direction now anyway
          Tracey

          Comment


            #6


            still can't sort this problemo...

            i just can't seem to find the part i need to edit.... It seems that everything on the page 'outside' of the product section seems to be ok, its just the links inside the product layout that are causing the problems....

            thanks for the help
            http://www.pictureyourlife.co.uk
            http://www.coinwatch.co.uk

            Comment


              #7
              do you have an uploaded site where we can see it?
              Tracey

              Comment


                #8
                This should help.

                Use Firefox and get the Firebug add-in. Then bring up the URL in Firefox, press F12 to launch Firebug, choose Inspect and then select the object you want to find out about. The styling and inheritance will then be shown.

                Comment


                  #9
                  Problem solved.. ive just wrapped span classes with text decoration set to non in the style sheet around the links and it seems to have worked... funny could have sworn i did that yesterday...

                  Thanks for all of your help anyway...
                  http://www.pictureyourlife.co.uk
                  http://www.coinwatch.co.uk

                  Comment

                  Working...
                  X