HTML - Block Certain Words
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 Similar TutorialsOn 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? 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 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 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 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, 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!!!! 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... 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. 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> Hello, i got a css theme, that i tried with tumblr, it didn't work, seems like that i have missed something. I can't upload, or post anything, ...well i can but from the CSS file, and it's kinda annoying. here's the theme. http://www.2shared.com/document/jTGY...e_tumblr_.html I tried to create the blocks, the following ones : http://skeedio.com/tutorials/web-des...tumblr-themes/ But it did nothing, can anyone help/edit me ? please or can tell me what i've missed ? can i create the block from the css ? it seems that tumblr is more html...i'm newbie sorry ) Hi! I have a problem with a div in my website. As you can see, the text goes out of the div block. The text is in <pre> tags! I noticed that first the problem was because text isn't seperated, but it still goes out of the block. In FF I can use <pre width>, but this doesn't work in IE. How can I "force" the text in the block? Hey all. I just recent finished the following site for a client: http://www.stagingupstyle.com/ My client would like me to change the formatting of the text on the "Designer" page to be block text like a news paper. Does anyone know how to do this? Here is an example of block text. http://www.readingonline.org/article...r/image1ri.gif Dear all, How can I get a block of text to appear in its own coloured box? I want to display some BlitzBasic code like this... ... but at the moment, I'm doing it like this, padding it out with spaces... Code: <p><span style="background-color:#D1D1FF;"><tt> Graphics3D 640,480 <br /> SetBuffer BackBuffer() <br /> cam=CreateCamera() <br /> light=CreateLight() <br /> cube=CreateCube() <br /> PositionEntity cube,0,0,5 <br /> tex=LoadTexture("brick.png")<br /> EntityTexture cube,tex <br /> While Not KeyDown(1) <br /> RenderWorld <br /> Flip <br /> Wend <br /> End <br /> </tt></span></p> Is there a way to set the width - I can't seem to find one. Many thanks. T Hello, I want to block off my website without Uploading a Website closed HTML file. Is there a possible way to do it? If you have no idea what im talking about, please look at Limewire website. It has a thing that pops up and blocks off the site. I want it exactly like that. Thanks in advanced! (and dont judge me, this is my first forum post) What is the proper use of the ID and CLASS tags. I think I know but I'm not entirely sure. My understanding is that IDs and CLASSes do the same thing. Also, when it comes to the DISPLAY--hmm it's not a selector... modifier?--and its attribute is BLOCK; does that make it so that there's a line break after the </p> like a <br /> does? Thanks in advance for any help. Hi, In my site: www.theticketsguide.com I am trying to set the width of the text "This is a test. Sample content..." to only span about half the page. This is the code I have so far: <font style="color: rgb(204, 204, 204);" size="6" width="440" ><span style="font-family: Arial,Helvetica,sans-serif;">This is a test. Sample content will go here. Sample content will go here. Sample content will go here.</span></font></h1> The width function isn't working. What am I doing wrong? Thanks, Brandon |