[SOLVED] The tag <u>!

This is a discussion on "[SOLVED] The tag <u>!" within the Web Page Design section. This forum, and the thread "[SOLVED] The tag <u>! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 20th, 2007, 06:26
mcdanielnc89's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 18
Posts: 231
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdanielnc89 Send a message via Yahoo to mcdanielnc89 Send a message via Skype™ to mcdanielnc89
[SOLVED] The tag <u>!

Okay,
Since <u> is depreciated in HTML4.0; How do I underline text?

Sorry for the stupid question.

Blessings,
=Nathaniel
Last Blog Entry: My blog? (Oct 18th, 2007)
Reply With Quote

  #2 (permalink)  
Old Sep 20th, 2007, 07:44
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: The tag <u>!

Please read this first!

Why don't you try to google it? I found tons of them! One of them is this one:

Text-Decoration
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #3 (permalink)  
Old Sep 20th, 2007, 08:51
Up'n'Coming Member
Join Date: Sep 2007
Location: Wales, UK
Age: 35
Posts: 88
Thanks: 1
Thanked 0 Times in 0 Posts
Send a message via MSN to robbied72 Send a message via Skype™ to robbied72
Re: The tag <u>!

You could use CSS and a span class?
Reply With Quote
  #4 (permalink)  
Old Sep 20th, 2007, 14:57
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: The tag <u>!

Quote:
Originally Posted by robbied72 View Post
You could use CSS and a span class?
^^ That is the way to do it.

say:

Code: Select all
.underline{
text-decoration:underline;
}
HTML: Select all
<p> Sentance. <span class="underline">Underlined word here!</span>
Reply With Quote
  #5 (permalink)  
Old Sep 20th, 2007, 17:01
mcdanielnc89's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 18
Posts: 231
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdanielnc89 Send a message via Yahoo to mcdanielnc89 Send a message via Skype™ to mcdanielnc89
Re: The tag <u>!

Oops, sorry guys... I wasn't thinking straight last night as it was nearing 1-2 am i think... LOL.. But thank yufor helping me
Last Blog Entry: My blog? (Oct 18th, 2007)
Reply With Quote
  #6 (permalink)  
Old Sep 20th, 2007, 17:04
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: The tag <u>!

if it's just one thing,
i think:
<p style="text-decoration: none"></p>
is suitable.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #7 (permalink)  
Old Sep 20th, 2007, 17:06
Up'n'Coming Member
Join Date: Sep 2007
Location: Wales, UK
Age: 35
Posts: 88
Thanks: 1
Thanked 0 Times in 0 Posts
Send a message via MSN to robbied72 Send a message via Skype™ to robbied72
Re: The tag <u>!

Quote:
Originally Posted by alexgeek View Post
if it's just one thing,
i think:
<p style="text-decoration: none"></p>
is suitable.
Don't you mean:

<p style="text-decoration: underline"></p>

?
Reply With Quote
  #8 (permalink)  
Old Sep 20th, 2007, 17:17
alexgeek's Avatar
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,770
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: The tag <u>!

Quote:
Originally Posted by robbied72 View Post
Don't you mean:

<p style="text-decoration: underline"></p>

?
yeah sorry
i was had links in my head :s
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #9 (permalink)  
Old Sep 20th, 2007, 17:31
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: The tag <u>!

What Alex? Personally i feel it is easier to put it in my css then i can use it as many times as i want although your way will work.
Reply With Quote
  #10 (permalink)  
Old Sep 20th, 2007, 17:36
mcdanielnc89's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Missouri
Age: 18
Posts: 231
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to mcdanielnc89 Send a message via Yahoo to mcdanielnc89 Send a message via Skype™ to mcdanielnc89
Re: The tag <u>!

yea the css sounds liek a better idea, LOl.. That's where i used it at.. LOL...
Last Blog Entry: My blog? (Oct 18th, 2007)
Reply With Quote
  #11 (permalink)  
Old Sep 20th, 2007, 18:04
Up'n'Coming Member
Join Date: Sep 2007
Location: Wales, UK
Age: 35
Posts: 88
Thanks: 1
Thanked 0 Times in 0 Posts
Send a message via MSN to robbied72 Send a message via Skype™ to robbied72
Re: The tag <u>!

Quote:
Originally Posted by alexgeek View Post
yeah sorry
i was had links in my head :s
Lol, no problemo, I get days like that...
Reply With Quote
Reply

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] 1 solved problem causes another delusion Web Page Design 9 Dec 21st, 2007 08:12
Adding "Topic Solved" for solved topics AdRock Webforumz Suggestions and Feedback 21 Oct 4th, 2007 15:08


All times are GMT. The time now is 09:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.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