Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
March 14, 2010, 06:51:17 PM

Pages: [1]   Go Down
  Print  
Author Topic: website clickable buttons not showing up  (Read 969 times)
elite66
Trekkie
**
Offline Offline

Posts: 17


« on: January 25, 2009, 01:29:19 AM »

first, I created my layout in photoshop then sliced it and imported it into DW. I have been having this button problem like forever, trying to figure out how to make them clickable. I tried to just do the simple way, just click the image button and link it. That didnt work, it would break up the page and leave a bluish like border around the images. So, I tried the hotspot tool, which I know is for if my header wasnt sliced, but I tried it anyway and that seem to work, at least when previewing it in DW. I had other problems with trying to get my site live on the web, but it finally is on the web, but you can view the home page fine but when you click on the other links, it doesnt display the image buttons, why is that? my site www.dezignxgfx.com (this is my first attempt at doing a website, just learning) I know I shouldnt have did it the photoshop route and should have just learn css/html, which I am currently and will redo the site once I grasp the coding.



Does anyone have any other suggestions on how to make the buttons clickable?? how to make the buttons show up?
« Last Edit: January 25, 2009, 01:54:54 AM by elite66 » Logged
MichaelT
Support
Galactic Royalty
*****
Offline Offline

Posts: 420


« Reply #1 on: January 25, 2009, 04:24:28 AM »

Hi,

If you go to this page of your site: http://www.dezignxgfx.com/services.html you will see the images are not showing. For example, the path to the image in your code for your "Home" button is showing as file:///C|/Users/Shandrika/Desktop/DezignX/sliced%20page/images/home.gif when it should be something like http://www.dezignxgfx.com/images/home.gif. You need to make sure all the coding for the image paths are set to the correct locations on the account/server.
« Last Edit: January 25, 2009, 11:08:29 PM by MichaelT » Logged

elite66
Trekkie
**
Offline Offline

Posts: 17


« Reply #2 on: January 25, 2009, 08:54:22 AM »

Thanks,

I went and changed each image path src down in the properties to images/home.gif ( I basically just selected the point to file button to get the image src) The problem still exists. But, I noticed that the only one that is showing up is the update/news & f.a.q buttons. When on the web on my website, I right clicked on the properties for the update/news & f.a.q button and it shows a url of http://dezignxgfx.com/images/updatesnews.gif and http://dezignxgfx.com/images/faq.gif , when I do the other buttons it shows as unavailable. I have the same src file as I have for the other buttons, so I dont know why those are the only two showing up.


Code:
<td rowspan="3">
<a href="index.html"><img src="images/logo.gif" alt="" width="241" height="244" border="0"></a></td>
<td colspan="3" rowspan="2">
<img src="images/headerleftspace.gif" width="225" height="150" alt=""></td>
<td colspan="2">
        <a href="updates_news.html"><img src="images/updatesnews.gif" width="125" height="35" border="0"></a></td>
<td colspan="2">
<a href="f.a.q.html"><img src="images/faq.gif" width="60" height="35" border="0"></a></td>
<td colspan="2">
<a href="links.html"><img src="images/links.gif" alt="" width="62" height="35" border="0"></a></td>
<td>
<img src="images/headerrightspace2.gif" width="67" height="35" alt=""></td>
<td>
<img src="file:///C|/Users/Shandrika/Desktop/DezignX/sliced page/images/spacer.gif" width="1" height="35" alt=""></td>
</tr>
<tr>
<td colspan="7">
<img src="images/headerrightspace1.gif" width="314" height="115" alt=""></td>
<td>
<img src="file:///C|/Users/Shandrika/Desktop/DezignX/sliced page/images/spacer.gif" width="1" height="115" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<a href="index.html"><img src="images/home.gif" alt="" width="59" height="95" border="0"></a></td>
<td rowspan="2">
<a href="about.html"><img src="images/about.gif" alt="" width="76" height="95" border="0"></a></td>
<td rowspan="2">
<a href="services.html"><img src="images/services.gif" alt="" width="90" height="95" border="0"></a></td>
<td rowspan="2">
<a href="rates.html"><img src="images/rates.gif" alt="" width="68" height="95" border="0"></a></td>
<td colspan="2" rowspan="2">
<a href="samples.html"><img src="images/samples.gif" alt="" width="95" height="95" border="0"></a></td>
<td colspan="2" rowspan="2">
<a href="order.html"><img src="images/order.gif" alt="" width="76" height="95" border="0"></a></td>
<td colspan="2" rowspan="2">
<a href="contact.html"><img src="images/contact.gif" alt="" width="75" height="95" border="0"></a></td>
<td>
« Last Edit: January 25, 2009, 08:55:54 AM by elite66 » Logged
Pages: [1]   Go Up
  Print  
 
Jump to: