Tim,
Do you want something like this?
Index: xdocs/stylesheets/site.vsl
===================================================================
--- xdocs/stylesheets/site.vsl (revision 596676)
+++ xdocs/stylesheets/site.vsl (working copy)
@@ -262,12 +262,7 @@
<!-- Logo -->
#getProjectImage()
- <!-- Advertisement -->
- <a href="http://www.apachecon.com/2007/US/index.html">
- <img id="advertisement"
-
src="http://www.apache.org/ads/ApacheCon/2007-usa-234x60.png"
- width="234" height="60"
- alt="ApacheCon US 2007" /></a>
+
</div> <!-- pageHeader -->
<div id="navigationmenu">
Index: xdocs/site.css
===================================================================
--- xdocs/site.css (revision 596676)
+++ xdocs/site.css (working copy)
@@ -28,6 +28,7 @@
padding-bottom: 5px;
border-bottom: 1px solid gray;
margin-bottom: 5px;
+ height: 55px;
}
#pageFooter {
Thanks,
Aleksey.
On Nov 21, 2007 3:30 PM, Tim Ellison <[EMAIL PROTECTED]> wrote:
> I tried to remove the old ACon advert in our banner, but when I did that
> the <div> layout gets all messed up. Anyone know how to remove it
> successfully? My hacks did not work as I had hoped.
>
> Thanks,
> Tim
>