|
The results below were produced by not using an <<>html> tag at the top of the editing "text" area, and just c/c/p'ing the code into the "text" area, and without "tightening" up or altering the c/c/p'd code afterwards
YOUR NAME's F-Key Saver
The cause of some of the problems above is in the original code c/c/p'd.
Link to source code of original f-key
And this is how the code is on the original source page:
<<>form action="http:// URL OF BUTTON ">
<<>font size="3" color="#000000" effect="emboss">
input type=submit usestyle width="165" borderimage="file://ROM/borders/
<<>buttonborder3.bif" value="Button #1">
<<>/font>
<<>/form>
There should not be a < before the
buttonborder3.bif
and the < is missing from the start of the
input type="submit" area
This is how the code should be, after the changes are made, and after the the code is tightened up:
<<>form action="http:// URL OF BUTTON "><<>font size="3" color="#000000" effect="emboss"><<>input type=submit usestyle width="165" borderimage="file://ROM/borders/buttonborder3.bif" value="Button #1"><<>/font><<>/form>
|