Using DogCare template HELP

Discussion in 'Graphics' started by doghousetrainer, Mar 9, 2009.

  1. doghousetrainer New Member

    Hey there! I apologize if I am blind, but i am hyped up on coffee and getting frustrated.

    Im using the dog care template, and I want to replace the main image of the woman and the jackrussell with my own company photo, however, in the coding (on dreamweaver) there is no "image" file to replace. The other pix on the template are clickable to replace them, but not this main one for some reason HELP ME PLZ.. I will paste the code so you can see.



    <div id="wrapper">
    <div id="header">
    <h1>Dog House Training Academy </h1>
    <div id="nav-top">
    <ul>
    <li id="tab-faq"><div><a href="
  2. doghousetrainer New Member

    im sorry here is the entire code which didnt copy for some reason

    <div id="wrapper">
    <div id="header">
    <h1>Dog House Training Academy </h1>
    <di v id="nav-top">
    <ul>

    SEE NO PICTURE CODE!!!
    <li id=" tab-faq"><div><a href="
  3. ellisvalin New Member

    I want to edit the same template and don't see the graphic in the html code either. Anybody know the answer to this? And I want to replace the graphic with a Flash file. Process should be the same just need to know where it is!
  4. ishkey Mod - Designer

    maybe it is reffenced in the css file.
  5. ellisvalin New Member

    Found it!

    You change it in the CSS style sheet....

    #nav {
    padding-top: 372px;
    background: url(images/header.jpg) no-repeat;
    }

    change the code here and it will change the photo!

    Voila!
  6. ellisvalin New Member

    Now getting it to recognize my swf file is going to take some tweaking...sheesh!