HTML - Words Are Hyperlinked That Shouldn't Be. Help Please
Words are hyperlinked but shouldn't be. Help! If you scroll to the bottom of my sales letter you'll see that after the first add to cart button Your Satisfaction Guaranteed and the three guarantees are all hyperlinked.
You'll also see are the second add to cart button the words "other related articles" are hyperlinked. Anyone know why? www.jimmysmithtraining.com/armworkout22 Thanks Jimmy Similar TutorialsAny reason why the text of the emails I am sending would arrive hyperlinked in yahoo and hotmail email accounts and arrive just fine in gmail accounts? For some strange reason I am getting an invisible underscore under my hyperlinked images. Does anyone know why this is happening or how I can stop it from happening? Screen shot: http://i54.tinypic.com/r6zqx1.png Code: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <TITLE></TITLE> <META content="charset=windows-1252;text/html" http-equiv="content-type"> <STYLE type="text/css"> BODY { color: white; font-family: verdana } DIV.main { background-color: black; height: 636px; left: 50%; margin-left: -635px; margin-top: -307px; position: absolute; top: 50%; width: 1270px } TABLE.categorylist { background-color: green; margin-left:7px; margin-top: 30px } TR.categorylist { height: 174px } TD.categorylist { text-align: center; width: 150px } IMG.link { border: 0px; margin-top: 5px } </STYLE> <DIV> <DIV class="main"> <TABLE border="1" cellpadding="0px" cellspacing="19px" class="categorylist"> <TR class="categorylist"> <TD class="categorylist"> <A href="/1">1</A> <A href="/1"><IMG alt="" class="link" src="1.png"></A> </TD> <TD class="categorylist"> <A href="/2">2</A> <A href="/2"><IMG alt="" class="link" src="2.png"></A> </TD> </TR> </TABLE> </DIV> </DIV> My page scrolls and it shouldn't! Any ideas...? or can I not see the wood for the trees? Link Is there anyway to modify this link here https://uk.madbid.com/create_user/ - to have the word Al2009 in the referral box and the word RADIO in the promotional code box? so you can click on the link and they are already there? Thanks On this page -- I have a right side bar. In fact I have that side bar on all my websites. However, on this page it's acting funny. It won't show up till the middle of the page. http://www.corporatesecretsmarketing...ealclient.html Any thoughts on how to fix it? Hello all. Is it possible to block multiple words in a search box using html or javascript? A search box on my own site. Example: writing "bad" in the search box will receive no results. Hoping for an answer Harold Hello, Ok what I'm trying to make is a huge table, with 1 column and many cells. Each cell is going to be a different color, and the table is going to basically fill the screen(width="100%). What I have now does not work. Instead of keeping it on the same line it returns making another thus making the cell taller which is bad. The diagrams I wrote don't work...do you understand anyway? Here is the code I'm using: Code: <html> <head> <style type="text/css"> h2 { color: #A8A8A8; text-decoration: underline; } body { text-align: center; background-color: #000000; margin-top: 3px; margin-bottom: 3px; margin-right: 5px; margin-left: 5px; } table { table-layout: fixed; width: 100%; } p.left { text-align: left; } p.right { text-align: right; } </style> </head> <body> <h2></h2> <table cellspacing="0" border="1"> <tr> <td bgcolor="#000000"> <p class="left">Word</p><p class="right">Word</p> </td> </tr> <tr> <td bgcolor="#FF0000"> <p class="left">Word</p><p class="right">Word</p> </td> </tr> <tr> <td bgcolor="#0000FF"> <p class="left">Word</p><p class="right">Word</p> </td> </tr> </table> </body> </html> Any help would be greatly appreciated. Hi. Anyone know how to make a table that will display quotes randomly? hi guys, I have a project to do and it drives me crazy. If anyone can help, I would appreciate it! I did a webpage. The program that I need help with is: the user will write a script in a text box. he must choose century and then decade for what he is writing for. then every word in the text box must compared with the words that I have put in a database (in phpMyAdmin). in the database, there are words; and each word with an associated date. for example: the user chooses to write for 15th century, 1450-1459 decade. he writes his script, including the word "iphone". when the program checks the word "iphone" will return an error: iphone 21st century. I hope all these make sense. Thanks a lot xxx Hi, I have a web page which displays a article. Some of the words in the article are highlighted in different colors depending on how important they are. Now, I need to select some words, and click a button on the page, to change the color of those words into different color. Can anyone give me some idea how to approach this? I googled, but didn't find any information on this problem. Thanks!!!! hi all can someone please help - I am missing 2 words in my website when viewed with ie - on a mac using firefox, all is well here is the url: www.bahamaswhales.org/conservation/index.html the first paragraph should start "There is currently" - you will see that "There is" are missing - but if you view the source, they are there - I can't figure this out .. I appreciate any help!!! thank you Need code for myspace to hide "x is in extended network"..just the words, Not the extended network banner itself. Are you guys also finding the new Google layout a serious pain in the behind? Another reason to switch back to the old view perhaps: Did I miss anything, or... <table> <tr> <td>Flag Name </td> <td><input style="background-color:010280; color:white" type="button" name="edit" value="Add" onclick="javascript:addContent(this.parentNode.parentNode.rowIndex,'Flag Name');"></td> <td><input style="background-color:010280; color:white" type="button" name="edit" value="Edit" onclick="javascript:editContent(this.parentNode.parentNode.rowIndex,'Flag Name');"></td> </tr> </table> <script> function editContent(tableRow, flag_data) { alert(flag_data); } </script> It is working properly. But when i add new row with textbox value with the following data "Sample Sample". The alert box is not working... but for the data "SampleSample" it is working properly.... Please help me to solve the issue... How do you put words on top of images? this is an example of a image I want to put words on. http://img515.imageshack.us/img515/5...xfornabfk3.jpg how do i do it? Hi All, I was able to Highlight in yellow a sentence. But it doesn't work on the Option / Drop Down Menu sentence. Please HEEEELLLLP me find my mistake(s) BELOW: Code: <!DOCTYPE html> <head> <title> Yellow Hightlight </title> </head> <body bgcolor="#00CCFF"> <script type="text/javascript"> window.onload=function() { document.getElementById('NewsletterList').onchange=function() { window.location=('http://www.example.com/'+this.value+''); } } </script> <select id="NewsletterList"> <option value=""><P> <FONT style="BACKGROUND-COLOR: yellow"> PLEASE SELECT THE FOLLOWING: </FONT> CLICK This Box and Select!</P> </option> <!--this option takes you to your home page--> <option value="xxxxx">yyyy</option><!--this option takes you to . . . . . </body> </html> |