473,803 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with unwanted space

Hi,

The site I've just created, when tested on a windows PC has an unwanted
white space (about 2-4 pixels high) in between two tables. I would like
there to be zero space there. Here is the test site:

http://aem.cornell.edu/farmlink/

The line goes all the way across the page and it's where the NYFarmlink
Logo is, the two hands shaking, it goes right through that graphic and
then all the way across. It's right in between two tables.

I've had this same problem before but it was so long ago I can't
rememeber the fix. Assigning zero margins or something like that.
ps. Please don't blast me for using tables to lay out a page, I'm
learning, and getting better at learning CSS, but in the meantime these
websites still need to be finished.

Thanks for any help.

Steve
Jul 20 '05 #1
6 3172

"Steve K" <sm***@cornell. edu> wrote in message
news:sm******** *************** **@newsstand.ci t.cornell.edu.. .
Hi,

The site I've just created, when tested on a windows PC has an unwanted
white space (about 2-4 pixels high) in between two tables. I would like
there to be zero space there. Here is the test site:

http://aem.cornell.edu/farmlink/


Take out the <br> between tables

-Karl
Jul 20 '05 #2
In article <c6**********@n gspool-d02.news.aol.co m>, "Karl Groves"
<ka**@NOSPAMkar lcore.com> wrote:
"Steve K" <sm***@cornell. edu> wrote in message
news:sm******** *************** **@newsstand.ci t.cornell.edu.. .
Hi,

The site I've just created, when tested on a windows PC has an unwanted
white space (about 2-4 pixels high) in between two tables. I would like
there to be zero space there. Here is the test site:

http://aem.cornell.edu/farmlink/


Take out the <br> between tables

-Karl


Thanks, but there isn't one there.

There is a <br> further down the page in between two tables, but that
was intentional. The white space I'm talking about isn't caused by a
<br>.

This site looks great on a mac, IE 5, but on a PC IE 5 the line shows up.
Jul 20 '05 #3
Op Wed, 21 Apr 2004 14:41:36 -0400, schreef Steve K:
In article <c6**********@n gspool-d02.news.aol.co m>, "Karl Groves"
<ka**@NOSPAMkar lcore.com> wrote:
"Steve K" <sm***@cornell. edu> wrote in message
news:sm******** *************** **@newsstand.ci t.cornell.edu.. .
> Hi,
>
> The site I've just created, when tested on a windows PC has an
> unwanted white space (about 2-4 pixels high) in between two tables. I
> would like there to be zero space there. Here is the test site:
>
> http://aem.cornell.edu/farmlink/
>
> Take out the <br> between tables

Thanks, but there isn't one there.

There is a <br> further down the page in between two tables, but that
was intentional. The white space I'm talking about isn't caused by a
<br>.


huh? what about this code snippet?

<table style="margin: 0;" width="100%" cellspacing="0" cellpadding="0" >
<tr> <td background="art/new_top_bottom. jpg"
height="184">&n bsp;</td> </tr>
</table>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr> <td class="three" style="border-right: 1px solid #cccccc;"
bgcolor="#33333 3" width="20%"><a href="upcoming. htm">Upcoming

There's a <br> there that separates the new_top_bottom. jpg image
containing table from the menubar beneath it. If that's not the whitespace
you want removed, which one do you want removed?

Vincent

--
http://lilly.csoft.net/~vdebaere/
http://otlet.sourceforge.net/

Jul 20 '05 #4


Steve K wrote:
Hi,

The site I've just created, when tested on a windows PC has an unwanted
white space (about 2-4 pixels high) in between two tables. I would like
there to be zero space there. Here is the test site:

http://aem.cornell.edu/farmlink/

The line goes all the way across the page and it's where the NYFarmlink
Logo is, the two hands shaking, it goes right through that graphic and
then all the way across. It's right in between two tables.


Steve,

I've noticed that IE can be persnickety with placement of tags. Perhaps
I'm wrong though. I moved the closing </div> tag onto the end of the
line that it is closing and the space went away. Dont' just cut and
paste this section unless you replace the path to your images to the
/art directory.

Patrick
<table style="margin: 0;" width="100%" border="0" cellspacing="0"
cellpadding="0" >
<tr>
<td width="210" style="backgrou nd-image:
url(new_top_lef t_background.gi f); background-repeat: no-repeat;"><img
src="art/new_top_clear.g if" width="210" height="3"></td>
<td background="new _top_background .gif">
<div align="right">< img style="padding-right: 6px;"
src="art/new_top_fluid.g if" width="596" height="109" usemap="#Map3"
border="0"></div> <<<<----------------HERE----
</td>
</tr>
</table>
<table style="margin: 0;" width="100%" cellspacing="0" cellpadding="0"
border="0">
<tr>
<td background="new _top_bottom.jpg " height="184">&n bsp;</td>
</tr>
</table>

--
Patrick A. Smith
Assistant System Administrator
Ocean Circulation Group – USF - College of Marine Science
http://ocg6.marine.usf.edu Phone: 727 553-3334
Jul 20 '05 #5
In article <c6**********@n ews1.usf.edu>, Patrick
<ps****@marine. usf.edu> wrote:
Steve K wrote:
Hi,

The site I've just created, when tested on a windows PC has an unwanted
white space (about 2-4 pixels high) in between two tables. I would like
there to be zero space there. Here is the test site:

http://aem.cornell.edu/farmlink/

The line goes all the way across the page and it's where the NYFarmlink
Logo is, the two hands shaking, it goes right through that graphic and
then all the way across. It's right in between two tables.


Steve,

I've noticed that IE can be persnickety with placement of tags. Perhaps
I'm wrong though. I moved the closing </div> tag onto the end of the
line that it is closing and the space went away. Dont' just cut and
paste this section unless you replace the path to your images to the
/art directory.

Patrick
<table style="margin: 0;" width="100%" border="0" cellspacing="0"
cellpadding="0" >
<tr>
<td width="210" style="backgrou nd-image:
url(new_top_lef t_background.gi f); background-repeat: no-repeat;"><img
src="art/new_top_clear.g if" width="210" height="3"></td>
<td background="new _top_background .gif">
<div align="right">< img style="padding-right: 6px;"
src="art/new_top_fluid.g if" width="596" height="109" usemap="#Map3"
border="0"></div> <<<<----------------HERE----
</td>
</tr>
</table>
<table style="margin: 0;" width="100%" cellspacing="0" cellpadding="0"
border="0">
<tr>
<td background="new _top_bottom.jpg " height="184">&n bsp;</td>
</tr>
</table>


Thank you VERY much! That did work. This newsgroup is priceless.
Jul 20 '05 #6


Steve K wrote:
In article <c6**********@n ews1.usf.edu>, Patrick
<ps****@marine. usf.edu> wrote:

Steve K wrote:

Hi,

The site I've just created, when tested on a windows PC has an unwanted
white space (about 2-4 pixels high) in between two tables. I would like
there to be zero space there. Here is the test site:

http://aem.cornell.edu/farmlink/

The line goes all the way across the page and it's where the NYFarmlink
Logo is, the two hands shaking, it goes right through that graphic and
then all the way across. It's right in between two tables.


Steve,

I've noticed that IE can be persnickety with placement of tags. Perhaps
I'm wrong though. I moved the closing </div> tag onto the end of the
line that it is closing and the space went away. Dont' just cut and
paste this section unless you replace the path to your images to the
/art directory.

Patrick
<table style="margin: 0;" width="100%" border="0" cellspacing="0"
cellpadding=" 0" >
<tr>
<td width="210" style="backgrou nd-image:
url(new_top_l eft_background. gif); background-repeat: no-repeat;"><img
src="art/new_top_clear.g if" width="210" height="3"></td>
<td background="new _top_background .gif">
<div align="right">< img style="padding-right: 6px;"
src="art/new_top_fluid.g if" width="596" height="109" usemap="#Map3"
border="0"> </div> <<<<----------------HERE----
</td>
</tr>
</table>
<table style="margin: 0;" width="100%" cellspacing="0" cellpadding="0"
border="0">
<tr>
<td background="new _top_bottom.jpg " height="184">&n bsp;</td>
</tr>
</table>

Thank you VERY much! That did work. This newsgroup is priceless.


You are welcome very much. And to think it took me 5 years of lurking
here to answer a post. I might actually be starting to know a little bit
about this stuff.

Patrick

--
Patrick A. Smith
Assistant System Administrator
Ocean Circulation Group – USF - College of Marine Science
http://ocg6.marine.usf.edu Phone: 727 553-3334
Jul 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2231
by: StopBsod | last post by:
Hello group, I use XSLT to output a unix shell script based on the content of an XML file : The XSLT : <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text"/> <xsl:template name="haut" match="/rhythmdb">
2
2140
by: Steve K | last post by:
While reading "Eric Myer on CSS" I decided it was time to replace the buttons on my page (which were graphics) with some CSS "buttons" but I hit some snags. The first set of buttons I replaced seem to be working great, these are the buttons on the left side, the main navigation buttons. But the four buttons at the top (Prospective students, Alumni, Current Students, Corporate) are not working as well as I'd hoped. I'm getting some...
3
3507
by: Brian | last post by:
I have a page with content, navigation, and footer divs, in that order. The nav div has position: absolute, width 8em, on green background. The other divs have an 8em green left border, such that the nav sits on that border. There is a thin red top border on footer for testing. http://www.tsmchughs.com/test/ On that page, all is as expected. However, on the long page http://www.tsmchughs.com/test/long
9
2573
by: Olav Tollefsen | last post by:
Take a look at: http://www.baldrian.no/HtmlPage.htm Why does the browser render some unwanted space (showing the background color) below the buttons (image) and above the blue cell? How can I get rid of it? Olav
16
2802
by: lovecreatesbeauty | last post by:
/* When should we worry about the unwanted chars in input stream? Can we predicate this kind of behavior and prevent it before debugging and testing? What's the guideline for dealing with it? As shown below line #21, I should remove the unwanted characters in input stream there at that time. Do I miss some other possible errors in i/o which will happen to occur sometimes in other places? And welcome your kind comments on following the...
1
3726
by: Rahul | last post by:
Hi Everybody I have some problem in my script. please help me. This is script file. I have one *.inq file. I want run this script in XML files. But this script errors shows . If u want i am attach this script files and inq files. I cant understand this error. Please suggest me. You can talk with my yahoo id b_sahoo1@yahoo.com. Now i am online. Plz....Plz..Plz...
1
2497
by: mhillman | last post by:
Hi, I am creating a Database which will generate a Record of Achievement report with a pupil's lessons on the report. The problem that I am having is that I cannot completely hide the unwanted fields. I have used the can shrink feature and it hides the report but leaves a space on the report where it used to be. Do you have any ideas to how to remove this space as well??
5
10533
by: Tom | last post by:
I am having a problem where an extra gap (whitespace, padding) appears in a table cell where I don't want it. The data fed in the table is via dynamic HTML, so the amount in the middle cell may vary. When the data in the middle table cell is little and that cell's height is small, an unwanted gap appears in the first table cell. I would prefer to have all additional blank space at the bottom of the table (last row) and not have any in...
3
4004
by: Joe Stateson | last post by:
I have a template field that contains filenames that are (or can be) on a unix system. The hypen (and others) is a valid filename character in unix. When I display the name of the file I get an unwanted break and the text wraps at the hyphen. NavigateUrl bound to Eval("file_name","//acqlib/data/{0:c}") launches the file just fine since there is nothing wrong with the '-' on the linux system which is the acqlib server. But binding...
0
9699
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10309
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7600
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6840
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5496
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4274
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2968
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.