Help On Banner

I

IC_Clearly

I am looking for suggestions on this banner
http://mynet11.tripod.com/Assistant3.htm. I created it in Photoshop 7 and
inserted it as a .jpg file. I saved the file from PS at best quality.

First, I want it to fill the entire cell, but can't figure that out. I've
changed sizes. I've inserted as a picture in the cell (it filled cell, but
caused a repeat). Nothing seems to work. Second, I am not pleased with the
distortion in the gradation on the left. Is there a way to eliminate that?

Thanks for any suggestions.

IC
 
I

IC_Clearly

Well, I think I solved the First issue. I changed the wrap and got that
fixed. Still need help on the distortion.

Thanks.
 
E

E. T. Culling

View source shows banner size is 661 x 89

<img border="0" src="images/AssistantBanner.jpg" width="661" height="89"
align="middle">Try changing the width & height. to:
<img border="0" src="images/AssistantBanner.jpg" width="715" height="90"
align="middle">Actual banner is 715 x 90
Gradation looks OK to me.
Eleanor
 
S

Stefan B Rusynko

Plus the code is setting a table cellpadding="5" and has extra p and &nbsp; tags in it causing the spacing

You have

<table border="3" width="100%" cellpadding="5" height="25" cellspacing="0"><tr>
<td width="24%" valign="top" bordercolor="#C0C0C0">&nbsp; <img border="1" src="images/asstlogo.jpg" width="48" height="74"
align="middle">&nbsp;&nbsp;&nbsp;&nbsp;
<font size="3"><i><b>The Assistant!</b></i></font></td>
<td width="774" height="1" bordercolor="#C0C0C0" bgcolor="#FFFFFF" align="center">
<p align="center"><img border="0" src="images/AssistantBanner.jpg" width="715" height="90" align="left"></p><p align="center"
style="margin-top: 0; margin-bottom: 0">&nbsp;</p>
</td></tr></table>

And to make it just fit the images you should have more like:

<table border="3" width="763" cellpadding="0" height="90" cellspacing="0"><tr>
<td width="48" valign="top" bordercolor="#C0C0C0">
<img border="1" src="images/asstlogo.jpg" width="48" height="74" align="middle">
<br><font size="3"><i><b>The Assistant!</b></i></font></td>
<td width="715" height="90" bordercolor="#C0C0C0" bgcolor="#FFFFFF" align="center">
<img border="0" src="images/AssistantBanner.jpg" width="715" height="90" align="left">
</td></tr></table>

--




| View source shows banner size is 661 x 89
|
| <img border="0" src="images/AssistantBanner.jpg" width="661" height="89"
| align="middle">Try changing the width & height. to:
| <img border="0" src="images/AssistantBanner.jpg" width="715" height="90"
| align="middle">Actual banner is 715 x 90
| Gradation looks OK to me.
| Eleanor
|
| | >I am looking for suggestions on this banner
| > http://mynet11.tripod.com/Assistant3.htm. I created it in Photoshop 7 and
| > inserted it as a .jpg file. I saved the file from PS at best quality.
| >
| > First, I want it to fill the entire cell, but can't figure that out. I've
| > changed sizes. I've inserted as a picture in the cell (it filled cell,
| > but
| > caused a repeat). Nothing seems to work. Second, I am not pleased with
| > the
| > distortion in the gradation on the left. Is there a way to eliminate
| > that?
| >
| > Thanks for any suggestions.
| >
| > IC
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top