1
   

Can Someone Read This Code and Tell Me What I'm Doing?

 
 
Reply Sat 15 Jan, 2005 07:26 pm
This is part of the HTML code for a site I'm doing. This is being done in Front Page.

At the part right after the code that is in red, I have about a 6" blank space that shows up between the tables. In "Preview" and "Published" views one see's the header table with images (images 1,2,8,10 in the code below), followed by about 6" of space that just shows the page background color, followed by the table that is supposed to be butt up against the top table. This doesn't show up in the FrontPage "normal" view, and I'm going cross eyed looking at code!

Your help is appreciated.

<body onload="javascript:winTimer();" bgcolor="#FFCC66">
<div align="center">
<center>
<TABLE WIDTH=790 BORDER=0 CELLPADDING=0 CELLSPACING=0 height="5813">
<TR>
<TD ROWSPAN=2 width="271" height="198">
<IMG SRC="images/002book_used_01.jpg" ALT="" width="271" height="198"></TD>
<TD width="519" height="104">
<IMG SRC="images/002book_used_02.jpg" ALT="" width="527" height="160"></TD>
</TR>
<TR>
<TD background="images/002book_used_08.jpg" width="519" height="38">
</TD>
</TR>
<TR>
<TD COLSPAN=2 background="images/002book_used_10.jpg" height="20" width="790">
</TD>
</TR>

<TR>
<TD COLSPAN=2 align="center" width="790" height="5643">
<table width="790" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#000000" width="790">
<table width="790" border="0" cellspacing="0" cellpadding="0" class="field_t" bgcolor="#FFFFFF">
<tr>
<td valign="middle" width="790" align="center">
</td>
</tr>
</table>
<table width="790" border="0" cellspacing="0" cellpadding="2" class="menu">
<tr valign="middle" align="center">
<td width="114"><a href="http://www.blahblahblah.com/members/?session_id=......."><font color="#FFFFFF">Home</font></a></td>
<td width="155">
<font color="#FFFFFF"><a href="http://www.blahblahblah.com/Newsletter" style="color: #FFFFFF; text-decoration: underline">Monthly Newsletter</a></font>
</td>
<td width="170"><font color="#FFFFFF">Member </font><a href="http://www.blahblahblah.com/members/?page=subscriptions&session_id=....b"><font color="#FFFFFF">Login</font></a></td>
<td width="98"><font color="#FFFFFF"><a href="http://www.blahblahblah.com/Forum" style="color: #FFFFFF; text-decoration: underline">Forum </a></font></td>
<td width="207">  <font color="#FFFFFF"><a href="http://www.blahblahblah.com/AdDirectory" style="color: #FFFFFF; text-decoration: underline">More Business Help</a></font> </td>
</tr>
</table>
</td>
</tr>



(No, my site won't be called blahblahblah.com. I'm just substituting that for the domain name since it isn't allowed here.) Laughing
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 1,087 • Replies: 8
No top replies

 
squinney
 
  1  
Reply Sat 15 Jan, 2005 08:00 pm
I checked... there is no blahblahblah.com, in case you want to snatch it up. Would nake a great blog domain name.

Meantime... Any ideas on that blank space in my code?
0 Replies
 
squinney
 
  1  
Reply Sun 16 Jan, 2005 07:34 am
Anybody home?
0 Replies
 
squinney
 
  1  
Reply Mon 17 Jan, 2005 08:25 am
Knock-Knock.
0 Replies
 
nighthawk
 
  1  
Reply Mon 17 Jan, 2005 07:06 pm
Re: Can Someone Read This Code and Tell Me What I'm Doing?
squinney wrote:


<body onload="javascript:winTimer();" bgcolor="#FFCC66">
<div align="center">
<center>

<TABLE WIDTH=790 BORDER=0 CELLPADDING=0 CELLSPACING=0 height="5813">

<TR>
<TD ROWSPAN=2 width="271" height="198">
<IMG SRC="images/002book_used_01.jpg" ALT="" width="271" height="198"></TD>
<TD width="519" height="104">
<IMG SRC="images/002book_used_02.jpg" ALT="" width="527" height="160"></TD>
</TR>
<TR>
<TD background="images/002book_used_08.jpg" width="519" height="38">
</TD>
</TR>
<TR>
<TD COLSPAN=2 background="images/002book_used_10.jpg" height="20" width="790">
</TD>
</TR>
<TR>

<TD COLSPAN=2 align="center" width="790" height="5643">

<table width="790" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#000000" width="790">
<table width="790" border="0" cellspacing="0" cellpadding="0" class="field_t" bgcolor="#FFFFFF">
<tr>
<td valign="middle" width="790" align="center">
</td>
</tr>
</table>
<table width="790" border="0" cellspacing="0" cellpadding="2" class="menu">
<tr valign="middle" align="center">
<td width="114"><a href="http://www.blahblahblah.com/members/?session_id=......."><font color="#FFFFFF">Home</font></a></td>
<td width="155">
<font color="#FFFFFF"><a href="http://www.blahblahblah.com/Newsletter" style="color: #FFFFFF; text-decoration: underline">Monthly Newsletter</a></font>
</td>
<td width="170"><font color="#FFFFFF">Member </font><a href="http://www.blahblahblah.com/members/?page=subscriptions&session_id=....b"><font color="#FFFFFF">Login</font></a></td>
<td width="98"><font color="#FFFFFF"><a href="http://www.blahblahblah.com/Forum" style="color: #FFFFFF; text-decoration: underline">Forum </a></font></td>
<td width="207">  <font color="#FFFFFF"><a href="http://www.blahblahblah.com/AdDirectory" style="color: #FFFFFF; text-decoration: underline">More Business Help</a></font> </td>
</tr>
</table>
</td>
</tr>





Have a look at the lines ive highlighted in red. Change the "height" to something more sensible (ie 0 works nice Very Happy)
0 Replies
 
squinney
 
  1  
Reply Tue 18 Jan, 2005 08:12 am
Embarrassed
Embarrassed
Embarrassed

Thank you! Thank you! Thank you!

That worked.

I didn't set those perameters, so I don't know how that happened.
0 Replies
 
nighthawk
 
  1  
Reply Tue 18 Jan, 2005 10:49 am
squinney wrote:
Embarrassed
Embarrassed
Embarrassed

Thank you! Thank you! Thank you!

That worked.

I didn't set those perameters, so I don't know how that happened.


Your welcome! Thats one of the reasons I dont like frontpage though, it has a habbit of changing things to stupid values. Im guessing you did a copy + paste into the table at some point, and frontpage kindly decided to re-size the page to something rediculous.
0 Replies
 
blueveinedthrobber
 
  1  
Reply Tue 18 Jan, 2005 10:51 am
welcome nighthawk,to A2K where are you from? My mom is from Ayr....
0 Replies
 
nighthawk
 
  1  
Reply Tue 18 Jan, 2005 03:17 pm
Thanks Bi-Polar Bear.

Im from the other side of dumfries, not far from Gretna Green
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Can Someone Read This Code and Tell Me What I'm Doing?
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 05/02/2024 at 05:26:04