wierd problem

They have: 5 posts

Joined: Jan 2009

Hi got a problem on my site that I cant for the life of me figure out. Its driving me insane!
on www.paulwatt.info the text in the "contact us" form is underlined. Dont know why! It shouldnt be. Its called to the page via a php include and when you view the page on its own contact.php there's no underlining. Its only when the page is shown as a whole. Its something to do with the "get flash" button as the text is turned into links that go to adobe when clicked, but the tag is properly closed off. Any ideas?

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

Hi Paul,

Welcome to TWF! Laughing out loud

The text is underlined because it is a link (I don't know why you would link to Adobe like that Confused - I would remove the links)

try this in your css

div.contact a {text-decoration: none}

Grammar Police

weird problem Sticking out tongue

They have: 5 posts

Joined: Jan 2009

I know its a link, and its unintentional. Its not supposed to a link! I cant see any open <a href> can you? (i did say this in my op). (feeling like a noob here but have been building sites since 97!)

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

Hi Paul,

You are not closing the anchor tag:

<a href="http://www.adobe.com/go/getflashplayer">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
  </div>

  <div class="contact">



<p><img src="other_images/contact.gif" alt="contact us" width="113" height="50" /></p>
  <p>Call us on <span class="blue">07766 335848</span> or use the form below. </p>
<form action="http://www.paulwatt.info/forms/FormMail.cgi" method="post" enctype="multipart/form-data" lang="en" />
<fieldset>
<legend>Contact us</legend>

They have: 5 posts

Joined: Jan 2009

Hi Mate,
*slaps forehead with palm of hand* Dont you just hate it when you cant see something, no matter how many times you look? Thanks a lot Laughing out loud

decibel.places's picture

He has: 1,494 posts

Joined: Jun 2008

we all miss stuff... I once spent quite a bit of time helping with some css on drupal.org, only to realize the provided hex color had 5 digits, not six Sticking out tongue

They have: 5 posts

Joined: Jan 2009

lol, i once wasted a whole day trying to figure out why the colour of a div wasnt changing when it suddenly dawned on me at about 7 that night, that i was missing the #

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.