Hi,
Ok so what I've done to the feature site area is that I stripped everything except for the site pic and its title. Now I am wondering how we could allow more than 1 feature sites lying horizontally?
// random.php
| Code: |
if (file_exists("/sitepic/$SiteID.jpg")){
print "...<img border=0 src=./sitepic/$SiteID.jpg>";
} else {
print "<a target=_new href=./out.php?ID=$get_sites[0]><img border=\"0\" align=\"top\" src=http://open.thumbshots.org/image.pxf?url=". $get_sites[2] ."></a>
<br>" . strtoupper($get_sites[1]) . "<img src=./images/flags/$get_sites[9]>"; }
|
How come this code below doesn't show the image of the site, I am wondering
| Code: |
if (file_exists("/sitepic/$SiteID.jpg")){
print "...<img border=0 src=./sitepic/$SiteID.jpg>";
|