Firstly you will need a small picture of the pdf logo uploaded to your server. Once this is done the you add the follwing code
Code:
<img src="[COLOR=red][B]url to pdf logo here[/B][/COLOR]"><a href="[COLOR=red][B]url[/B][/COLOR]">[COLOR=red][B]Text to be displayed here[/B][/COLOR]</a>
Code:
<html> <head> </head> <body> <img src="[URL="http://www.ladycomp.pl/images/pdf-logo.gif"][COLOR=red][B]http://www.ladycomp.pl/images/pdf-logo.gif[/B][/COLOR][/URL]"> <a href="<A href="[COLOR=red][B][URL="http://www.english-heritage.org.uk/server/show/conMediaFile.4430"]http://www.english-heritage.org.uk/server/show/conMediaFile.4430[/URL][/B][/COLOR]">pdf">[COLOR=red][B][URL="http://www.english-heritage.org.uk/server/show/conMediaFile.4430"]http://www.english-heritage.org.uk/server/show/conMediaFile.4430[/URL][/B][/COLOR]">pdf logo</a> </body> </html>
Code:
<img src="[URL="http://www.ladycomp.pl/images/pdf-logo.gif"][COLOR=red][B]http://www.ladycomp.pl/images/pdf-logo.gif[/B][/COLOR][/URL]" height="[COLOR=red][B]50[/B][/COLOR]" width="[COLOR=red][B]50[/B][/COLOR]"> <a href="<A href="http://www.english-heritage.org.uk/server/show/conMediaFile.4430">pdf">[COLOR=red][B][URL="http://www.english-heritage.org.uk/server/show/conMediaFile.4430"]http://www.english-heritage.org.uk/server/show/conMediaFile.4430[/URL][/B][/COLOR]">pdf logo</a>
If you want there to be alternate text in place of the picture when the browser can't load the picture the following code would be entered instead
Code:
<img src="[COLOR=red][B]url to pdf logo here[/B][/COLOR]"alt="[COLOR=red][B]alternate text goes here[/B][/COLOR]"><a href="url">[COLOR=red][B]Text to be displayed here[/B][/COLOR]</a>
A good source of information on HTML programming can be found at W3Schools.com
Hope this helps
Leave a comment: