n00b help please

cabinges

New Member
Messages
2
Reaction score
0
Points
0
Hi, sorry if this is a daft question but im just learning html and i cant understand why the images on my subpage dont show (red x) when they do on my main page. i have tried moving the images to various folders and have changed the link location but i cant seem to get it to show. the background image css code i have copied and pasted to my subpage index.html and even that wont show. any help is very much appreciated
 

chankarwing

New Member
Messages
15
Reaction score
0
Points
1
Try renaming .htaccess to .htaccess.bk.
Also make sure you link your images to the correct folder.

EDIT: It's not a daft question, because one little mistake in programming, your whole code doesn't compile properly.
 
Last edited:

cabinges

New Member
Messages
2
Reaction score
0
Points
0
thanks for the quick reply. i had read my code a million times and couldnt see the problem. turns out i had forgotten to add the ../ to the beginning.

problem solved
 

2K8 Group

New Member
Messages
90
Reaction score
0
Points
0
Post the code so I can take a look at it.

Edit: After I posted you had posted I had fixed it.
 
Last edited:

chankarwing

New Member
Messages
15
Reaction score
0
Points
1
Just a little tutorial:

/ - Root or the base folder
./ - Current folder
../ - The parent folder of this folder

Hope that will help others too.
 
Top