youngempire Established Member ★ 15 ★ Impact 3 Oct 7, 2008 542 views 5 replies #1 Guys, I'm not too tech savvy and am looking to hire someone to: 1) Create a banner for one of my websites 2) Install the banner into another PHP coded website of mine Post here or PM if you can help me out. Thanks.
Guys, I'm not too tech savvy and am looking to hire someone to: 1) Create a banner for one of my websites 2) Install the banner into another PHP coded website of mine Post here or PM if you can help me out. Thanks.
DomainReseller Rocket ManVIP Member VIP ★ 15 ★ Impact 21 Oct 7, 2008 #2 For this, simply upload the created banner to your website, then add an <img> tag where you would like to input the image. The code would be: HTML: <img src="http://www.domain.tld/path/to/image.gif" alt="Put a small description here, just a few words at most." border="0" /> You can create the banner using Adobe Photoshop, Adobe Fireworks, or a similar application.
For this, simply upload the created banner to your website, then add an <img> tag where you would like to input the image. The code would be: HTML: <img src="http://www.domain.tld/path/to/image.gif" alt="Put a small description here, just a few words at most." border="0" /> You can create the banner using Adobe Photoshop, Adobe Fireworks, or a similar application.
youngempire Established Member ★ 15 ★ Impact 3 Oct 7, 2008 #3 Does the created banner have the link to the new website imbedded in it?
DomainReseller Rocket ManVIP Member VIP ★ 15 ★ Impact 21 Oct 7, 2008 #4 To link the banner, simply wrap the <img> tag with an <a> tag. An example of this would be: HTML: <a href="http://www.domain.tld/file.ext" alt="Link Description Here"><img src="http://www.domain.tld/path/to/image.gif" alt="Image Description" border="0"></a>
To link the banner, simply wrap the <img> tag with an <a> tag. An example of this would be: HTML: <a href="http://www.domain.tld/file.ext" alt="Link Description Here"><img src="http://www.domain.tld/path/to/image.gif" alt="Image Description" border="0"></a>
DomainReseller Rocket ManVIP Member VIP ★ 15 ★ Impact 21 Oct 8, 2008 #6 I'm glad I could help. Feel free to post any other questions your have.