roadblock190
10-07-2009, 06:09 PM
Hey,
How's it going? I hope you're all doing well. I was wondering if someone could help me out.
So I've been having a couple of problems with the random content script. I basically want to put a few images in a table that randomize and when a person clicks on the image they're taken over to that site. I thought this would seem easy enough, however, it isn't.
Here are the services and software I'm using:
Go Daddy Hosting
Microsoft Expressions Web 2
When I place the images Expressions web, the code works just fine, however, the pictures aren't visible in design view. But, when I save it and preview it there isn't a problem and the images are visible in the browser.
Okay, now when I go to place the site with images up on Go Daddy and view the site, there isn't anything there and all I see are broken links and images.
I've contacted Go Daddy and they've notified me that there must be something wrong with the script.
What am I doing wrong? Please help!
And here's a sample of the div code that I've used for each image on the script:
<table style="width: 0%">
<tr>
<td><div class="group1">
<a href="www.weathernetwork.com"><img alt="" height="120" src="square1.jpg" width="193" border="0"/></a></div></td>
How's it going? I hope you're all doing well. I was wondering if someone could help me out.
So I've been having a couple of problems with the random content script. I basically want to put a few images in a table that randomize and when a person clicks on the image they're taken over to that site. I thought this would seem easy enough, however, it isn't.
Here are the services and software I'm using:
Go Daddy Hosting
Microsoft Expressions Web 2
When I place the images Expressions web, the code works just fine, however, the pictures aren't visible in design view. But, when I save it and preview it there isn't a problem and the images are visible in the browser.
Okay, now when I go to place the site with images up on Go Daddy and view the site, there isn't anything there and all I see are broken links and images.
I've contacted Go Daddy and they've notified me that there must be something wrong with the script.
What am I doing wrong? Please help!
And here's a sample of the div code that I've used for each image on the script:
<table style="width: 0%">
<tr>
<td><div class="group1">
<a href="www.weathernetwork.com"><img alt="" height="120" src="square1.jpg" width="193" border="0"/></a></div></td>