![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Apr 2009
Posts: 119
Thanks: 10
Thanked 1 Time in 1 Post
|
Hey guys, How would I remove the underline on my links in the footer and header? HTML Code: hxxp://freematinee.com/ Footer Links Code: Site Map - TOS - Privacy Policy - DMCA - Email Updates - Advertise With Us CinemaMarathon.com - CelebritiesCaught.net I'm sure this is simple .html. If someone could help that would be deeply appreciated. Thanks! |
| | |
| | #2 |
| Laurence Samuels War Room Member Join Date: Oct 2009 Location: Orlando, FL - USA
Posts: 357
Thanks: 63
Thanked 44 Times in 41 Posts
|
Use this inline css code: <A STYLE="text-decoration:none" HREF="link.html"> Text for link goes here</A> That will get rid of the underline. |
| Orlando Web Design: This 'aint your typical web co. Tax Deed Foreclosures : Build $1 million of real estate wealth. I will show you how Relationship Stories: Avoid the Altar.com-A million reasons to avoid marriage Snowshoe Rentals - acne wash - acnefree | |
| | |
| | #3 |
| HyperActive Warrior Join Date: Apr 2009
Posts: 119
Thanks: 10
Thanked 1 Time in 1 Post
|
Thanks! Worked. Tell me , how can I make those links blue in color without the links dropping to the bottom of the footer? In other words, when I don't use the </div>tag the color stays the same and it doesn't drop to the bottom of the theme. |
| | |
| | #4 |
| Active Warrior Join Date: Feb 2010
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
|
Here is you link with no line <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <STYLE type="text/css"> <!-- A:link {text-decoration: none;} A:visited {text-decoration: none;} --> </STYLE> </head> <body> <a href="#">link with no line</a> </body> </html> |
| | |
| | |
![]() |
|
| Tags |
| footer, header, links |
| Thread Tools | |
| |
![]() |