Connecting Tech Pros Worldwide Forums | Help | Site Map

Stylesheet Not Reading

selvadealma@gmail.com
Guest
 
Posts: n/a
#1: Oct 3 '08
So I'm working on this pretty basic site, and I just started using a
new hosting service. When I view the site locally using opera or IE,
it looks almost exactly how I want it, with a few minor issues.
However when I uploaded the site to this server, it turned into a
trainwreck. It seems that it won't read my stylesheet at all. Please
help, I'm somewhat of a noob and have a feeling that it's a pretty
basic fix/a lack of understanding of something fundamental. Anyways
the site is at http://matthewdekker.com/matthew/Dad's%20Page/Dad's%20Page2a.html
Thanks for the help

selvadealma@gmail.com
Guest
 
Posts: n/a
#2: Oct 3 '08

re: Stylesheet Not Reading


To make things easier the stylesheet is here
http://matthewdekker.com/matthew/Dad's%20Page/dadstylebackup2.css
rf
Guest
 
Posts: n/a
#3: Oct 3 '08

re: Stylesheet Not Reading



<selvadealma@gmail.comwrote in message
news:dfebecdb-2370-476d-aa18-1e36efba01de@q35g2000hsg.googlegroups.com...
Quote:
http://matthewdekker.com/matthew/Dad's%20Page/Dad's%20Page2a.html
What's with the width=100% in the images in the navigation bar? It's making
the navbar go ape. This is not required. Whatever you are tryijng to achieve
should be done in your CSS.

Firebug tells me that there are no stylesheets applying to this page (*).
That means you have either not uploaded the stylesheet or you have mispelled
its name. Hint: Windows is case insensitive. Linux (your probable host's
operating system) is case sensitive. "Dad" is not the same as "dad" on your
host.

* Further, firebug tells me that Dadstylebackup2.css is a 404. That is, not
found on the host.

Hint #2 - Install firebug.


selvadealma@gmail.com
Guest
 
Posts: n/a
#4: Oct 3 '08

re: Stylesheet Not Reading


Wow, I feel stupid. That definitely helped. Any idea why the image at
the top of the page "wyomingheader.jpg" won't display?


On Oct 3, 3:55*am, "rf" <r...@invalid.comwrote:
Quote:
<selvadea...@gmail.comwrote in message
>
news:dfebecdb-2370-476d-aa18-1e36efba01de@q35g2000hsg.googlegroups.com...
>
Quote:
http://matthewdekker.com/matthew/Dad's%20Page/Dad's%20Page2a.html
>
What's with the width=100% in the images in the navigation bar? *It'smaking
the navbar go ape. This is not required. Whatever you are tryijng to achieve
should be done in your CSS.
>
Firebug tells me that there are no stylesheets applying to this page (*).
That means you have either not uploaded the stylesheet or you have mispelled
its name. Hint: Windows is case insensitive. Linux (your probable host's
operating system) is case sensitive. "Dad" is not the same as "dad" on your
host.
>
* Further, firebug tells me that Dadstylebackup2.css is a 404. That is, not
found on the host.
>
Hint #2 - Install firebug.
Kerim Ellentoft
Guest
 
Posts: n/a
#5: Oct 3 '08

re: Stylesheet Not Reading


"selvadealma@gmail.com" <selvadealma@gmail.com skrev :
Quote:
>Wow, I feel stupid. That definitely helped. Any idea why the image at
>the top of the page "wyomingheader.jpg" won't display?
Because the name is wyomingheader.JPG.
--
Kerim
selvadealma@gmail.com
Guest
 
Posts: n/a
#6: Oct 3 '08

re: Stylesheet Not Reading


On Oct 3, 12:20*pm, Kerim Ellentoft <ke...@mail.tele.invalidwrote:
Quote:
"selvadea...@gmail.com" <selvadea...@gmail.com*skrev :
>
Quote:
Wow, I feel stupid. That definitely helped. Any idea why the image at
the top of the page "wyomingheader.jpg" won't display?
>
Because the name is wyomingheader.JPG.
--
Kerim
Yup, that was it. Thank you much for your help
Closed Thread