We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
pu; not completely my idea; By Duveaux
Topic Started: Jan 25 2010, 10:59 AM (90 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: Duveaux
pu; not completely my idea
 
SCREW.. My topic title messed up and I can't change it!

I got this idea from an iFusion code.. That just putted a textbox around a CODE tag. This version makes it A)- Un editable B-) makes it fit your board.. A plain textbox'd look ugleh

Preview:
http://s12.invisionfree.com/Duveaux_coding...php?showtopic=2

Code:
 

<script>
/*
Put [CODE] tag in a textbox code by Duveaux of http://www.phantom-designs.net
based upon a code by Ifusion
Just recoded to make it just a liiiittle better
*/

var TD = document.getElementsByTagName('TD')
for(i=0;i<TD.length;i++){
if(TD[i].id=='CODE'){
TD[i].innerHTML = "<TEXTAREA cols=80 rows=10 readonly='readonly' class='row3' style='color: #d26503;'>" + TD[i].innerHTML.replace(/<BR>/gi ,"\n").replace("<!--ec1-->","").replace("<!--c2-->","") + "</TEXTAREA>"
}
}
</script>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply