Log in

View Full Version : Floating Menu code problem



webhiker
11-08-2009, 03:12 PM
I am having difficulty getting the links to work in the floating menu.
I have tried replacing the s"http://www script with my root folder name (acutabove) and also with the upcoming site name http://www.acutabove.net

Through the LIVE VIEW, the links do not work either way and some of the link names remain a different color, even though I have them set via Page Properties.

This is the way the original script reads:
td width="100%" bgcolor="#FFFFFF">
<p align="left"> <a href="http://www.dynamicdrive.com">Dynamic Drive</a><br>
<a href="http://www.dynamicdrive.com/new.htm">What's New</a><br>
<a href="http://www.dynamicdrive.com/hot.htm">What's Hot</a><br>
<a href="http://www.dynamicdrive.com/faqs.htm">FAQs</a><br>
<a href="http://www.dynamicdrive.com/morezone/">More Zone</a></td>

How do I code this to make the links work in the final product?

bluewalrus
11-08-2009, 05:34 PM
Is that all of your actually code? If so you need to start the table, open a row, have the starting tag on you cell, then close the row, and close the table. I dont think paragraphs are suppose to be in cells but am not certain off the top of my head. So add above <table any attributes you want><tr><

webhiker
11-08-2009, 06:16 PM
That is the part of the code that is editable that i'm trying to link. the whole code is on dynamicdrive.com Floating menu