Nimai
Jul-01-2006, 03:13 PM
I added a custom header with the following code:
CSS
#eef {
width: 54px;
height: 57px;
background: url(http://img128.imageshack.us/img128/6359/eefs19gk.png);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=image, src='http://img128.imageshack.us/img128/6359/eefs19gk.png');
}
Header
<table align="center"><tr><td><div id="eef"></div></td><td>All proceeds from sales go to support the <a href="http://www.eaneseducationfoundation.org/">Eanes Education Foundation</a>.<br/>In the short time since I began this site, over <b>$200</b> has been raised for our schools.<br/>Thank you for all of your support!</td></tr></table>
There are two things I don't like about the results:
1. When used with themes that have a border, the border breaks around my header. (Try the Graffiti theme for an extreme example.) How do I maintain a theme's border?
2. I used a table for formating, which I hear is frowned upon. This problem is purely an HTML problem. Any suggestions for keeping the logo on the left, cetered vertically, with the paragraph on the right?
Thanks!
CSS
#eef {
width: 54px;
height: 57px;
background: url(http://img128.imageshack.us/img128/6359/eefs19gk.png);
_background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=image, src='http://img128.imageshack.us/img128/6359/eefs19gk.png');
}
Header
<table align="center"><tr><td><div id="eef"></div></td><td>All proceeds from sales go to support the <a href="http://www.eaneseducationfoundation.org/">Eanes Education Foundation</a>.<br/>In the short time since I began this site, over <b>$200</b> has been raised for our schools.<br/>Thank you for all of your support!</td></tr></table>
There are two things I don't like about the results:
1. When used with themes that have a border, the border breaks around my header. (Try the Graffiti theme for an extreme example.) How do I maintain a theme's border?
2. I used a table for formating, which I hear is frowned upon. This problem is purely an HTML problem. Any suggestions for keeping the logo on the left, cetered vertically, with the paragraph on the right?
Thanks!