Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
Oh crap I forgot...

 

 


gre dork
Senior Member


Mar 11, 2007, 11:33 AM

Post #1 of 18 (686 views)
Shortcut
Oh crap I forgot... Can't Post

...the copyrighted, the trademark and the registered codes. Does anybody have them?


"Visa is just a credit card company, retard. "

- TazG, on visas.



t0nersxb0ners
Newbie

Mar 11, 2007, 11:50 AM

Post #2 of 18 (683 views)
Shortcut
Re: [gre dork] Oh crap I forgot... [In reply to] Can't Post

http://tlt.its.psu.edu/suggestions/international/web/codehtml.html

There is a page with all of them.


http://www.city-wars.com


gre dork
Senior Member


Mar 11, 2007, 1:19 PM

Post #3 of 18 (680 views)
Shortcut
Re: [t0nersxb0ners] Oh crap I forgot... [In reply to] Can't Post

Thanks.


"Visa is just a credit card company, retard. "

- TazG, on visas.


gre dork
Senior Member


Mar 15, 2007, 11:01 AM

Post #4 of 18 (667 views)
Shortcut
Re: [t0nersxb0ners] Oh crap I forgot... [In reply to] Can't Post

Trademark symbol ain't working...


"Visa is just a credit card company, retard. "

- TazG, on visas.


jabman
Senior Member


Mar 15, 2007, 11:55 AM

Post #5 of 18 (664 views)
Shortcut
Re: [gre dork] Oh crap I forgot... [In reply to] Can't Post

If you go to word, go to insert, then go to symbols, it will show a whole bunch of things you can copy OR it should also give the code. That's for Windows though (DUH).


God-
Leader of peace and prosperity.
Bringer of war and violence.


gre dork
Senior Member


Mar 16, 2007, 9:54 AM

Post #6 of 18 (659 views)
Shortcut
Re: [jabman] Oh crap I forgot... [In reply to] Can't Post

Another problem. <table> ain't working. <font color> aint working. <br> works just a lil bit. <h1/h2> works lousy. <marquee> doesn't work. WTF?


"Visa is just a credit card company, retard. "

- TazG, on visas.


jabman
Senior Member


Mar 16, 2007, 2:44 PM

Post #7 of 18 (657 views)
Shortcut
Re: [gre dork] Oh crap I forgot... [In reply to] Can't Post

What program ya typing with?


Remember, you might wanna update your HTML knowledge, they've changed the thing a bit I believe. and make sure you have </...> to close things.


God-
Leader of peace and prosperity.
Bringer of war and violence.


gre dork
Senior Member


Mar 17, 2007, 6:25 AM

Post #8 of 18 (652 views)
Shortcut
Re: [jabman] Oh crap I forgot... [In reply to] Can't Post


Quote
What program ya typing with?

Notepad.

Quote
</...>

Yeah of course.

Quote
Remember, you might wanna update your HTML knowledge, they've changed the thing a bit I believe.


What have changed?


"Visa is just a credit card company, retard. "

- TazG, on visas.

(This post was edited by gre dork on Mar 17, 2007, 12:19 PM)


jabman
Senior Member


Mar 18, 2007, 10:20 AM

Post #9 of 18 (643 views)
Shortcut
Re: [gre dork] Oh crap I forgot... [In reply to] Can't Post

Note sure. I remember reading something that the HTML codes where getting a slight enhancement. Might be rumor though.


God-
Leader of peace and prosperity.
Bringer of war and violence.


t0nersxb0ners
Newbie

Mar 24, 2007, 8:06 AM

Post #10 of 18 (632 views)
Shortcut
Re: [gre dork] Oh crap I forgot... [In reply to] Can't Post

Don't use <font color = ""></font> Use CSS to format your content instead. It makes it a whole lot easier to update and such.

Anyway, HTML has been updated quite a few times. Hence the depreciation of tags such as font and center.


http://www.city-wars.com


lo1
Senior Member


Jun 20, 2007, 11:26 AM

Post #11 of 18 (592 views)
Shortcut
Re: [t0nersxb0ners] Oh crap I forgot... [In reply to] Can't Post


Quote
Don't use <font color = ""></font> Use CSS to format your content instead. It makes it a whole lot easier to update and such.


I don't know CSS. I quitted learning new programming languages after I learned java.


Quote

Anyway, HTML has been updated quite a few times. Hence the depreciation of tags such as font and center.

Do you know exactly what's changed?


"Poo-tee-weet?"

(This post was edited by lo1 on Jun 23, 2007, 12:00 AM)


t0nersxb0ners
Newbie

Jun 24, 2007, 2:15 AM

Post #12 of 18 (583 views)
Shortcut
Re: [lo1] Oh crap I forgot... [In reply to] Can't Post

The list is long. For instance, people do not use <center> to center picture. Instead you set the margins to 50%. The only thing I could tell you is to research it.

As for learning css, I recommend that you learn it. It is a lot easier to manage content with css. Plus, if you know HTML, CSS is not much more difficult.

Java is an alright language. It is just a slow loading, requires a runtime environment, and it must be compiled.


http://www.city-wars.com


lo1
Senior Member


Jun 24, 2007, 3:43 AM

Post #13 of 18 (578 views)
Shortcut
Re: [t0nersxb0ners] Oh crap I forgot... [In reply to] Can't Post


Quote
and it must be compiled.


wich sucks. Meh I never compile my java stuff, I ask people to :P


Quote

The list is long.


Do you have a link or something?

As for <center>, it still works for me...


"Poo-tee-weet?"


t0nersxb0ners
Newbie

Jun 24, 2007, 3:50 AM

Post #14 of 18 (576 views)
Shortcut
Re: [lo1] Oh crap I forgot... [In reply to] Can't Post

There really isn't a link. It is just stuff that I have picked up.

http://www.w3schools.com/html/default.asp

If you go through the entire HTML tutorial, I believe you will find notes that say that certain tags are depreciated.

Although center still works (as will all of the other tags) they have become depreciated, which means that there are better tags to use. If you try and validate it as strict HTML 4.01 (or whatever version they are at now) all of it might not validate. It still works because browsers go into something called quirks mode, which interprets the HTML and delivers the user a visible page... but that also means that your webpage may be rendered differently in seperate browsers. There is more out there than just Firefox and IE... people use browsers such as opera and safari.


http://www.city-wars.com


panties
Member


Jun 24, 2007, 6:16 AM

Post #15 of 18 (573 views)
Shortcut
Re: [t0nersxb0ners] Oh crap I forgot... [In reply to] Can't Post


In Reply To
Java is an alright language. It is just a slow loading, requires a runtime environment, and it must be compiled.


It also has to be interpreted which would explain the slow loading. It's useful for being multi-platform though.


lo1
Senior Member


Jun 26, 2007, 1:23 AM

Post #16 of 18 (566 views)
Shortcut
Re: [t0nersxb0ners] Oh crap I forgot... [In reply to] Can't Post

Nice. Thanks.


"Poo-tee-weet?"


-Pwnt-
Veteran


Jul 8, 2007, 1:54 PM

Post #17 of 18 (550 views)
Shortcut
Re: [lo1] Oh crap I forgot... [In reply to] Can't Post

Also try Alt-Codes for added fun.


brb eating spaghetti


Dr. Funk
Veteran


Aug 2, 2007, 7:33 PM

Post #18 of 18 (516 views)
Shortcut
Re: [gre dork] Oh crap I forgot... [In reply to] Can't Post

©®™

You alt-code people suck.


brb hitting bong

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.24 s on (CGI/1.1)