| Trusted Advisor with 7,024 posts. | | Join Date: May 2006 Location: S.F. Bay Area, CA Experience: Intermediate | |
I would make banner-top.jpg the background of a DIV and then have Best-1.gif be the image inside the DIV. I would specify "text-align: center;" for the DIV styling to center the Best-1.gif image.
EDIT: Something kind of like this: Code: <table style="width: 100%;" border="2" bordercolor="lawngreen" cellpadding="12" cellspacing="2">
<tbody>
<tr class="td2">
<td style="text-align: center;" class="td2" colspan="2">
<!-- Header images -->
<div style="background-image: url(banner-top.JPG); text-align: center; width: 904px; height: 150px; margin-left: auto; margin-right: auto;">
<img style="width: 481px; height: 65px; margin-top: 45px;" src="Best-1.gif">
</div>
</td> EDIT #2: The HTML you really want is in your other thread.
Good luck!
Peace...
Last edited by tomdkat; 18-Aug-2007 at 01:08 AM..
|