View Full Version : height problems??


putnickhere
07-21-2005, 05:44 AM
this is my 1st time experimenting w/ tables and i don't know what i did wrong. http://gari.bravehost.com/index.html << there's that annoying thing on the bottom of cell1 & 2. i tried including height="510" but it didn't disappear. i even changed it to 505...502..etc.


help. please!!!!

pb&j
07-21-2005, 06:49 AM
1. move your MAP section to outside of your TABLE area.

2. i see all of this at the start of your coding...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
</head><body>
<script language="javascript" type="text/javascript" src="http://mercury.bravenet.com/rover/a?dbfile=HOSTING_MINIBAR_DB&dm=1&serv=hosting-sites"></script><noscript><img src="http://mercury.bravenet.com/rover/d?dbfile=HOSTING_MINIBAR_DB&dm=1&serv=hosting-sites" alt="" border="0"></noscript>
<div align="center" style="z-index: 9000; margin-bottom: 10px;">
<script language="javascript" type="text/javascript" src="http://mercury.bravenet.com/rover/a?dbfile=SPONSORBAR_DB&serv=hosting-sites"></script><noscript><iframe src="http://adserv2.bravenet.com:8080/adserv/a?dbfile=SPONSORBAR_DB&js=false&serv=hosting-sites" width="754" height="90" allowTransparency="true" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"><img src="http://adserv2.bravenet.com:8080/adserv/d?dbfile=SPONSORBAR_DB&serv=hosting-sites" alt="" border="0"></iframe></noscript><div style="clear: both;"></div></div>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional EN" "http://www.w3.org/TR/REC.html40.dtd">
<html>
<head>

it should only be this...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional EN" "http://www.w3.org/TR/REC.html40.dtd">
<html>
<head>

those extra HTML, HEAD and BODY tags can cause problems.

putnickhere
07-21-2005, 08:52 PM
hmm. i think that's something bravenet puts in automatically. i tried it in geocities and it didn't have that.
http://www.geocities.com/gari_k2y3/index.html

pb&j
07-21-2005, 09:29 PM
1. move your MAP section to outside of your TABLE area.
same advice applies.

putnickhere
07-22-2005, 04:27 AM
done.
uh...how do i get it next to the other cells :?

pb&j
07-22-2005, 07:05 AM
put the IMG back where it was before,
keep the MAP area outside of the table where it is now.