laxitout
04-17-2003, 02:18 PM
I want to have some one simply copy my code, paste it to their sie and have my button show up and be ready to be clicked on once they paste the code back down...but I need to know that tag for the code.
|
View Full Version : Getting code to show. laxitout 04-17-2003, 02:18 PM I want to have some one simply copy my code, paste it to their sie and have my button show up and be ready to be clicked on once they paste the code back down...but I need to know that tag for the code. starlet 04-17-2003, 02:36 PM <xmp>code you want to show</xmp> Or you can use a textarea or alt code, theres many ways to do it, if the one above doesnt suit you just do a search of the forum for "showing html code" TheDisturbedOne 04-17-2003, 09:22 PM or anthor opition is to use: <textarea>then put what you want here</textarea> laxitout 04-18-2003, 03:32 PM thank you very much... |