Jamaal10 Posted July 5, 2007 Share Posted July 5, 2007 When I upload a gif file to my hosting site, it loads it as a thumbnail. All of the other file types show up just fine. Anybody know how to correct it? Code from Dreamweaver: <tr><td>BBCode:</td><td><input type="text" name="thetext" onClick='highlight(this);' size="60" value="[url=<? echo 'http://' .$domain .'/'; ?>viewer.php?id=<? echo $imgf; ?>][img=<? echo 'http://' .$domain.'/'.$path.$imgf; ?>][/url]"></td></tr> <tr><td>IMAGE:</td><td><a href='viewer.php?id=<? echo $imgf; ?>'><img src='<? echo $thbf ?>'></a></td></tr> Here's an example: [url=http://xsgfx.com/viewer.php?id=bfi1183661930z.gif][img=http://xsgfx.com/images/bfi1183661930z.gif][/url] Appreciate the help! Quote Link to comment Share on other sites More sharing options...
Jamaal10 Posted July 6, 2007 Author Share Posted July 6, 2007 Hate to bump, but I cannot figure this one out... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.