Results 1 to 8 of 8

Thread: Accordion Content script/underlined link

  1. #1
    Join Date
    Feb 2008
    Posts
    17
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Question Accordion Content script/underlined link

    Hi,

    I was wondering if anyone can help me with a little problem I have on a page where I have inserted an Accordion Content script. One of the main header classes have decided to change colour and is underlined too. This is kind of strange because it uses the same CSS as the rest of them.

    Here's the page

    Greatful for help
    Sof

  2. #2
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    You seem to have an anchor tag wrapped around it. Remove it and it should go away.

  3. #3
    Join Date
    Feb 2008
    Posts
    17
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by techietim View Post
    You seem to have an anchor tag wrapped around it. Remove it and it should go away.
    Err.. I can't see it. I thought I had but I just don't know where it is...

    This is the code in DW:
    Code:
    <h3 class="mypets">Diseņo</h3>
    <div class="thepet"> 
      <ul><li><a href="#" onclick="">Fiona</a></li>
      <li><a href="#" onclick="">La Tata</a></li></ul>
    </div>
    OH, BTW. Thanks for answering my question!

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
    DD Admin

  5. #5
    Join Date
    Feb 2008
    Posts
    17
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Ok. I have tried to find the same script but I no luck. I think it might be thisone although it has been modified since I first got it.

    Thanks
    Sof

  6. #6
    Join Date
    Feb 2008
    Posts
    17
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Smile

    New try... Pushing up...

    Script:Accordion Content script
    thisone

    Hi,

    I was wondering if anyone can help me with a little problem I have on a page where I have inserted an Accordion Content script. One of the main header classes have decided to change colour and is underlined too. This is kind of strange because it uses the same CSS as the rest of them.

    Here's the page

    Sof

  7. #7
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    In your page the following markup seems to be incorrect. Check the highlighted part.

    Code:
    <h3 headerindex="2h" class="mypets"><a href="#" onclick="Inventor</a">Diseņo</a></h3>
    <div contentindex="2c" class="thepet"><a href="#" onclick="Inventor</a">
    You may be trying for the following code:

    Code:
    <h3 headerindex="2h" class="mypets"><a href="#" onclick="">Diseņo</a></h3>
    <div contentindex="2c" class="thepet"><a href="#" onclick="">Inventor</a></div>
    Last edited by codeexploiter; 09-09-2008 at 07:55 AM.

  8. The Following User Says Thank You to codeexploiter For This Useful Post:

    Sof (09-09-2008)

  9. #8
    Join Date
    Feb 2008
    Posts
    17
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    That fixed it! Thanks very much!

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
  •