Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 11th, 2013, 02:25 AM
Authorized User
 
Join Date: Dec 2009
Posts: 63
Thanks: 18
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Wilfredo Rosado
Red face No underline

I know this isn't part of this forum, but if anyone has the answer I would appreciate it.

when using the anchor tag (A) it results with the anchor word (Wilfredo) having an underline. I believe there is a way to do this without the underline, but I can't remember how. Is there an attribute to the A tag that illiminates the underline?

Code:
<a href="www.somewhere">Wilfredo</a>

Result:
Wilfredo
 
Old January 11th, 2013, 03:38 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

What you're looking for is:

text-decoration: none;

Either in a separate stylesheet targeting an <a> element or with an in-line style.

BTW: no need to post the same question twice.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
The Following User Says Thank You to Imar For This Useful Post:
Wilfredo Rosado (January 19th, 2013)
 
Old January 19th, 2013, 06:37 PM
Authorized User
 
Join Date: Dec 2009
Posts: 63
Thanks: 18
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Wilfredo Rosado
Default

Thanks Imar and sorry about the double posting I hadn't realized I placed it in the same forum. I think I meant to put one in the General forum. My bad!





Similar Threads
Thread Thread Starter Forum Replies Last Post
underline significance jrmourning Visual Basic 2010 General Discussion 0 July 28th, 2012 12:01 AM
Need underline for did you mean ssvas BOOK: Beginning SharePoint 2007: Building Team Solutions with MOSS 2007 ISBN: 978-0-470-12449-9 0 November 27th, 2008 03:05 AM
How can display underline of text in Button when m mycwcgr ASP.NET 2.0 Basics 6 September 6th, 2007 01:32 PM
convert text to bold/italic/underline arunkhushi General .NET 0 August 21st, 2007 04:07 PM
How to remove the underline of the Image sfs00784 CSS Cascading Style Sheets 6 June 25th, 2005 11:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.