- Impact
- 2
New to php. How do I insert a banner over a Header image?
<div class="container">
<div class="header"><a href="index.php"><img src="{$pb->template_path}images/background.jpg" alt="Title Image" style="border:0;" /></a></div>
EOF;
}
The above is what I have and I need to place a banner over the flag on the right that is 234x60. You can view the header Here
I am sure this is simple but not for me!
Thanks in advance for any assistance.
C.
<div class="container">
<div class="header"><a href="index.php"><img src="{$pb->template_path}images/background.jpg" alt="Title Image" style="border:0;" /></a></div>
EOF;
}
The above is what I have and I need to place a banner over the flag on the right that is 234x60. You can view the header Here
I am sure this is simple but not for me!
Thanks in advance for any assistance.
C.




