adv Posted November 13, 2007 Share Posted November 13, 2007 i saw on some sites and image before the site starts Image:http://www.example.com how to i put a custom image to my page Link to comment https://forums.phpfreaks.com/topic/77135-solved-html-image/ Share on other sites More sharing options...
Isomerizer Posted November 13, 2007 Share Posted November 13, 2007 Maybe create an image on a certain page, then have .htaccess have your index page set as that... Then on this image index page, have a link leading to the main site..? Also i see no image on "http://www.example.com" ??? Image: <img src="urlofimage.extension" alt="Alternative Text" /> Link: <a href="url.extension">Link!</a> Or maybe you could use html to redirect after a certain amount of time of viewing the image <META HTTP-EQUIV="Refresh" CONTENT="0; URL=url.ext"> Link to comment https://forums.phpfreaks.com/topic/77135-solved-html-image/#findComment-390597 Share on other sites More sharing options...
Aureole Posted November 13, 2007 Share Posted November 13, 2007 I'm extremely sorry but... Also i see no image on "http://www.example.com" ??? Haha! Anyway, the image you refer to is called a favicon, you need to make an .ico file then upload it to your public_html folder and name it favicon.ico. If you're not sure what to do, search Google. I think DynamicDrive.com has a favicon maker, try there. Link to comment https://forums.phpfreaks.com/topic/77135-solved-html-image/#findComment-390599 Share on other sites More sharing options...
Isomerizer Posted November 13, 2007 Share Posted November 13, 2007 I'm extremely sorry but... Also i see no image on "http://www.example.com" ??? Haha! Anyway, the image you refer to is called a favicon, you need to make an .ico file then upload it to your public_html folder and name it favicon.ico. If you're not sure what to do, search Google. I think DynamicDrive.com has a favicon maker, try there. Oh...My bad Link to comment https://forums.phpfreaks.com/topic/77135-solved-html-image/#findComment-390600 Share on other sites More sharing options...
adv Posted November 13, 2007 Author Share Posted November 13, 2007 wow..thanks alot for the quick reply ... i`ll try it out Link to comment https://forums.phpfreaks.com/topic/77135-solved-html-image/#findComment-390618 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.