I've come a cross many form javascript text reversers, but i just want a javascript code that you put in the head or body that will reverse all the text in the page...help please
javascript text reverse
The (text in) the body of the document is not available for javascript that you put in the head of your document and is directly executed (i.e. that is not in a function).
thanks, but that doesn't help with the code part. lol
| ALostSoul wrote: |
| thanks, but that doesn't help with the code part. lol |
What do you want to do exactly? Maybe I can help.
| MrBlueSky wrote: | ||
What do you want to do exactly? Maybe I can help. |
i think he want to reserve his text
like first is it WALK and afther the sript its KLAW..
u get it?
| MrBlueSky wrote: | ||
What do you want to do exactly? Maybe I can help. |
Do you have AIM or MSN that you could help me on?
There is a way to do the same thing using CSS. The example can be found at http://www.cssplay.co.uk/menu/alice.html. Just check the source code for how he did it.
If that isn't suitable, just search on Google for something like "CSS ~reverse text"
If that isn't suitable, just search on Google for something like "CSS ~reverse text"
| jylan wrote: |
| There is a way to do the same thing using CSS. The example can be found at http://www.cssplay.co.uk/menu/alice.html. Just check the source code for how he did it.
If that isn't suitable, just search on Google for something like "CSS ~reverse text" |
All he did was write the text backwards.
| ALostSoul wrote: |
|
Do you have AIM or MSN that you could help me on? |
No, sorry. But can you explain what you want to reverse? All the text on the page, including the HTML?
