May 22, 2012, 10:46:10 AM
Pages: [1]   Go Down
  Send this topic  |  Print  
Share this topic on FacebookShare this topic on DiggShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter Topic: Basic HTML Text Tags  (Read 737 times)
0 Members and 2 Guests are viewing this topic.
B.SkiLLs
Xtreme Administrator
Resident Badass
*****

Reputation: +56/-0
Offline Offline

Posts: 2365



View Profile WWW
« on: July 25, 2009, 02:48:57 AM »

Basic HTML Text Tags

Instructions:
If the text code has a question mark or a dollar sign in it, or a number or color already, those are just samples and you must change that to the desired item needed to suit you such as, a color, or a size, weight, etc etc:

.Note You can use hex value for colors or color names.






Center
Code:
<CENTER>TEXT GOES HERE</CENTER>


Line Break
Code:
<br />


Horizontal  spaces
Code:
&NBSP;


Heading
Code:
<H?>TEXT GOES HERE</H?>


Bold  
Code:
<B>TEXT GOES HERE</B>


Big font          
Code:
<BIG>TEXT GOES HERE</BIG>


Small Font
Code:
<SMALL>TEXT GOES HERE</SMALL>


Italic
Code:
<I>TEXT GOES HERE</I>



Underline
Code:
<U>TEXT GOES HERE</U>



Strikeout
Code:
<STRIKE>TEXT GOES HERE</STRIKE>


Strikeout
Code:
<S>TEXT GOES HERE</S>


Subscript
Code:
<SUB>TEXT GOES HERE</SUB>


Superscript
Code:
<SUP>TEXT GOES HERE</SUP>


Typewriter
Code:
<TT>TEXT GOES HERE</TT>


Font Size
Code:
<FONT SIZE="3">TEXT GOES HERE</FONT>


Font Color
Code:
<FONT COLOR="WHITE">TEXT GOES HERE</FONT>


Select Font
Code:
<FONT FACE="??">TEXT GOES HERE</FONT>


Weight
Code:
<FONT WEIGHT="??">TEXT GOES HERE</FONT>


Base Font Size
Code:
<BASEFONT SIZE=?>


Preformatted
Code:
<PRE>TEXT GOES HERE</PRE>


« Last Edit: July 25, 2009, 03:16:55 AM by Ed » Logged




B.SkiLLs
Xtreme Administrator
Resident Badass
*****

Reputation: +56/-0
Offline Offline

Posts: 2365



View Profile WWW
« Reply #1 on: July 25, 2009, 02:49:49 AM »

Font color with background
Code:
<font Style="background-color:red; color:black;">TEXT GOES HERE</font>

Example:
BLAH BLAH BLAH THIS IS TEXT WITH BACKGROUND COLOR



Marguee with background color
Code:
<marquee style="background-color:??????; border-width:1px; border-style:none; font-family:impact; font-size:14pt; text-color:??????; "direction="left" behavior="scroll" scrollamount="10" > YOUR TEXT HERE</marquee>

Example:
BLAH BLAH BLAH THIS IS TEXT WITH BACKGROUND COLOR
Logged




B.SkiLLs
Xtreme Administrator
Resident Badass
*****

Reputation: +56/-0
Offline Offline

Posts: 2365



View Profile WWW
« Reply #2 on: July 25, 2009, 02:51:11 AM »

Line Break
Code:
<br />


Horizontal text spaces
Code:
&NBSP;


Paragraph
Code:
<P> TEXT GOES HERE</P>


Align Text
Code:
<P ALIGN=LEFT|CENTER|RIGHT>TEXT GOES HERE</P>


N Justify Text
Code:
<P ALIGN=JUSTIFY>TEXT GOES HERE</P>

Logged




Pages: [1]   Go Up
  Send this topic  |  Print  
 
Jump to: