1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Using DogCare template HELP

Discussion in 'Web Design' started by doghousetrainer, Mar 9, 2009.

  1. doghousetrainer

    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

    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

    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

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

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

    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

    ellisvalin New Member

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