Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Graphics, Images, Logos Templates & CSS > CSS Cascading Style Sheets

Notices

CSS Cascading Style Sheets All topics and discussions relating to CSS Cascading Style Sheets.

Reply
 
LinkBack Thread Tools
  #1  
Old 01-04-2007, 02:34 AM
Private
 
Join Date: Jan 2007
Posts: 4
Default Displaying pdf logo before a Hyperlink

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 01-30-2007, 02:01 PM
Mook25's Avatar
Brigadier General
 
Join Date: Oct 2005
Location: UK
Posts: 1,433
Default Re: Displaying pdf logo before a Hyperlink

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>
So for example if you were to do the right click, view html option on a page with the above code the page would look something like
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>
If you wanted to change the size to the image you would add code as follows
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>
In answer to your other question. To change the HTML of a page, presuming it's your own you would find the file on your server and either edit via a text editor like notepad or other editors like Bluevoda. If you are trying to copy code from websites that are not your own via the right click, view source option, be very wary as there are often copyright issues with doing this.

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 Picks >>
Prices| Tutorials | BV Download | FAQ | Your First Webpage
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 02:48 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55