I finally found the code to change the main photo (Jack Russell and lady). It was in the CSS style sheet page. I want to replace it with the Flash file I made. When I update the code in the style sheet it does not work. When I replace with a different jpg it loads but not the swf file. Anybody know what I'm doing wrong and how to fix? Thanks in advance everyone. Here's the code: #nav { padding-top: 372px; background: url(images/header.jpg) no-repeat; } I want to change to: #nav { padding-top: 372px; background: url(images/header.swf) no-repeat; }
You are using the swf has an image.. so when the html file imports the image, there is no image there, but a swf file (media)... i´ll try to make a small tutorial
OK, the image isn't listed in the code... Here's what's listed in html section... <div id="wrapper"> <div id="header"> So I can't click on the photo and delete. div id = header is what I need to switch out... Ugh! Any more suggestions? Thanks!
This is in the CSS file. I tried to make the change there but it would not work. If I knew how to eliminate the CSS code for this particular part and rewrite in html I would but I'm not that good! I know just enough to be really dangerous! LOL! Still taking suggestions! Thanks for your help thus far!
without looking at it i can´t help you out... if you want send me the html file, the css and the swf and i´ll try to put it up together... send it to t3-web@hotmail.com