Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - CSS n00b | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
firemaker

Level: 26

Posts: 189/247
EXP: 94178
For next: 8097

Since: 03-23-04
From: UK berkshire

Since last post: 17 days
Last activity: 11 days
Posted on 08-20-05 11:40 PM Link | Quote
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


(edited by firemaker on 08-20-05 03:10 PM)
Kyoufu Kawa
I'm not bad. I'm just drawn that way.
Level: 70

Posts: 2007/2481
EXP: 3008456
For next: 7355

Since: 03-19-04
From: Catgirl Central

Since last post: 14 hours
Last activity: 13 hours
Posted on 08-21-05 12:26 AM Link | Quote
You actually have ' in your tags? Bad things.
firemaker

Level: 26

Posts: 191/247
EXP: 94178
For next: 8097

Since: 03-23-04
From: UK berkshire

Since last post: 17 days
Last activity: 11 days
Posted on 08-21-05 05:20 PM Link | Quote
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


(edited by firemaker on 08-21-05 08:22 AM)
(edited by firemaker on 08-21-05 09:40 AM)
(edited by firemaker on 08-21-05 09:41 AM)
(edited by firemaker on 08-21-05 09:42 AM)
(edited by firemaker on 08-21-05 09:44 AM)
Narf
Hi Tuvai!
(reregistering while banned)
Level: 16

Posts: 79/100
EXP: 17634
For next: 2622

Since: 12-26-04

Since last post: 22 hours
Last activity: 14 hours
Posted on 08-21-05 07:10 PM Link | Quote
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

Level: 26

Posts: 203/247
EXP: 94178
For next: 8097

Since: 03-23-04
From: UK berkshire

Since last post: 17 days
Last activity: 11 days
Posted on 08-21-05 08:30 PM Link | Quote
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!.
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 6450/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 08-21-05 09:22 PM Link | Quote
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.


(edited by HyperHacker on 08-21-05 12:23 PM)
Narf
Hi Tuvai!
(reregistering while banned)
Level: 16

Posts: 80/100
EXP: 17634
For next: 2622

Since: 12-26-04

Since last post: 22 hours
Last activity: 14 hours
Posted on 08-21-05 10:02 PM Link | Quote
Originally posted by HyperHacker
And the urls in your code should look like:
url('http://i17.photobucket.com/albums/b67/firemaker/ldra.jpg');
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 6481/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 08-22-05 12:28 PM Link | Quote
Actually, those aren't necessary. I don't use them, and it works fine.
Narf
Hi Tuvai!
(reregistering while banned)
Level: 16

Posts: 82/100
EXP: 17634
For next: 2622

Since: 12-26-04

Since last post: 22 hours
Last activity: 14 hours
Posted on 08-22-05 02:01 PM Link | Quote
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.


(edited by Narf on 08-22-05 05:01 AM)
HyperLamer
<||bass> and this was the soloution i thought of that was guarinteed to piss off the greatest amount of people

Sesshomaru
Tamaranian

Level: 118

Posts: 6491/8210
EXP: 18171887
For next: 211027

Since: 03-15-04
From: Canada, w00t!
LOL FAD

Since last post: 2 hours
Last activity: 2 hours
Posted on 08-22-05 10:44 PM Link | Quote
It is? Well I'll be damned, I could swear they said you didn't need them. I guess I should add some then.
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Programming - CSS n00b | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.007 seconds.