Banner Help

Had a quick look at your source code

you need to add it after on of the </div> in the code below,

Code:
        <div id="headerButtons" >
          <div id="headerButton1"><a href="about.html"></a> </div>
          <div id="headerButton2"><a href="services.html"></a> </div>
        </div>
      </div>
      <div id="rightHeaderContainer">
        <div class="wrapper">
          <div id="leftArrow"></div>

I would try something like this, I might be wrong but its trial and error

Code:
        <div id="headerButtons" >
          <div id="headerButton1"><a href="about.html"></a> </div>
          <div id="headerButton2"><a href="services.html"></a> </div>
        </div>
<img src="http://i48.tinypic.com/2v0khuh.jpg" alt "" />
      </div>
      <div id="rightHeaderContainer">
        <div class="wrapper">
          <div id="leftArrow"></div>
 
Hey Richazey!

I tried that and it appears where it should but it goes underneath the actual website template.
 
You got a screen shot of what happened and i will take a better look for you.
 
Back
Top Bottom