Acmlm's Board - I2 Archive - Programming - CSS n00b
User | Post |
HyperLamer
Posts: 6491/8210 |
It is? Well I'll be damned, I could swear they said you didn't need them. I guess I should add some then. |
Narf
Posts: 82/100 |
Originally posted by HyperHacker Actually, those aren't necessary. I don't use them, and it works fine.
A lot of things work 'fine', when I use <u><span align="right"><i>Text (without closing my tags) It alligns my text to the right while being underlined and in italics too, but it's not right.
Just because your own way works fine doesn't mean it's good. Using the apostrophes (or quotation marks for that matter in this case) is the PROPER way as being claimed by the W3C standards. |
HyperLamer
Posts: 6481/8210 |
Actually, those aren't necessary. I don't use them, and it works fine. |
Narf
Posts: 80/100 |
Originally posted by HyperHacker And the urls in your code should look like: url('http://i17.photobucket.com/albums/b67/firemaker/ldra.jpg');
|
HyperLamer
Posts: 6450/8210 |
Your link should look like: <link rel="stylesheet" type="text/css" href="http://www.freewebs.com/njosprites/firemaker.css" />
And the urls in your code should look like: url(http://i17.photobucket.com/albums/b67/firemaker/ldra.jpg);
Also, I think you use background-image for BG images, not just background, and you left off a semicolon at the end of background.
firemaker
Posts: 203/247 |
Originally posted by Narf Apostrophes next to the opening and closing arrows of a tag are never necesary, where did you learn to do that anyway? Makes no sense...
Unless we're talking about the apostrophes in the CSS code (ie. url('bla/bla.file');)
the nessesity is exactly that!. |
Narf
Posts: 79/100 |
Apostrophes next to the opening and closing arrows of a tag are never necesary, where did you learn to do that anyway? Makes no sense...
Unless we're talking about the apostrophes in the CSS code (ie. url('bla/bla.file');) |
firemaker
Posts: 191/247 |
I think this thread can be closed now (or deleted). I've sorted out my problems.
Originally posted by kawa
You actually have ' in your tags? Bad things
I don't unless it is a nessesity |
Kyoufu Kawa
Posts: 2007/2481 |
You actually have ' in your tags? Bad things. |
firemaker
Posts: 189/247 |
Sorry to be such a n00b but I'm cluesless as to how to link my stylesheet into the header. Can somebody please tell me whether it's just bad scripting or I don't know how to link it. Here is a copy of the code:
.firemaker { background: #000000 url('http://i17.photobucket.com/albums/b67/firemaker/ldra.jpg') no-repeat; width: 755; height: 600; } .firemaker .text { font-family: verdana; font-size: 10px; font-weight: normal; color: #FF0000; width: 260; height: 540; position: relative; left: 20; top: 20; overflow: auto; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #FF0000; scrollbar-face-color: #FF0000; scrollbar-shadow-color: #FF0000; scrollbar-3dlight-color: #000000; scrollbar-highlight-color: #FF0000; scrollbar-arrow-color: #000000; x: chroma(color=#FF0000); } .firemaker a { color: #FF6000; font-weight: bold; text-decoration: none; } .firemaker a:hover { text-decoration: underline; } .firemaker hr { border: 1px solid #FF0000; height: 1; } .firemaker blockquote { border: 1px solid #0000FF; padding: 2; } .firemaker links { A:link {text-decoration: none; color: #FF6000;} A:visited {text-decoration: none; color: #FF5800;} A:active {text-decoration: none; color: #FF5000;} A:hover {text-decoration: underline overline; color: #0000FF;}
EDIT
<'link rel="stylesheet" type="text/css" href="http://www.freewebs.com/njosprites/firemaker.css" /'> is how I try to link it |
|
|