Hi, I have a standard 468x60 banner that I want to put over the right side of my header, any one know how I can do this? I believe I have to set my header image as a background image in a table and then implement the banner somehow? thanks
If you are going to do it in a table, you would have the cell background as the banner with a right aligned header image on top. If you were to use CSS you could do something like - <div style="height: 100px; width: 750px; background-image: url(/banner.jpg); text-align: right;"> <img src="/header.jpg" /> </div>