how to underline in html webpages

Mobile
feeds
Welcome Login | Register

how to underline in html webpages
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » HTML Forums
        » » how to underline in html webpages
how to underline in html webpages
Post Description: how to underline in html webpages HTML
Post Tags:
This Post Has Been Viewed 300 Times Since Mon Oct 20, 2008 9:36 am Author hostman with 2 replies
how to underline in html webpages
Advertise On This Page




if you want to know how to under line in html web pages, i will show you here.

lets say i have this sentence: "Tell Your Friends About Wallpaperama"

how i want to underline the part that says "Wallpaperama" only, so i would use these html tags to do that

Using HTML


CODE:
Tell Your Friends About <u>Wallpaperama</u>


OUTPUT:
Tell Your Friends About Wallpaperama


ok, you can underline words with the <u> html tag, but its always better to do it with css.

so what's the css code you can use to underline, im going to show you on this short tutorial.

ok, keeping the same sentence and i want to underline the word "Wallpaperama" this is how you do it

Using CSS


CODE:
Tell Your Friends About <span style="text-decoration:underline">Wallpaperama</span>


OUTPUT:
Tell Your Friends About Wallpaperama


hope this hellps






Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
Links Related to : how to underline in html webpages

Comments and replies About how to underline in html webpages
:: 1 :: Reply #111163 Reply By dave On Fri Jul 31, 2009 2:59 am
dave:
hi,brilliant info,only problem,i have done what you said,but it will not show the hand when placed over it and will not let you go directly to my site i want it to take people to, any answers ,thanks
:: 2 :: Reply #117425 Reply By adam On Thu Oct 08, 2009 9:04 am
adam:
this is not a link tutorial, so why should it direct you to another page on mouse click?