SingleCorner
♥️Please Login or Register here in SingleCorner before looking around at the forum.,

Regards,
Ayen - SingleCorner Administrator
HTML CODES GUIDE Sclogo
SingleCorner
♥️Please Login or Register here in SingleCorner before looking around at the forum.,

Regards,
Ayen - SingleCorner Administrator
HTML CODES GUIDE Sclogo
SingleCorner
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SingleCorner

Single or Taken You can Join here -MOTTO- Everthing has their regrets., whether it is things we did., or things we didnt
 
HomePortal*GalleryLatest imagesSearchRegisterLog in
Single Corner is Hiring for Promoters., if get interested just Click Here

 

 HTML CODES GUIDE

Go down 
4 posters
AuthorMessage
Near River
Administrator
Administrator
Near River


Gender : Male

Number of posts : 687

Location : Batangas Shitty!

Reputation : 21

Points : 215803

Zodiac Year : Horse

Zodiac : Taurus

Birthday : 1990-04-27

Age : 34

Registration date : 2009-03-13

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri May 01, 2009 6:59 pm



EXAMPLES


THE CORRESPONDING HTML CODE
TAGS


This is a Link
Click here
to go there
<A HREF="
some
.htm">
Click here to go
there

</A>


This is an E-mail
link


Click To Send
E-mail
<A HREF="mailto:
username
@aol.com">
Click To Send
E-mail

</A>


This is
an E-mail link with subject line


Click To Send
E-mail

(note &nbsp; between words)
<A HREF="mailto:
username
@aol.com?subject=my
&nbsp;subject&nbsp;
Line">
Click To Send
E-mail

</A>


This a link to a music
file

Click here for
My Tune
<A HREF="
a
.mid">
Click here for My
Tune

</A>


This a link to a Download
file

Click
here for My Download
<A HREF="
your-file
.zip">
Click here To Download
My File

</A>


This is an Image
HTML CODES GUIDE Rd_trib
<IMG BORDER="0" WIDTH="
nnn
" HEIGHT="
nnn
" SRC="
your
.gif">


This is an Image
with a border

HTML CODES GUIDE Rd_trib
<IMG BORDER="1" WIDTH="
nnn
" HEIGHT="
nnn
" SRC="
your
.gif">


These are 4 Images
side by side

HTML CODES GUIDE Rd_trib
HTML CODES GUIDE Rd_trib
HTML CODES GUIDE Rd_trib
HTML CODES GUIDE Rd_trib
<IMG BORDER="0" WIDTH="
nnn
" HEIGHT="
nnn
SRC="
your
.gif">
<IMG BORDER="0" WIDTH="
nnn
" HEIGHT="
nnn
SRC="
your
.gif">
<IMG BORDER="0" WIDTH="
nnn
" HEIGHT="
nnn
SRC="
your
.gif">
<IMG BORDER="0" WIDTH="
nnn
" HEIGHT="
nnn
SRC="
your
.gif">


These are 4 Images,
stacked

HTML CODES GUIDE Rd_trib
HTML CODES GUIDE Rd_trib
HTML CODES GUIDE Rd_trib
HTML CODES GUIDE Rd_trib
<IMG BORDER="0" WIDTH="
nnn
" HEIGHT="
nnn
SRC="
your
.gif"><BR>
<IMG BORDER="0"
WIDTH="

nnn
" HEIGHT="
nnn
SRC="
your
.gif"><BR>
<IMG BORDER="0"
WIDTH="

nnn
" HEIGHT="
nnn
SRC="
your
.gif"><BR>
<IMG BORDER="0"
WIDTH="

nnn
" HEIGHT="
nnn
SRC="
your
.gif">


This is an
animated

HTML CODES GUIDE Spam3
GIF image
<IMG BORDER="0" WIDTH="
nnn
" HEIGHT="
nnn
" SRC="
your-animated
.gif">


This is another
version


<table align="center" border="1" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#ffffff">HTML CODES GUIDE Spamwht1</td>
</tr>
</table>



for use with a white
page
<IMG BORDER="0"
WIDTH="
nnn
" HEIGHT="
nnn
" SRC="
your-animated
.gif">
Back to top Go down
https://singlecorner.forumotion.com
Near River
Administrator
Administrator
Near River


Gender : Male

Number of posts : 687

Location : Batangas Shitty!

Reputation : 21

Points : 215803

Zodiac Year : Horse

Zodiac : Taurus

Birthday : 1990-04-27

Age : 34

Registration date : 2009-03-13

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri May 01, 2009 7:00 pm



This is a Body Tag
<BODY
BGCOLOR="#
hexcode" TEXT="#ffffff"
LINK="#
hexcode"
ALINK="#
hexcode"
VLINK="#
hexcode">


This is the code for a Back
Ground Image
<BODY
BGCOLOR="#
hexcode"
BACKGROUND="
your.jpg
TEXT="#
hexcode"
LINK="#
hexcode"
ALINK="#
hexcode"
VLINK="#
hexcode">


This is a Linked Image

HTML CODES GUIDE Rd_trib
<A HREF="
some
.htm"><IMG BORDER="0"
WIDTH="

nnn
" HEIGHT="
nnn
" SRC="
your
.gif"></A>


This is an Image Linked to
E-mail

HTML CODES GUIDE Webbutton
<A HREF="mailto:
username
@aol.com"><IMG BORDER="0"
WIDTH="

nnn
" HEIGHT="
nnn
" SRC="
your
.gif"></A>


This is an Image Linked to
Music

HTML CODES GUIDE Tunelink
<A HREF="
a
.mid"><IMG BORDER="0"
WIDTH="

nnn
" HEIGHT="
nnn
" SRC="
your
.gif"></A>


This is an Image Linked
to a Download File

HTML CODES GUIDE Zipbutton
<A HREF="
your
file

.zip"><IMG BORDER="0"
WIDTH="

nnn
" HEIGHT="
nnn
" SRC="
your
.gif"></A>
This is Default
aligned text or
Image

HTML CODES GUIDE Rd_trib
text

<IMG BORDER="0" WIDTH="
nnn"
HEIGHT="
nnn"
SRC="
your
.gif">


This is centered text or
Image

HTML CODES GUIDE Rd_trib
<P
ALIGN=Center>

text

<IMG BORDER="0" WIDTH="
nnn"
HEIGHT="
nnn"
SRC="
your
.gif">


This is right
aligned text or
Image

HTML CODES GUIDE Rd_trib
<P
ALIGN=Right>

text

<IMG BORDER="0" WIDTH="
nnn"
HEIGHT="
nnn"
SRC="
your
.gif">
HTML CODES GUIDE Spam4
This is Default text
with an
Image
using
ALIGN="left"
<IMG ALIGN="left" SRC="
your
.gif
">
text
HTML CODES GUIDE Spam4


This is text
Align="Right"
with an
Image
using
ALIGN="Left"
<IMG ALIGN="Left" SRC="
your
.gif
">
<"P Align="Right">
text
HTML CODES GUIDE Spam4
This is Default text
with an
Image
using
ALIGN="Right"
<IMG ALIGN="Right" SRC="
your
.gif
">
text
HTML CODES GUIDE Spam4


This is text
Align="Right"
with an Image
using ALIGN="Right"
<IMG ALIGN="Right" SRC="
your
.gif
">
<"P Align=Right">
text
HTML CODES GUIDE Spam4
This is Default text
with an Image using
ALIGN="Top"
<IMG ALIGN="Top" SRC="
your
.gif
">
text
HTML CODES GUIDE Spam4
This is Default text
with an Image using
ALIGN="Middle"
<IMG ALIGN="Middle"
SRC="

your
.gif
">
text
HTML CODES GUIDE Spam4
This is Default text
with an Image using
ALIGN="Bottom"
<IMG ALIGN="Bottom"
SRC="

your
.gif
">
text
This is bold text <B>
text
</B>
This is Italic
text
<I>
text
</I>
This is Underlined
text
<U>
text
</U>
This is bold italic
text
<B><I>
text
</I></B>
This is bold italic
underlined text
<B><I><U>
text
</U></I></B>
This is Typewriter or "Fixed
Pitch"
<TT>
text
</TT>
THIS IS STRIKE THROUGH
TEXT
<STRIKE>
text
</STRIKE>


Last edited by Near River on Fri Jun 19, 2009 11:50 pm; edited 1 time in total
Back to top Go down
https://singlecorner.forumotion.com
Near River
Administrator
Administrator
Near River


Gender : Male

Number of posts : 687

Location : Batangas Shitty!

Reputation : 21

Points : 215803

Zodiac Year : Horse

Zodiac : Taurus

Birthday : 1990-04-27

Age : 34

Registration date : 2009-03-13

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri May 01, 2009 7:01 pm



This is
red text
using Hex #'s
<FONT COLOR="#ff0000">
Red
text

</FONT>


This is
Orange text
using Hex #'s
<FONT COLOR="#ff8000">
Orange
text

</FONT>


This is
Yellow text
using Hex #'s
<FONT COLOR="#ffff00">
Yellow
text

</FONT>


This is
Green text
using Hex #'s
<FONT COLOR="#80ff80">
Green
text

</FONT>


This is
Blue text
using Hex #'s
<FONT COLOR="#0000ff">
Blue
text

</FONT>


This is
Violet text
using Hex #'s
<FONT COLOR="#9805c9">
Violet
text

</FONT>


This is
Red text
using Names
<FONT COLOR="red">
Red
text

</FONT>


This is
Orange text
using Names
<FONT COLOR="orange">
Orange
text

</FONT>


This is
Yellow text
using Names
<FONT COLOR="yellow">
Yellow
text

</FONT>


This is
Green text
using Names
<FONT COLOR="green">
Green
text

</FONT>


This is
Blue text
using Names
<FONT COLOR="blue">
Blue
text

</FONT>


This is
Violet text
using Names
<FONT COLOR="violet">
Violet
text

</FONT>
arial font Size=+2
arial font Size=+1
arial font Size=+0
arial font Size=-1
arial font Size=-1
<FONT SIZE=
+ n
or
-n
FACE="arial">
text
</FONT>
arial font
ARIAL FONT

arial font (bold)
ARIAL FONT
<FONT
FACE="arial">

text
</FONT>

<B><FONT
FACE="arial">

text
</FONT></B>
algerian font
ALGERIAN FONT


algerian font (bold)
ALGERIAN FONT
<FONT
FACE="algerian">

text
</FONT>

<B><FONT
FACE="algerian">

text
</FONT></B>
bookman font
BOOKMAN FONT


bookman font (bold)
BOOKMAN FONT
<FONT
FACE="bookman">

text
</FONT>

<B><FONT
FACE="bookman">

text
</FONT></B>
braggadocio font
BRAGGADOCIO FONT


braggadocio font (bold)
BRAGGADOCIO FONT
<FONT
FACE="braggadocio">

text
</FONT>

<B><FONT
FACE="braggadocio">

text
</FONT></B>
courier font
COURIER FONT


courier font(bold)
COURIER FONT
<FONT
FACE="courier">

text
</FONT>

<B><FONT
FACE="courier">

text
</FONT></B>
desdemona font
DESDEMONA FONT

desdemona font (bold)
DESDEMONA FONT
<FONT
FACE="desdemona">

text
</FONT>

<B><FONT
FACE="desdemona">

text
</FONT></B>
garamond font
GARAMOND FONT


garamond font (bold)
GARAMOND FONT
<FONT
FACE="garamond">

text
</FONT>

<B><FONT
FACE="garamond">

text
</FONT></B>
>modern font
MODERN FONT


modern font (bold)
MODERN FONT>
<FONT
FACE="modern">

text
</FONT>

<B><FONT
FACE="modern">

text
</FONT></B>
symbol font
SYMBOL FONT>


symbol font
SYMBOL FONT

(bold)
(Symbol Font)
<FONT
FACE="symbol">

text
</FONT>

<B><FONT
FACE="symbol">

text
</FONT></B>
wingdings font
WINGDINGS FONT


wingdingsfont
WINGDINGSFONT

(bold)
(Wingdings Font)
<FONT
FACE="wingdings">

text
</FONT>

<B><FONT
FACE="wingdings">

text
</FONT></B>


this is
BLINKING text
(netscape only)
<BLINK>
text
</BLINK>


...This is a basic Marquee...
<marquee
width="
nnn" loop="infinite">
text

</marquee>


This marquee runs
the other way.
<marquee border="
n
" loop="infinite" align="middle"
direction="right" scrollamount="1" width="

nnn
" height="
nnn
">
<center>
text
<center></marquee>

<table width="100" align="center" border="1" cellpadding="2" cellspacing="1"> <tr> <td>


This is a ...
Fancier Marquee
... Beware ... Not Supported by
Netscape!!! ...
</td>
</tr>
<tr> <td>

AOL/MSIE
only
</td>
</tr>
</table>

<B><MARQUEE
bgcolor="

color
" WIDTH="
nnn
" HEIGHT="
nnn
" LOOP="infinite">
<FONT Size="

n
" Face="
arial
" COLOR="
color
">
text
</FONT>
</MARQUEE></B>


Last edited by Near River on Fri Jun 19, 2009 11:49 pm; edited 1 time in total
Back to top Go down
https://singlecorner.forumotion.com
Near River
Administrator
Administrator
Near River


Gender : Male

Number of posts : 687

Location : Batangas Shitty!

Reputation : 21

Points : 215803

Zodiac Year : Horse

Zodiac : Taurus

Birthday : 1990-04-27

Age : 34

Registration date : 2009-03-13

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri May 01, 2009 7:02 pm



...Dumb Idea
but...



AOL/MSIE
only

bgcolor="

color
" WIDTH="
nnn
" HEIGHT="
nnn
" LOOP="infinite"
BEHAVIOR="alternate">
n
" Face="
arial
" COLOR="
color
">
text



This is a default horizontal
rule




This is a horizontal rule,
no shadow




This is a red horizontal rule



color="#ff0000">


This is a orange horizontal
rule



color="#ff8000">


This is a yellow horizontal
rule



color="#ffff00">


This is a green horizontal
rule



color="#80ff80">


This is a blue horizontal rule



color="#0000ff">


This is a violet horizontal
rule



color="#800080">


This is a horizontal rule at
50%






This is a horizontal rule
at 60% and 12 pixels wide


size="12">


This is the "Mythical" Vertical
Rule
at 3 pixels length and 100 pixels width



Never let em tell you it can't
be done..


size="100">


Last edited by Near River on Fri Jun 19, 2009 11:51 pm; edited 2 times in total
Back to top Go down
https://singlecorner.forumotion.com
ellize31
Promoter
★Promoter



Gender : Female

Number of posts : 1030

Location : cavite

Reputation : 0

Points : 1048

Zodiac Year : Pig

Zodiac : Virgo

Birthday : 1995-08-31

Age : 28

Job/hobbies : txting.surfing d net.watching tv.sleeping.eating haha!coz vacation kya yn.haha!

Registration date : 2009-04-12

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri May 01, 2009 7:05 pm

nice kua ayen:D
Back to top Go down
miiyakoo♥
Super Moderator ™
★Super Moderator ™
miiyakoo♥


Gender : Female

Number of posts : 1388

Location : batangas

Reputation : 6

Points : 1421

Registration date : 2009-04-09

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri May 22, 2009 8:30 pm

nyc.. dagdag pa tay...
ung mga <blink> </blink>
tsaka ung OVER LAPPED TEXT!!!!
Back to top Go down
Near River
Administrator
Administrator
Near River


Gender : Male

Number of posts : 687

Location : Batangas Shitty!

Reputation : 21

Points : 215803

Zodiac Year : Horse

Zodiac : Taurus

Birthday : 1990-04-27

Age : 34

Registration date : 2009-03-13

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptySat May 23, 2009 12:56 pm

meron kea hanapin mo Smile
Back to top Go down
https://singlecorner.forumotion.com
minny26
V I P
V I P ™
minny26


Gender : Female

Number of posts : 455

Location : khit saan..

Reputation : 0

Points : 483

Zodiac Year : Pig

Zodiac : Leo

Birthday : 1995-07-26

Age : 28

Registration date : 2009-03-22

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri Jun 19, 2009 9:25 pm

.ang dmi, ah.
.ang tyaga.
.haha.
.xlamt jan.

.d ko mn mkita ung.
.code dun.
.s mga colored text.
.tsk.

.pro ok lng.
.mrunong nmn aq, eh.
.nirreport q lng.
Back to top Go down
Near River
Administrator
Administrator
Near River


Gender : Male

Number of posts : 687

Location : Batangas Shitty!

Reputation : 21

Points : 215803

Zodiac Year : Horse

Zodiac : Taurus

Birthday : 1990-04-27

Age : 34

Registration date : 2009-03-13

Forum Warning Forum Warning : warn 1


HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE EmptyFri Jun 19, 2009 11:51 pm

ayun okei na minny ^^
Back to top Go down
https://singlecorner.forumotion.com
Sponsored content





HTML CODES GUIDE Empty
PostSubject: Re: HTML CODES GUIDE   HTML CODES GUIDE Empty

Back to top Go down
 
HTML CODES GUIDE
Back to top 
Page 1 of 1
 Similar topics
-
» HTML CODES :)
» Random Codes (PUBLISHED by Sheena!)

Permissions in this forum:You cannot reply to topics in this forum
SingleCorner :: Single Corner GraphiX :: TUTORIAL-
Jump to:  

style="height: 50px; position: fixed;width: 800px;top: auto;right: 0;margin: 0 auto;bottom: 0;left: 0;"

Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com