![]() |
|
| |||||||
| Notices |
| CSS Cascading Style Sheets All topics and discussions relating to CSS Cascading Style Sheets. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| 1) I need to display a pdf logo on my webpage before a hyperlink. Lets say i creat a page in Bluevoda and just have the text Hello on the page as a hyperlink. How can i display the pdf logo before the text "Hello". Please help!! Been trying to figure this out for days and i have no experience in HTML. 2) How does one add HTML code to an already existing page. When i right click on the page i get an option for Page HTML. But i do not know how to alter some/change some of the attributes. |
|
#2
| ||||
| ||||
| 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="url to pdf logo here"><a href="url">Text to be displayed here</a> Code: <html> <head> </head> <body> <img src="http://www.ladycomp.pl/images/pdf-logo.gif"> <a href="<A href="http://www.english-heritage.org.uk/s...MediaFile.4430">pdf">http://www.english-heritage.org.uk/s...MediaFile.4430">pdf logo</a> </body> </html> Code: <img src="http://www.ladycomp.pl/images/pdf-logo.gif" height="50" width="50"> <a href="<A href="http://www.english-heritage.org.uk/server/show/conMediaFile.4430">pdf">http://www.english-heritage.org.uk/s...MediaFile.4430">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="url to pdf logo here"alt="alternate text goes here"><a href="url">Text to be displayed here</a> A good source of information on HTML programming can be found at W3Schools.com Hope this helps
__________________ www.ownyourowncasino.co.uk >> Own A Casino www.bonuscashcow.com >> Free Casino Cash and More www.webpackageking.net >> Brutally effective web packages. Voda |