PDA

View Full Version : GET YOUR HTML LESSONS HERE!!!


01-10-2001, 11:31 PM
K here is the line I use for the scrolling text.

<html><body><p><marquee style="font-family: Arial; font-size: 22pt; font-weight: bold; color: #00FF00" width="400">Insert Text here</marquee></p></body></html>

To change the text in the scolling text you can put whatever you want in place of this:

<html><body><p><marquee style="font-family: Arial; font-size: 22pt; font-weight: bold; color: #00FF00" width="400">Insert Text here</marquee></p></body></html>


The font can be changed by adding in your own font here

<html><body><p><marquee style="font-family: Arial; font-size: 22pt; font-weight: bold; color: #00FF00" width="400">Insert Text here</marquee></p></body></html>


And the font size can color can be changed in these places

<html><body><p><marquee style="font-family: Arial; font-size: 22pt; font-weight: bold; color: blue" width="400">Insert Text here</marquee></p></body></html>


That should be enought to make the scrolling text

Hawke
01-11-2001, 12:38 PM
...and you can also change the speed and direction of the scroll, etcetc. blarblar. So? It looks quite annoying you know... and if everyone used it... ugh... :)

Black Samurai
01-15-2001, 07:12 AM
You do know that scrolling text is horrible web design right? You may think that adding it to your site shows your HTML prowess but in actuality it shows an extreme lack of professionalism.

Hawke
01-15-2001, 02:42 PM
Not necessarily horrible web design. Well, horrible if you use a 600px high font and put "WELKOME 2 MY GREAT WEBSTI" scrolling across the screen :p

It serves quite well as a means of making a scrolling row of links to the latest news on your site or something similar. And combined with creative picture use you can do some neat stuff :)

Black Samurai
02-01-2001, 09:15 PM
I agree Hawke. Something like CNN.com or something is really classy; but the way he was doing it look REALLY bad.

BTW, All of the good text scrollers are Java. Using an HTML text scroller tag is just..Bad. Another thing, who asked for an HTML lesson in the first place?

02-02-2001, 05:45 PM
I cant remember who because its been so long. Some person asked how to do a text scroller and I showed him. And HTML text scrollers do look qite ugly but I dont think the board could do java.

Mr. Kennedy
02-04-2001, 09:26 PM
Come on, I like the whole idea of HTML lessons...

keep em coming...

Scrolling text was cool, what else you got?

Metal_Gear_Ray
02-07-2001, 04:43 AM
me want glowing text!!!

§ôµÏG®ïñD
02-07-2001, 07:14 PM
I'll show u shadow and glow. But just this once.
This is for shadow

<table style="filter:shadow(color=blue, direction=120)">I'm Soulgrind</table>

This is for Glow

<table style="filter:glow(color=silver, strength=#1)I'm soulgrind</table>

Hope that helps.

Mr. Kennedy
02-07-2001, 11:59 PM
Thanks, I love testing this stuff out on my webpage!

Mr. Kennedy
06-21-2001, 01:30 AM
I know this thread was dead long ago, but come on PUT YOUR HTML SKILLZ TO DA TEST!