Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-16-2010, 06:54 PM   #1
HyperActive Warrior
 
Join Date: Apr 2009
Posts: 119
Thanks: 10
Thanked 1 Time in 1 Post
Default Help with links in footer and header

Hey guys,

How would I remove the underline on my links in the footer and header?
HTML Code:
hxxp://freematinee.com/
Header Links
Footer Links

I'd also like to make these links blue in color. I noticed when I used the </div> tag after the 'Advertise with Us' link it makes the following links after it blue in color, but they fall too far below.

I'm sure this is simple .html. If someone could help that would be deeply appreciated.

Thanks!
otherwhirl is offline   Reply With Quote
Old 03-16-2010, 08:00 PM   #2
Laurence Samuels
War Room Member
 
Join Date: Oct 2009
Location: Orlando, FL - USA
Posts: 357
Thanks: 63
Thanked 44 Times in 41 Posts
Contact Info
Send a message via AIM to Orlando Web Design Send a message via MSN to Orlando Web Design Send a message via Yahoo to Orlando Web Design Send a message via Skype™ to Orlando Web Design
Default Re: Help with links in footer and header

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
Orlando Web Design is offline   Reply With Quote
Old 03-16-2010, 08:23 PM   #3
HyperActive Warrior
 
Join Date: Apr 2009
Posts: 119
Thanks: 10
Thanked 1 Time in 1 Post
Default Re: Help with links in footer and header

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.
Quote:
Originally Posted by Orlando Web Design View Post
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.
otherwhirl is offline   Reply With Quote
Old 03-16-2010, 10:54 PM   #4
Active Warrior
 
Join Date: Feb 2010
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Help with links in footer and header

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>

j-spratt is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
footer, header, links

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 Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 02:10 AM.