NameSilo

Php and banner insertion question

Spaceship Spaceship
Watch

DoughMainz

Established Member
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.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
cant you just put the header you have now into the background, and then put the banner into the header (over the background)?
 
0
•••
In your CSS, does the div class "header" have a background-image set?
 
0
•••
hmm... you could do something complicated here, but I'd just do what this lot say:

Code:
<div class="container">
<div class="header" style="background-image: url({$pb->template_path}images/background.jpg);text-align: right;"><a href="#"><img src="path/to/banner.gif" style="border:0;" /></a></div>
EOF;

}
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back