| Author |
Message |
rhyan
Newbie


Joined: Aug 28, 2008
Posts: 4
|
Posted:
Thu Sep 04, 2008 6:45 pm |
|
Hi
I want to add an Image to the header with out screwing up my page and still being able to use the background image already in use..
How can I add such a logo to my site -
here is the code from the header..
| Code: |
<!-- start header -->
<div id="header">
<div id="logo">
<h1><a href="#">NC-ZoneRed</a></h1>
<p>Php-Nuke Theme</p>
</div>
</div>
<!-- end header --> |
Thx |
|
|
|
 |
whitehat
Newbie


Joined: Jun 02, 2008
Posts: 2
|
Posted:
Fri Sep 05, 2008 2:47 am |
|
| Code: |
<!-- start header -->
<div id="header">
<div id="logo">
<h1><img src="themes/NC-ZoneRed/images/myimage.jpg" /></h1>
<p>Php-Nuke Theme</p>
</div>
</div>
<!-- end header -->
|
Could do the trick!!!
Depandingon how the header go format the image, and if css contain a .img rule |
|
|
|
 |
|
|