How To? - Add Graphics Above Header Area And Inside Footer Area


Author Message
sb123

Posted: 12/2/2009
Quote message 

Hi!

I have a page layout with Menu, Header.

1. I want to add a full-length graphic file (.png) above this area.

2. I also want to add another full-length graphic file (.png) inside the footer area, just above the normal "Contact Us, TOS,..." links.

How to do both please.

Thank you!

 
Garry

Posted: 12/2/2009
Quote message 

1- You should create a new div before "art-sheet" div with 100% width and place your .png image in that div.

2- You need to create a new div after footer div with width:100% and place your new .png image in that.
 
sb123

Posted: 12/7/2009
Quote message 

Thanks, Gary :)

Just saw your solution. Will try it.