|
Quick
Code Editor for
MySpace, Blogger or your Website
1) Copy and paste codes (in red and blue) into the left panel 2) Play with the code in blue 3) Click "Generate Preview" |
|
You can edit entire webpages or small snippets of code. Right click on a webpage and click "view source" copy and paste code in left panel |
link to an item on the same page note the # sign <A HREF="#where ever">my link</A> place this on the same page where you want to link to <A NAME="where ever"></A>
link to an item on a different page note the # sign <A HREF="http://www.blueletterbible.org/kjv/Jhn/Jhn003.html#16">my link</A> place this on the page where you want to link to <A NAME="16"></A>
font open tag <FONT> font close tag </FONT> font type <FONT FACE="ARIAL">text type</FONT> font size <FONT SIZE="1">text size</FONT> font color <FONT COLOR="blue">text color</FONT>
Common Font Chart Common Font Size 1 thru 7 Common Font Color Chart
insert 6 digit color code: example blue 0000FF
font string <FONT FACE="ARIAL" SIZE="1" COLOR="blue">text</FONT>
image <IMG SRC="http://www.thesoulshop.co.uk/images/jesus_inside.jpg">
image with a link <A HREF="http://www.blueletterbible.org/kjv/Jhn/Jhn003.html#16"><IMG SRC="http://www.thesoulshop.co.uk/images/jesus_inside.jpg"></A>
image attributes in pixels width="80" height="100"
image attributes in percentage WIDTH="80%" HEIGHT="100%"
image string with a link <A HREF="http://www.blueletterbible.org/kjv/Jhn/Jhn003.html#16"><IMG SRC="http://www.thesoulshop.co.uk/images/jesus_inside.jpg" WIDTH="80" HEIGHT="100"></A>
bold <B> bold close </B> italicized <I> italicized close </I> horizontal line <HR> line break <BR> paragraph break <P> space without a line break &NBSP;
center <CENTER> close center </CENTER>
alignment left, center or right <DIV ALIGN="right">some stuff here</DIV>
background color example Quick Code Editor <FONT FACE="ARIAL" SIZE="3" COLOR="blue"><SPAN STYLE="BACKGROUND-COLOR: #FFFF00">Quick Code Editor</SPAN></FONT>
insert 6 digit color code: example blue 0000FF
Some Java Script
Click to copy text Java Script Goes in between <head></head> tags.
Insert the head code 1 time.