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!!!!
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.backgroundColor='#556699';" onmouseout="this.style.backgroundColor='transparent';"] [tr] [td] [/td] [/tr] [/table]
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...
#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
thank you very much :D
funnycatster 7 months ago
any can tell me how covert HTML code in XML Code
eyesoftec 1 year ago
lol... how come it says "emo music" in your Google search bar?.....
therabi0g 1 year ago 2
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!!!!
BeccaLawler92 1 year ago
I find your tutorials to be very helpful. One question, who pays you to put these on?
marychristine100 2 years ago
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...
IonDuel 2 years ago
you sound like a young Michael Jackson
no offence or anything.
chodiballz 2 years ago
This has been flagged as spam show
check my video...
watch?v=qV56i34-pac
milotuku 2 years ago
the better code gets the more wysiwyg tools fall behind. Im getting pretty sick of making pages in notepad.
deneco4 3 years ago
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
DEMARCUS191 3 years ago
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.
Meaju 3 years ago
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.
IonDuel 3 years ago
: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!]
hsq91 3 years ago
hsq91 3 years ago
Jeez.. posting comments with codes tough in YouTube... there's supposed to be no space between backgro und it's backgroundColor
hsq91 3 years ago
Actually it is not backgroundColor it is more like:
body { background:black;
}
but background-color is fine too.
Singod2 3 years ago
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.backgroundColor="color_value";
example:
document.body.style.backgroundColor="#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...
hsq91 3 years ago
Oops, it's YouTube... once again there should be no space between "background" and "Color"
hsq91 3 years ago
what is the code for red? i mean like #555555
sonicspeed371 3 years ago
#FF0000
EthanShreve 3 years ago
#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
hsq91 3 years ago
u dont have to type background-color: and the numbr u can just type the color and it will work the same way.....
CoolKidinTown07 3 years ago
I havn't coded HTML in a while. But I think color will change the text color.
IonDuel 3 years ago
color name wil change background,text and anything u want to change
CoolKidinTown07 3 years ago
I cant see whats ur typing your 2nd video was better cause you zoomed.
Thechamp527 3 years ago
Sorry, I didn't know about the auto-pan feature until a while ago (after these videos).
IonDuel 3 years ago
Thanks for the tuturial, just what I needed, css tables, well done.
gnltech 3 years ago
Thanks!
IonDuel 3 years ago
too much extraneous microphone noise
bill682785 3 years ago
Like the "Sss"'s... Ya, sorry about that, I need a better recording software, and probably a new mic.
IonDuel 3 years ago
hey nice video waiting for some more....please try to reduce the size it take too much time to load.
mak1084 4 years ago
thanx
kdmq 4 years ago