PDA

View Full Version : Help please. Button links won't work


Mammabird
05-30-2005, 01:55 PM
I've just made my first site and don't know why my button links won't work. Could someone look Here (www.majestic-cleaning.com) and tell me what I'm doing wrong?

I uploaded with FlashFXP and thought I had done everything right. The links worked fine in 1st Page Editor.

Thanks.

Mammabird
05-30-2005, 05:13 PM
My pages are uploaded and named correctly. I can't think of anything else to try. Any other suggestions? Please?

PsychoticDude85
05-31-2005, 03:35 AM
These links work:

<td valign="top">

<a href="index.htm"><img src="Images/Button2a.gif" width="147" height="39" alt="" border="0"></a>
<br><br>
<a href="Gallery.htm"><img src="Images/Button2d.gif" width="147" height="39" alt="" border="0"></a>
<br><br>
<a href="About.htm"><img src="Images/Button2e.gif" width="147" height="39" alt="" border="0"></a>
<br><br>
<a href="Employment.htm"><img src="Images/Button2b.gif" width="147" height="39" alt="" border="0"></a>
<br><br>
<a href="Contact.htm"><img src="Images/Button2f.gif" width="147" height="39" alt="" border="0"></a>

</td>
<td><table cellspacing="0" cellpadding="10">

You have the pages named with a capital letter, but your links didn't have the capital in them.

Mammabird
05-31-2005, 05:02 AM
That worked! Thank you guys so much. I'm still having a problem with the text links for pages 2 and 3 of the gallery.

<center><a href="gallery2.htm">Page 2</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="gallery3.htm">Page 3</a>

Is there maybe a problem with the numbers in the file name?

PsychoticDude85
05-31-2005, 06:11 AM
they work for me...

Terminator1138
05-31-2005, 07:49 AM
One thing I really noticed at the gallery area,is the spaces of the buttons...they are increased on those pages..and spread out more than needed.

PsychoticDude85
05-31-2005, 08:59 AM
yes that is a little odd, on some pages there is only one <br> tag between them like the index but in the gallery there are 2 :?

Mammabird
05-31-2005, 04:48 PM
I noticed that, too. I'm getting ready to fix them right now. Thanks so much for all of your help.