Greetings Dear ones:
Heres some tips to add some html to your posts:
just copy paste these codes in your post messages. You can change the numerical values also
TIP NO. 1 Marquees
code:
<marquee style="font-family:Book Antiqua; color: #FFFFFF" bgcolor="#000080" scrolldelay="90">Type your text here (Delay : 90 Milliseconds)</marquee>
code:
<MARQUEE width="90%" style="COLOR: #002d7e; FONT-FAMILY: Verdana;
FONT-VARIANT: small-caps" scrollAmount=5 width=230 bgColor=#ffffff height=20
align="middle"><A href="index.php" target=_BLANK>
Type your text here e.g Index Page.... </A></MARQUEE>
explanation:
- WIDTH: how wide the marquee is
- HEIGHT: how tall the marquee is
- DIRECTION: which direction the marquee will scroll: DIRECTION=LEFT or DIRECTION=RIGHT
- BEHAVIOR: what type of scrolling: BEHAVIOR=SCROLL, BEHAVIOR=SLIDE or BEHAVIOR=ALTERNATE
- SCROLLDELAY: how long to delay between each jump: SCROLLDELAY=n i.e. if n=1000 the delay would be 1 second
- SCROLLAMOUNT: how far to jump: SCROLLAMOUNT=n n=the disance to move each time
- LOOP: how many times to loop
- BGCOLOR: background color
- HSPACE: horizontal space around the marquee
- VSPACE: vertical space around the marquee
This post has been edited by mystick: Jun 8 2006, 06:34 AM