LankyMac Posted August 10, 2007 Share Posted August 10, 2007 Hi Guys, I have a simple PHP forum and have allowed HTML signatures. I have also recently invested in Adobe photoshop and imageready and have created a banner for a signature. Problem is I don't know how to add it! I have tried the html code that adobe suggests but it didn't work. What is the code I need to input? I appreciate any help LankyMac Link to comment https://forums.phpfreaks.com/topic/64302-simple-question-i-think-not-for-me-obviously/ Share on other sites More sharing options...
php_tom Posted August 10, 2007 Share Posted August 10, 2007 Try: <img src="myFolder/mySecondFolder/myImage.jpg" /> Post back if that doesn't work. Link to comment https://forums.phpfreaks.com/topic/64302-simple-question-i-think-not-for-me-obviously/#findComment-320570 Share on other sites More sharing options...
LankyMac Posted August 10, 2007 Author Share Posted August 10, 2007 Just tried it and it didn't work! I have put the file into php/images/ using smart ftp and just tried: <img src="http://www.poker-punks.com/php/images/first-banner.gif" /> Link to comment https://forums.phpfreaks.com/topic/64302-simple-question-i-think-not-for-me-obviously/#findComment-320579 Share on other sites More sharing options...
php_tom Posted August 10, 2007 Share Posted August 10, 2007 If you put the image on another server, you need to include the server name: <img src="http://www.mydomain.com/myFolder/myImage.jpg" /> If that doesn't work, do you have any software running (like FireFox'w AdBlock) that might block the image? Link to comment https://forums.phpfreaks.com/topic/64302-simple-question-i-think-not-for-me-obviously/#findComment-320606 Share on other sites More sharing options...
LankyMac Posted August 10, 2007 Author Share Posted August 10, 2007 I've just tried on two different forums using standard internet explorer and it's still not working! This is the code I am trying: <img src=http://www.poker-punks.com/php/images/first-banner.gif /> Link to comment https://forums.phpfreaks.com/topic/64302-simple-question-i-think-not-for-me-obviously/#findComment-320626 Share on other sites More sharing options...
php_tom Posted August 10, 2007 Share Posted August 10, 2007 I don't see anything after your This is the code I am trying: Please repost it using code tags. Link to comment https://forums.phpfreaks.com/topic/64302-simple-question-i-think-not-for-me-obviously/#findComment-320645 Share on other sites More sharing options...
LankyMac Posted August 10, 2007 Author Share Posted August 10, 2007 I got it sorted Tom! Thanks for all your help! Link to comment https://forums.phpfreaks.com/topic/64302-simple-question-i-think-not-for-me-obviously/#findComment-320646 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.