Internal Stylesheet NOT Linking -...

User 187934 Photo


Senior Advisor
20,271 posts

You need to put ../ in the url's because the image is one level up from the css style sheet.:)

background-image: url('../new_buttons/button_hov_one.png');
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

Heya Eric, heres my new code, it still isn't showing up :(
a { background-image: url(../new_buttons/button_reg_one.png); }
a:visited { background-image: url(../new_buttons/button_sel_one.png); }
a:hover { background-image: url(../new_buttons/button_hov_one.png); }
User 2924428 Photo


Registered User
1,718 posts

fendwebcrew.com is my new link :)
User 38401 Photo


Senior Advisor
10,951 posts

the contents of your parenthesis need a single quotation mark around them:
http://www.w3schools.com/cssref/pr_background-image.asp
User 2924428 Photo


Registered User
1,718 posts

Hi Jo Ann, thanks for that :) I actually posted the quotation marks around the images and they are still not showing up :(
User 122279 Photo


Senior Advisor
14,646 posts
Online Now

I was playing with that site of yours last night and could not identify the problem (this was past midnight). Today I have no time, but my feeling is that you are trying to put too many id's and classes together. Something clashes, and when I get some time, I'll look into it again.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2924428 Photo


Registered User
1,718 posts

Hello Inger, thank you for your time I appreciate any feedback. I'm not too familiar with css as of yet. I think it could be putting too many classes and id's together like you said.Which of these two would you recommend using for multiple use? Or should I try and narrow as many id's and classes as possible ( logical ), but will take some time learning ;)
Multiple Use=
#div1
#div2
#div3
or
.class1
.class2
.class3
User 184085 Photo


Ambassador
1,707 posts

why do you have

<br>
<br>


in your head section?? What are you trying to do that you need those?

Just a confused question.
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 184085 Photo


Ambassador
1,707 posts

On line 79 you have opened up two center tags

<center><img src="teamfend3.png" width="756" height="171" alt="" border="0"><center>


but I can only see where you have closed one of them on line 96
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
User 184085 Photo


Ambassador
1,707 posts

On line 95 you clsed off a div but none were open at that time.

On line 124 you close off 2 div's but only one seems to be open at that time.


Hopefully tidying up thses things will put you in the pink :)
Volunteering to help :)
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.