List-O-Rama! 2 (free extension) Support Product Page

Links don't work

Asked 19 Apr 2010 13:44:18
1
has this question
19 Apr 2010 13:44:18 Ken Wheeler posted:
I can't get the links to work. What is the exact format for entering the link address please?

Replies

Replied 20 Apr 2010 09:35:52
20 Apr 2010 09:35:52 Miroslav Zografski replied:
Hello Ken,

can you post here the code generated from List-O-Rama?

Regards,
Replied 29 Apr 2010 15:25:42
29 Apr 2010 15:25:42 Ken Wheeler replied:
Hi, sorry for the delay - been with a client for a week.

HTML code:

<div id="navcontainer">
  <ul id="navlist">
    <li><a href="index.htm" title="Curlbrook home page">Home</a></li>
    <li><a href="contact.html" title="How to contact Curlbrook">Contact Us</a></li>
    <li><a href="about.html" title="All about our experience">About Us</a></li>
    <li><a href="links.html" title="Links to related sites">Links</a></li>
  </ul>
</div>

Styles code:

#navcontainer
{
margin: 0;
padding: 5px 0 7px 5px;
width: 50%;
line-height: 1.75;
background-color: #669;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
}

ul#navlist
{
display: inline;
list-style: none;
}

ul#navlist li
{
float: left;
width: auto;
margin-right: 5px;
border: 2px solid #fff;
background-color: #ddd;
}

ul#navlist li a
{
padding: 0 10px;
line-height: 1.75;
text-decoration: none;
color: #03C;
}

ul#navlist li a#current
{
background-color: #669;
color: #fff;
}

ul#navlist li a:hover, ul#navlist a#current:hover
{
background-color: #777;
color: #fff;
}

ul#navlist li a:active, ul#navlist li#active a#current:active
{
background-color: #f63;
color: #fff;
}


Hope you can help. Regards,
Ken
Replied 04 May 2010 15:30:11
04 May 2010 15:30:11 Ken Wheeler replied:
OK, I've sorted this. Browser using cache which I forgot to clear before testing a new setup. Thanks for the help.

Ken
Replied 05 May 2010 09:56:49
05 May 2010 09:56:49 Miroslav Zografski replied:
Hello Ken,

Thanks for the feedback.
Glad that you have sorted that out.

Regards,

Reply to this topic