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! Link to comment https://forums.phpfreaks.com/topic/58601-solved-gif-bbcode-issue/ 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... Link to comment https://forums.phpfreaks.com/topic/58601-solved-gif-bbcode-issue/#findComment-291526 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.