473,397 Members | 1,950 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Spacing in a Table

JBH
I'm having difficulty removing spacing between two rows in a table.
Below is a copy of my source code

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>About Isadore Gallery</title>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="keywords" content="history of Isadore Gallery, about
Isadore Gallery, Lancaster art galleries, Lancaster art gallery,
Lancaster PA art galleries, Lancaster PA art gallery, Prince Street
Lancaster PA, Gallery Row">
<meta name="description" content="This page presents the history and
mission statement of Isadore Gallery, a contemporary art gallery in
Lancaster, PA.">
</head>

<body>
<table width="827" cellpadding=0 cellspacing=0 border="0" valign="top">
<tr>
<td colspan="2" height="72">
<!--ih:includeHTML file="header.htm"--><a href="index.htm"><img
src="Images/IsadoreGalleryBanner.jpg" width="827" height="72"
border="0" alt="Isadore Gallery"></a>
<!--/ih:includeHTML-->
</td>
</tr>
<tr>
<td rowspan="2" valign="top" align="center">
<!--ih:includeHTML file="leftnav.htm"--><table border="0"
cellpadding="0" cellspacing="0">
<tr>
<td><img src="Images/menu_r1_c1.jpg" width="230" height="25"></td>
</tr>
<tr>
<td><a href="about.htm" target="mainFrame"><img
src="Images/menu_r2_c1.jpg" width="230" height="45" border="0"
alt="About the Gallery"></a></td>
</tr>
<tr>
<td><a href="october2005show.htm" target="mainFrame"><img
src="Images/menu_r3_c1.jpg" width="230" height="45" border="0"
alt="Current Show"></a></td>
</tr>
<tr>
<td><a href="november2005show.htm" target="mainFrame"><img
src="Images/menu_r4_c1.jpg" width="230" height="45" border="0"
alt="Upcoming Shows"></a></td>
</tr>
<tr>
<td><a href="artists.htm" target="mainFrame"><img
src="Images/menu_r5_c1.jpg" width="230" height="45" border="0"
alt="Artists"></a></td>
</tr>
<tr>
<td><a href="links.htm" target="mainFrame"><img
src="Images/menu_r6_c1.jpg" width="230" height="45" border="0"
alt="Links"></a></td>
</tr>
<tr>
<td><a href="contact.htm" target="mainFrame"><img
src="Images/menu_r7_c1.jpg" width="230" height="45" border="0"
alt="Contact Us"></a></td>
</tr>
<tr>
<td><a href="sitemap.htm" target="mainFrame"><img
src="Images/menu_r8_c1.jpg" width="230" height="45" border="0"
alt="Site Map"></a></td>
</tr>
<tr>
<td><img src="Images/menu_r9_c1.jpg" width="230" height="35"></td>
</tr>
</table>
<p><strong><font color="#01936B" face="Georgia, Times New Roman, Times,
serif">&nbsp;Gallery Hours:<br>
&nbsp;Thursday and Friday 10-6<br>
&nbsp;&quot;First Friday&quot; 10-8<br>
&nbsp;Saturday 10-5</font></strong></p><!--/ih:includeHTML-->
</td>
<td><p align="center" style="margin-top: 0; margin-bottom: 0"><font
color="#000080" size="+2"><strong>About the Gallery</strong></font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><br>
</p>
</td>
</tr>
<tr>
<td><font face="Georgia, Times New Roman, Times, serif"><p><div
class="phinline">
<img src="Images/IsadoreLichstein.jpg" width="184" height="210"
align="right" alt="Isadore Lichstein, Isadore Gallery"></div>The
Gallery was founded in 2005 as a collaborative family effort. The
Halpern/Lichstein family has always been passionate about fine art
whether it be collecting, creating, or supporting the arts. The gallery
is named in honor of our uncle, Isadore Lichstein, who was a modest but
intelligent collector of art. Even though he had no children to pass on
his name, his legacy lives on in the curiosity and love of the arts he
instilled in his friends and relations, and in his fascinating
collection of artifacts, prints and drawings from around the globe.
<p>Lancaster is now one of the hot places to show art in
Pennsylvania. Located on Prince Street, along Gallery Row in downtown
Lancaster, Isadore Gallery is ideally situated for browsing or buying
contemporary art. While art adds color, flavor and joy to life, it must
also ask questions, just as it can surprise the viewer and trigger us
to ask our own. Isadore Gallery&#39s mission is to continue sharing the
arts, promoting distant and unique visions by exhibiting provocative
and innovative contemporary artists of all mediums. We hope your visit
to Isadore Gallery will inspire your curiosity and fuel your
imagination, just as Uncle Izzy&#39s collection excited our fantasies
long ago.</p>
<p style="margin-top: 0; margin-bottom: 0"><b>Gallery
Director:</b> Miles
Halpern</p>
<p style="margin-top: 0; margin-bottom: 0"><b>Assistant Director:
</b>
Michelle White</p>
<p><A
HREF="http://www.mapquest.com/maps/map.adp?address=228+N+Prince+St&city=Lancaster&sta te=PA&zipcode=17603&country=US&cid=lfmaplink"
target="_blank">Directions to Isadore Gallery (provided by
MapQuest)</A><br>
</p>
<p>
</font></p></td>
</tr>
</table>

<table width="827" cellpadding=5 cellspacing=0 border="0">
<tr><td colspan="2" bgcolor="#4CA075">
<!--ih:includeHTML file="footer.htm"--><font face="Eras Demi ITC,
Georgia, Times New Roman, Times, serif" color="#010101"
style="font-size: 13pt"><center><strong>228 N Prince Street, Lancaster,
PA 17603&nbsp;&nbsp;&nbsp; (717) 299-0127&nbsp;&nbsp;&nbsp;
<a href="mailto:Is************@hotmail.com?subject=Is adore Gallery">
Is************@hotmail.com</a></strong></center></font><!--/ih:includeHTML--></td>
</tr>
</table>
</body>
</html>

For some reason, I am still seeing white space between the row which
contains my left naviagtion bar and the header. You can also take a
look at the page at www.isadore-gallery.com/about1.htm.

Any suggestions on what I can do would be appreciated.

Sep 26 '05 #1
3 2179
JBH
I was able to resolve some of the problem, but I still have white space
above the header. How can I get rid of that? Below is the updated
code.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>About Isadore Gallery</title>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="keywords" content="history of Isadore Gallery, about
Isadore Gallery, Lancaster art galleries, Lancaster art gallery,
Lancaster PA art galleries, Lancaster PA art gallery, Prince Street
Lancaster PA, Gallery Row">
<meta name="description" content="This page presents the history and
mission statement of Isadore Gallery, a contemporary art gallery in
Lancaster, PA.">
</head>

<body>
<table width="100%" cellpadding=0 cellspacing=0 border="0"
valign="top">
<tr bgcolor="#000000">
<td colspan="2" height="72">
<!--ih:includeHTML file="Header.htm"--><a href="Index.htm"><img
src="Images/IsadoreGalleryBanner.jpg" width="827" height="72"
border="0" alt="Isadore Gallery"></a>
<!--/ih:includeHTML-->
</td>
</tr>
</table>

<table width="827" cellpadding=0 cellspacing=0 border="0" valign="top">
<tr>
<td rowspan="2" valign="top" align="center">
<!--ih:includeHTML file="LeftNav.htm"--><table border="0"
cellpadding="0" cellspacing="0">
<tr>
<td><img src="Images/menu_r1_c1.jpg" width="230" height="25"></td>
</tr>
<tr>
<td><a href="About.htm"><img src="Images/menu_r2_c1.jpg"
width="230" height="45" border="0" alt="About the Gallery"></a></td>
</tr>
<tr>
<td><a href="October2005Show.htm"><img src="Images/menu_r3_c1.jpg"
width="230" height="45" border="0" alt="Current Show"></a></td>
</tr>
<tr>
<td><a href="November2005Show.htm"><img src="Images/menu_r4_c1.jpg"
width="230" height="45" border="0" alt="Upcoming Shows"></a></td>
</tr>
<tr>
<td><a href="Artists.htm"><img src="Images/menu_r5_c1.jpg"
width="230" height="45" border="0" alt="Artists"></a></td>
</tr>
<tr>
<td><a href="Links.htm"><img src="Images/menu_r6_c1.jpg"
width="230" height="45" border="0" alt="Links"></a></td>
</tr>
<tr>
<td><a href="Contact.htm"><img src="Images/menu_r7_c1.jpg"
width="230" height="45" border="0" alt="Contact Us"></a></td>
</tr>
<tr>
<td><a href="Sitemap.htm"><img src="Images/menu_r8_c1.jpg"
width="230" height="45" border="0" alt="Site Map"></a></td>
</tr>
<tr>
<td><img src="Images/menu_r9_c1.jpg" width="230" height="35"></td>
</tr>
</table>
<p><strong><font color="#01936B" face="Georgia, Times New Roman, Times,
serif">&nbsp;Gallery Hours:<br>
&nbsp;Thursday and Friday 10-6<br>
&nbsp;&quot;First Friday&quot; 10-8<br>
&nbsp;Saturday 10-5</font></strong></p><!--/ih:includeHTML-->
</td>
<td><p align="center" style="margin-top: 0; margin-bottom: 0"><font
color="#000080" size="+2"><strong>About the Gallery</strong></font></p>
<p align="center" style="margin-top: 0; margin-bottom: 0"><br>
</p>
</td>
</tr>
<tr>
<td><font face="Georgia, Times New Roman, Times, serif"><p><div
class="phinline">
<img src="Images/IsadoreLichstein.jpg" width="184" height="210"
align="right" alt="Isadore Lichstein, Isadore Gallery"></div>The
Gallery was founded in 2005 as a collaborative family effort. The
Halpern/Lichstein family has always been passionate about fine art
whether it be collecting, creating, or supporting the arts. The gallery
is named in honor of our uncle, Isadore Lichstein, who was a modest but
intelligent collector of art. Even though he had no children to pass on
his name, his legacy lives on in the curiosity and love of the arts he
instilled in his friends and relations, and in his fascinating
collection of artifacts, prints and drawings from around the globe.
<p>Lancaster is now one of the hot places to show art in
Pennsylvania. Located on Prince Street, along Gallery Row in downtown
Lancaster, Isadore Gallery is ideally situated for browsing or buying
contemporary art. While art adds color, flavor and joy to life, it must
also ask questions, just as it can surprise the viewer and trigger us
to ask our own. Isadore Gallery&#39s mission is to continue sharing the
arts, promoting distant and unique visions by exhibiting provocative
and innovative contemporary artists of all mediums. We hope your visit
to Isadore Gallery will inspire your curiosity and fuel your
imagination, just as Uncle Izzy&#39s collection excited our fantasies
long ago.</p>
<p style="margin-top: 0; margin-bottom: 0"><b>Gallery
Director:</b> Miles
Halpern</p>
<p style="margin-top: 0; margin-bottom: 0"><b>Assistant Director:
</b>
Michelle White</p>
<p><A
HREF="http://www.mapquest.com/maps/map.adp?address=228+N+Prince+St&city=Lancaster&sta te=PA&zipcode=17603&country=US&cid=lfmaplink"
target="_blank">Directions to Isadore Gallery (provided by
MapQuest)</A><br>
</p>
<p>
</font></p></td>
</tr>
</table>

<table width="100%" cellpadding=5 cellspacing=0 border="0">
<tr><td colspan="2" bgcolor="#4CA075">
<!--ih:includeHTML file="Footer.htm"--><font face="Eras Demi ITC,
Georgia, Times New Roman, Times, serif" color="#010101"
style="font-size: 13pt"><center><strong>228 N Prince Street, Lancaster,
PA 17603&nbsp;&nbsp;&nbsp; (717) 299-0127&nbsp;&nbsp;&nbsp;
<a href="mailto:Is************@hotmail.com?subject=Is adore Gallery">
Is************@hotmail.com</a></strong></center></font><!--/ih:includeHTML--></td>
</tr>
</table>
</body>
</html>

Sep 27 '05 #2
Once upon a time *JBH* wrote:
I'm having difficulty removing spacing between two rows in a table.
Below is a copy of my source code
<snipped code>
For some reason, I am still seeing white space between the row which
contains my left naviagtion bar and the header. You can also take a
look at the page at www.isadore-gallery.com/about1.htm.

Any suggestions on what I can do would be appreciated.


The link don't work

--
/Arne
Now killing all posts originating at GoogleGroups
Workaround: http://www.safalra.com/special/googlegroupsreply/
Sep 27 '05 #3
JBH
Sorry about that. Try this http://www.isadore-gallery.com/About1.htm

Sep 28 '05 #4

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

Similar topics

2
by: Phil K | last post by:
I'm trying to format a table where each row will contain a single line of text followed by a number of optional icon images (sometimes none). However, I'm having great difficulty in getting an even...
12
by: Rick DeBay | last post by:
I'm trying to create a layout table, where the spacing between rows varies. I've tried using setting margin-top and border-top for the rows I wan't spaced down from the one above, and I've also...
19
by: CMAR | last post by:
I have the following markup. The problem is that the browser, e.g., IE6, inserts several lines of blank space between the <div> and the following table. Is there a way to minimize that vertical...
4
by: Bernd Goldschmidt | last post by:
Hi. I've got a somewhat wired problems with an extra space between table rows in Mozilla and Opera (IE works fine). With the code below, cells within a row align seamlessly, but there is a...
1
by: Jim Moe | last post by:
Hello, I am (slowly) in the process of changing a table-based layout to CSS/div-based. One area that uses tables a lot is the main nav menu. I have discovered that tables have advantage: all...
12
by: Sebastien B. | last post by:
I'm wondering if it's at all possible to have spacing between a table's cells, and only between the cells, not between the outter cells and the table's border. See end of message for an example...
3
by: Selden McCabe | last post by:
Sometimes I want to put a table inside a cell of another table (say, to create 3 equal divisions, etc.). When I want the inner table's edges to correspond exactly with the edges of the cell, I set...
3
by: DigMar | last post by:
Hello, Thi is a newbie question regarding the spacing of words in a header with links. I simply want to space the clickable words on my header bar more horizontally. Here is my code to make more...
10
by: phil-news-nospam | last post by:
I have a table with 3 columns in 1 row. I want to increase the spacing _between_ the columns (gutter) _without_ increasing the spacing between those columns and the table itself. Is there a way...
1
by: joshvito | last post by:
my site is having spacing issues in IE only. The page looks great in FF and Opera, but in IE7, i get a crazy spacing issue around my navigation links. The page source code is located at......
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.