Added: 4 years ago
From: IonDuel
Views: 18,392
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (27)

Sign In or Sign Up now to post a comment!
  • thank you very much :D

  • any can tell me how covert HTML code in XML Code

  • lol... how come it says "emo music" in your Google search bar?.....

  • i dont know if you could help me but when i write up my css stylesheet and publish it to my website, the table doesnt align itself to the left of the page and instead the table spreads across the whole webpage....i am clueless on how to change this, please help me!!!!

  • I find your tutorials to be very helpful. One question, who pays you to put these on?

  • Nobody lol. Im glad that they could help you. I was considering making new html tutorials, but, I've got pretty busy with other things...

  • you sound like a young Michael Jackson

    no offence or anything.

  • the better code gets the more wysiwyg tools fall behind. Im getting pretty sick of making pages in notepad.

  • yea but you will learn alot...wysiwyg tools are just a waste of time. Take the time out to actually learn how to write a website

  • Hi, thanks for posting this, I found it really helpful and informative.

    One thing though, what is that symbol you put before the six digit numbers? Due to youtube video quality, I can't make it out, nor can I find anything on my keyboard that looks even vaguely like it! I do have a Mac, so the layout is different but it should still have all the same symbols... I'm baffled.

  • Hey, thanks for the comment. That symbal is the hash key(#). And incase you didn't read the message above, they explain it well. it uses rgb format so #FF0000 would be red, #00FF00 would be green, #0000FF would be blue, and you can combine them to get mixed colors.

  • :hover is only for links, you need to Include a declaration of the document type for it to work on other types of browsers like Internet Explorer! -OR- use DHTML ("Dynamic HTML") which really uses JavaScript... [I somehow can't post the codes in comment!]

  • Trying to post the codes: Just replace the square brackets [] with less than/greater than Declaration for HTML 4.01 Trans: [!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"] DHTML example for alternate hover: (onmouseover/onmouseout values are CASE-SENSITIVE since they're JavaScript codes) [table onmouseover="this.style.backgr­oundColor='#556699';" onmouseout="this.style.backgro­undColor='transparent';"] [tr] [td] [/td] [/tr] [/table]
  • Jeez.. posting comments with codes tough in YouTube... there's supposed to be no space between backgro und it's backgroundColor

  • Actually it is not backgroundColor it is more like:

    body { background:black;

    }

    but background-color is fine too.

  • background is a short-hand property in CSS for:

    background-color:

    background-image:

    background-position:

    background-attachment:

    ... and so on..., but when CSS is in JavaScript:

    objectName.style.backgroundCol­or="color_value";

    example:

    document.body.style.background­Color="#000";

    JavaScript is case-sensitive, so c has to be uppercase. The hint is most css property that's separated by dashes the letter after the dash is uppercase in JS...

  • Oops, it's YouTube... once again there should be no space between "background" and "Color"

  • what is the code for red? i mean like #555555

  • #FF0000

  • #ff0000 - Hex's easy... just remember that the first pair of numbers (00-ff) is red light source, the second pair is green light source, and the third is blue light source... 00 is the lowest/darkest ... ff is the highest/brightest

  • u dont have to type background-color: and the numbr u can just type the color and it will work the same way.....

  • I havn't coded HTML in a while. But I think color will change the text color.

  • color name wil change background,text and anything u want to change

  • I cant see whats ur typing your 2nd video was better cause you zoomed.

  • Sorry, I didn't know about the auto-pan feature until a while ago (after these videos).

  • Thanks for the tuturial, just what I needed, css tables, well done.

  • Thanks!

  • too much extraneous microphone noise

  • Like the "Sss"'s... Ya, sorry about that, I need a better recording software, and probably a new mic.

  • hey nice video waiting for some more....please try to reduce the size it take too much time to load.

  • thanx

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more