Page 1 of 1

HTML and notes places to learn from, does and don'ts

Posted: Fri Mar 26, 2004 9:36 pm
by g1asswa1ker
Yes, Rock on you crazy people.......
........Do you want to make your notes all cool and crazy like.
Do you want to be the master of smileys like me.....

Image

I am offering a free copy of of HTML cheats...

Image

Thats right I said FREE....

all you need to do is PM me on this forum with your email address.
And please make sure you got a lot of room cause it's a rather large file.
Now it will take ew days for me to get around to emailing it but don't worry I will get to it!

Image

Also just to let you know you can really mess things up if you do HTML wrong. So, please test your HTML stuff here or at the many other test beds for HTML.

http://ibdhost.com/forum/index.php?c=6


Well have and much love to ya....

Image
[/code]

Posted: Sat Mar 27, 2004 2:59 am
by rklenseth
Ummm.....finding out how to use html is quite easy. There are thousands of sites that teach you how to use it.

Anyways, if you do use html, make sure you close ALL OF THE TAGS.

< font color=red >< font size=3 > blah < /font > is not a closed tag. :wink:

Posted: Sat Mar 27, 2004 3:05 am
by new.vogue.nightmare
Badger (rklenseth) wrote:Ummm.....finding out how to use html is quite easy. There are thousands of sites that teach you how to use it.

Anyways, if you do use html, make sure you close ALL OF THE TAGS.

< font color=red >< font size=3 > blah < /font > is not a closed tag. :wink:


That's why it's easier to combine your font tags. o.o;

Posted: Sat Mar 27, 2004 3:07 am
by rklenseth
Yeah, but people aren't smart like that.

Posted: Sat Mar 27, 2004 3:24 am
by Meh
Badger (rklenseth) wrote:Ummm.....finding out how to use html is quite easy. There are thousands of sites that teach you how to use it.

Anyways, if you do use html, make sure you close ALL OF THE TAGS.

< font color=red >< font size=3 > blah < /font > is not a closed tag. :wink:


Over here

http://www.cantr.net/forum/viewtopic.php?t=165

I said...

Meh wrote:A more up to date style that may be worth experimenting with


<P style="background-color: rgb(0,0,0); color: red;font-size: 12pt; text-align: center;font-family: courier">smile<i>smile</i></P>

This avoids much of the problems with messing around with html tables.

You have to be careful when using quotes in the title of a note as when you go back to edit them the title will get chopped after the first quote.

http://www.w3schools.com/css/


But I sure whatever glasswlaker has in more indepth. Actually I would be interested in skimming it if you wouldn't mind sending it via e-mail...

Posted: Sat Mar 27, 2004 3:39 am
by rklenseth
Hey, I was just pointing out that that wasn't a closed tag and people think it is.

Posted: Sat Mar 27, 2004 4:56 am
by Nick
http://webmonkey.com can teach you all about HTML, from making text bold to creating inline frames.