Messy, if you don't mind my saying so. Anyways, here:
Code:
<div class="content"><div align="center"><a href="preceremony.html"><img src="images/photo-link-preceremony.png" width="157" height="32" border="0" /></a><img src="images/weddingphoto-ceremony.png" width="600" height="59"/><a href="reception.html"><img src="images/photo-link-reception.png" width="157" height="32" border="0" /></a></div><br />
<table width="1000%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><script type="text/javascript">
new phpimagealbum({
albumvar: wedding, //ID of photo album to display (based on getpics.php?id=xxx)
dimensions: [4,3], . . .
I think you mean 100%, not 1000%. In fact, if Firefox were to render that table at 1000% width, it would look like it does in IE. Other browsers have the same problem as IE though. I'm not sure why Firefox does not.
Just change that to 100% and the page links will wrap.
Bookmarks