|
|
|
|
|
|
|
|
|
|
|
#1 |
|
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
Put this between your head tags to call an external styesheet.
<link href="../path-to-stylesheet.css" rel="stylesheet"> In the stylesheet url(../path-to-background.jpg); You don't have to use an external styesheet but it does make things easy. ![]() |
|
|
|
|
|
#2 |
|
Mean people suck, nice people swallow, are you mean or nice?
|
This is one of those Homer Simpson moments. Doh! I've been doing that for a long time but I used a template and forgot to change the SSI call for the extermal style sheet
Licker I need more coffee |
|
|
|
|
|
#3 |
|
Mean people suck, nice people swallow, are you mean or nice?
|
Well dammit! With CSS I'm calling for a background image and I want to also define any unspecified text on the page to be a certain color. I'm using this but it doesn't work:
body {background-image:url('bg.jpg'); font-color: #ffffff; font-family: Arial; font-size: 14px; font-style: normal;} WTF am I doing wrong? ![]() |
|
|
|
|
|
#4 |
|
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
Change "font-color" to just "color".
__________________
~Warm and Fuzzy.
|
|
|
|
|
|
#5 |
|
Mean people suck, nice people swallow, are you mean or nice?
|
THANK YOU! That finally worked!
|
|
|
|
|
|
#6 |
|
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
No worries. I'm real nit-picky.
![]()
__________________
~Warm and Fuzzy.
|
|
|
|
|
|
#7 |
|
Mean people suck, nice people swallow, are you mean or nice?
|
Another CSS question: Isn't there some way to have say a 4px white border around an image and then a 1px black border around the white border? I think I've seen this done somewhere but can't find it.
TIA |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|