wierd problem
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 posted this at 14:51 — 8th January 2009.
He has: 1,494 posts
Joined: Jun 2008
Hi Paul,
Welcome to TWF!
The text is underlined because it is a link (I don't know why you would link to Adobe like that - I would remove the links)
try this in your css
div.contact a {text-decoration: none}
Grammar Police
weird problem
kree8or posted this at 15:15 — 8th January 2009.
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 posted this at 15:23 — 8th January 2009.
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>
kree8or posted this at 15:29 — 8th January 2009.
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
decibel.places posted this at 16:29 — 8th January 2009.
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
kree8or posted this at 16:34 — 8th January 2009.
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.