Website source code/background image

Hacker

TPer Emeritus
Messages
7,625
Name
Colin
Edit My Images
Yes
Where would the source code for a blog background image be? I've seen one I like but cannot find it in the source code - not that I really know what I'm looking for. :lol:

Is this possible?
 
Probably held in a CSS style file.

Which website are you looking at?
 
It won't be held in a CSS file. The CSS will link to a file in a folder, probably a JPEG or PNG. You need to find the folder and save the image you want over the existing file.

Do a google search (for the blog software) asking where the bg image is. That will probably drum up a few hits and tutorials.
 
It'll be part of the theme installed so make sure you're looking at the right one if you have a few uploaded.
 
It won't be held in a CSS file. The CSS will link to a file in a folder, probably a JPEG or PNG. You need to find the folder and save the image you want over the existing file.

Do a google search (for the blog software) asking where the bg image is. That will probably drum up a few hits and tutorials.

:agree: yep, that's what I meant, just didn't explain it very well.........
 
You could always right click on the background image and view it - that will give you the full file path.
 
If you are using Chrome then you can do the following:

Right click > Inspect element

Look for the body tag (the background should go blue when you hover of the body tag)

On the right hand side under "body" it will give you the background url :)
 
Thanks for all the help, it is appreciated.

If you are using Chrome then you can do the following:

Right click > Inspect element

Look for the body tag (the background should go blue when you hover of the body tag)

On the right hand side under "body" it will give you the background url :)

Absolutely spot on, just what I was after (and could understand!). :D Many thanks!
 
Back
Top