Now that I see your site: you have a doubled h1 tag in your code for the
headline on those two pages. Your code reads:
<div class="headertext">
<h1>
<h1>Berkeley Catchment Science Symposium<br />
UC Berkeley<br />
December 14, 2008</h1><br />
<img src="../symposium/images/ucb_bw-1.jpg" alt="berkeley logo"
width="85" height="85" />
</div>
when it should be:
<div class="headertext">
<h1>Berkeley Catchment Science Symposium<br />
UC Berkeley<br />
December 14, 2008<br /></h1>
<img src="../symposium/images/ucb_bw-1.jpg" alt="berkeley logo"
width="85" height="85" />
</div>
It's making the text of the whole page too big, which is causing the
overflow.
--Caroline
------------------------------------------------------------------------
The following was automatically added to this message by the list server:
-
Webnet information is available at http://webnet.berkeley.edu. Email sent to this list is archived at http://ls.berkeley.edu/mail/webnet/ . This archive is open to the general public and browsable by search engine spiders, email-address harvesting robots, your bosses, etc.
Received on Tue Nov 04 2008 - 11:24:11 PST
This archive was generated by hypermail 2.2.0 : Tue Nov 04 2008 - 11:24:11 PST