superfastreader
Member
Posted 6 years ago #
I am using the Simple Two theme, which I really love and don't want to change. It's been modified slightly with tables--the ads are in one table, and the content in another.
My friend designed an amazing banner to run across the top, which I'd like to appear above both tables. The Simple Two theme does not have header info in the Stylesheet that I can tell, nor does it have any of the code that I saw in the codex article on changing your header info.
Does anybody know what code I need to add in order to put this banner on my site? I will give you & your website a shout out on my blog if you can help me out.
My blog is here:
http://superfastreader.com
Change this:
<table width="900" cellpadding="0" cellpadding="0" border="0">
to this:
<table colspan="2" width="900" cellpadding="0" cellpadding="0" border="0">
<tr><td>
image here
</td></tr>
superfastreader
Member
Posted 6 years ago #
Thanks for responding.
Next questions:
1- My image is located in my public_html folder. What do I replace "image here" with?
2- When I changed the code (which I did in the table for the advertising on the left side), the ad column got jumbled--instead of the items stacking one on top of the other, some were next to each other. How do I preserve that?
Thank you!
superfastreader
Member
Posted 6 years ago #
I think if I just add the code you gave me to the top above the ad tower table, it should work.
But I don't know how to get it to insert the image, which lives here:
http://superfastreader.com/super-fast-reader_1.jpg
Thanks!
superfastreader
Member
Posted 6 years ago #
Aha!! I figured it out!!
Thanks, doodlebee, for the code--it was just what I needed!