Question:
Help finding the background image in html?
Kyle P
2010-01-20 22:52:58 UTC
http://www.shoedazzle.com/ there is the website can anyone find the bg image in the html format???
Four answers:
?
2010-01-22 16:30:02 UTC
It is a six step process to find.



1. Look at the page source

2. Look for a body background attribute - none

3. Look for style sheet - first listed is for media="all" - this is the one we want - http://e1h3.simplecdn.net/shoedazzle/stylesheets/main.css?1264063862

4. Look at style sheet

5. Look for background: - found html {background: url('../images/bg.jpg') repeat scroll center top;

6. combine the URL's from steps 3 and 5 to get the background image URL
Chris C
2010-01-22 08:17:15 UTC
In most browsers, you can right mouse-click on the background, and click on the "Save Background As" menu item from the popup.

I did check, and you can it for that site.

The filename is called 'bg.gif', but you'll usually just see the filename specified as 'bg' in this case (using Internet Explorer).
2010-01-20 23:07:34 UTC
Use Firefox, right click and choose View Background Image.
2010-01-20 23:29:06 UTC
http://e1h3.simplecdn.net/shoedazzle/images/bg.jpg

It is buried in a css file.

http://e1h3.simplecdn.net/shoedazzle/stylesheets/main.css


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...