Tried it. Didn't work. I really suspect it's something simple and I'll be mad at myself after I figure it out...but don't know how many more birthdays that'll be!!
Printable View
Tried it. Didn't work. I really suspect it's something simple and I'll be mad at myself after I figure it out...but don't know how many more birthdays that'll be!!
You forgot to close the left column div
and remove the extra </div> after </table>
Yes, I did. Closed it but that didn't solve the problem. :confused:
it should be:
if this doesn't help then get rid of the tableCode:<body>
<table width="650">
<tr>
<td width="45%">
<div align="center"><!--webbot bot="HTMLMarkup" startspan -->
<div id="leftcolumn"><a href="javascript:ajaxpage('external.htm', 'rightcolumn');">Test Page</a></div>
</td>
<td width="45%">
<div id="rightcolumn"><h3>Choose a page to load.</h3></div>
<div style="clear: left; margin-bottom: 1em"></div><!--webbot bot="HTMLMarkup" endspan i-checksum="13151" --></p></td>
</tr>
</table>
</div>
</body>
Well, it didn't work, so I took your advice and deleted the table.
That's the way I have it right now. Still no go.
pay attention to your code..you left there a </p> with no opening <p>.
anyway try this:
also,at the top of the page before the <html> add the following:Code:<body>
<div align="center"><!--webbot bot="HTMLMarkup" startspan -->
<div id="leftcolumn"><a href="javascript:ajaxpage('external.htm', 'rightcolumn');">Test Page</a></div>
<div id="rightcolumn"><h3>Choose a page to load.</h3></div>
</div>
</body>
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Thanks....but no, that didn't work either. I've been trying some other things as well. This is a puzzler.
Dude!
now you have no <html>
pay attention!
another tought:
get rid of the centering empty div
Code:<body>
<div id="leftcolumn"><a href="javascript:ajaxpage('external.htm', 'rightcolumn');">Test Page</a></div>
<div id="rightcolumn"><h3>Choose a page to load.</h3></div>
</body>
Corrected the HTML oversight and got rid of the other.
Nope.
crap
change to this at the top:
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">