|
Post by Simpsons Rule on Jan 25, 2004 17:43:16 GMT -5
Place this code in your Board Headers if you want the box to appear at the top, or in your Board Footers if you want the box to appear at the bottom. It adds a Spell Check box to your Forum:
<table width="92%" border="0" class="bordercolor" id="spellcheck" style="display: none"> <tr> <td bgcolor="006633"><div align="center">Spell Check</div></td> </tr> <tr> <td bgcolor="006633"><form action="http://www.spellcheck.net/cgi-bin/spell.exe" method="GET" name="word" target="_blank"> <div align="center"> <input type="hidden" name="action" value="CHECKWORD"> <input type="text" size="19" maxlength="80" name="string"> <input name="submit" type="submit" value="Spellcheck"> <input name="Reset" type="reset" value="Reset"> </div> </form></td> </tr> </table>
<script> if (location.href.indexOf("=post") != -1 || location.href.indexOf("=reply") != -1 || location.href.indexOf("=modify") != -1 || location.href.indexOf("=imreply") != -1 || location.href.indexOf("=imquote") != -1 || location.href.indexOf("=imsend") != -1 ) { document.all.spellcheck.style.display=''; } </script>#nosmileys
|
|
|
Post by sciguyryan on Feb 6, 2004 17:41:49 GMT -5
You have one tiny problem there:
7th line down, character 2 you midded a d for the start of the div.
|
|
|
Post by Simpsons Rule on Feb 6, 2004 20:18:28 GMT -5
You have one tiny problem there: 7 th line down, character 2 you midded a d for the start of the div. So I did. Thanks for catching it
|
|
|
Post by sciguyryan on Feb 7, 2004 5:12:31 GMT -5
So I did. Thanks for catching it No problem.
|
|
Rocky
New Member
Posts: 1
|
Post by Rocky on Apr 14, 2004 14:42:04 GMT -5
Instead of alligning the box in the center, it shifts it to the left.
Anyway of changing this?
|
|
|
Post by JZSquared on Apr 15, 2004 17:17:28 GMT -5
Yeah, just place the code that Simpsons Rule gave to you in <center> tags, like this...
<center> <table width="92%" border="0" class="bordercolor" id="spellcheck" style="display: none"> <tr> <td bgcolor="006633"><div align="center">Spell Check</div></td> </tr> <tr> <td bgcolor="006633"><form action="http://www.spellcheck.net/cgi-bin/spell.exe" method="GET" name="word" target="_blank"> <div align="center"> <input type="hidden" name="action" value="CHECKWORD"> <input type="text" size="19" maxlength="80" name="string"> <input name="submit" type="submit" value="Spellcheck"> <input name="Reset" type="reset" value="Reset"> </div> </form></td> </tr> </table>
<script> if (location.href.indexOf("=post") != -1 || location.href.indexOf("=reply") != -1 || location.href.indexOf("=modify") != -1 || location.href.indexOf("=imreply") != -1 || location.href.indexOf("=imquote") != -1 || location.href.indexOf("=imsend") != -1 ) { document.all.spellcheck.style.display=''; } </script> </center>
And that will center it beneath the main table...
|
|
|
Post by ANONYMOUS on Jun 4, 2004 19:47:34 GMT -5
Is there a way to get rid of the black frame?
|
|
|
Post by JZSquared on Jun 11, 2004 17:42:44 GMT -5
Is there a way to get rid of the black frame? I don't believe there is... I believe that the style of the box matches whatever style you have set up for your board... But I'd ask Simpsons to see if he knows an alternative... Or you can go to SSD and ask for help, the link for it is at the bottom of the main page of this forum in the affilliate box... Or you can go to Proboards support and go to their Programmers Board and see if anyone there might be able to help you...
|
|
|
Post by ANONYMOUS on Jun 15, 2004 17:52:15 GMT -5
Speaking of Simpsons he hasn't been online sice February do you know why?
|
|
|
Post by JZSquared on Jun 16, 2004 23:02:56 GMT -5
Speaking of Simpsons he hasn't been online sice February do you know why? No, I'm sorry, I don't... Wish that I did... And I can't e-mail him because is e-mail is hidden... I think that he's just really busy with the other forum he works at... Halo Attack...
|
|
|
Post by ANONYMOUS on Jun 17, 2004 15:30:13 GMT -5
He hasn't been there sice April.
|
|
|
Post by JZSquared on Jun 17, 2004 16:22:06 GMT -5
He hasn't been there sice April. Hmmm... Well I don't know then... Maybe he's on vacation or something this summer...
|
|
|
Post by ANONYMOUS on Jun 27, 2004 20:05:00 GMT -5
How do I make the spell check box backround transparent?
|
|
|
Post by ANONYMOUS on Jul 27, 2004 16:54:27 GMT -5
It's been a month now and no one replied...
|
|
|
Post by JZSquared on Aug 4, 2004 14:00:00 GMT -5
How do I make the spell check box backround transparent? It's been a month now and no one replied... Sorry, I would help you if I knew how to do it but I don't... I think that this forum is a lost cause right now without Simpsons Rule...
|
|