473,398 Members | 2,404 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,398 software developers and data experts.

My page is not behaving

A page that my company maintains is having problems... the main page
is set up to be navigated via images, and they are laid out in a
table... whenever we view the page in IE there are gaps in the images
where the different table rows start and end. At first I had a finite
height set on each image, and the problem appeared in Mozzilla as well
as IE (I never looked in any other browser). Now that the heights are
turned off the problem seems to only appear in IE. If you want to see
the source go to http://www.cheshire-tnd.com/ (this is not the
production server, so the heights are still set there). My boss and I
would be very thankful for any help you can provide.

Steven Bush
lt********@earthlink.net
Jul 20 '05 #1
4 2710
Steven Bush wrote:
A page that my company maintains is having problems... the main page
is set up to be navigated via images, and they are laid out in a
table... whenever we view the page in IE there are gaps in the images
where the different table rows start and end.
Sounds like default spacing. You're css in the file is limited to 1
declaration for input (whose font size is rediculously small -- 7pt!
-- please change it to 1em). Try using css to get the tables as you
want them.

http://css.nu/pointers/
turned off the problem seems to only appear in IE. If you want to see
the source go to http://www.cheshire-tnd.com/ (this is not the
production server, so the heights are still set there). My boss and I
would be very thankful for any help you can provide.


A quick look at the site tells me you've used tables for layout.

<url: http://www.allmyfaqs.com/faq.pl?Tableless_layouts >

You didn't validate your html. Please do so:

http://validator.w3.org/

--
Brian
follow the directions in my address to email me

Jul 20 '05 #2
P
A page that my company maintains is having problems... the main page
is set up to be navigated via images, and they are laid out in a
table... whenever we view the page in IE there are gaps in the images


Steven - Hello from Chapel Hill, NC. :-)

I played with it a little, and when I removed the stray spaces in the code in the table cells, just before the closing </td> tags, it fixed it. :-)

So if you go through the code, and for each <td>Various code in here</td> remove any spaces - they were always just before the closing </a> or between the </a> and the </td>.

--
P@tty Ayers
http://www.WebDevBiz.com
Business Resources for Web Developers
Web Design Contract, Estimate Worksheet
--

Jul 20 '05 #3
P
Steven -- At the same URL? It looks a lot the same to me in IE 5.5. :\

What I did works for me (on a local copy) in IE 6, NN7, and even NN 4.7. If you do what I described above, it'll get rid of the gaps.

There are 20 cells, and if you miss even 1, it makes its whole row or column have a gap.

--
P@tty Ayers
http://www.WebDevBiz.com
Business Resources for Web Developers
Web Design Contract, Estimate Worksheet
--

"Steven Bush" <lt********@earthlink.net> wrote in message news:8d**************************@posting.google.c om...
I have run HTML tidy on the page and removed all the serious errors (I
have not bothered w/ things like img lacks alt attribute); also I
removed any extra spaces I could find in the <td> tags. The problem
seems to now only appear in Netscape (v 6.2)... not Mozilla (1.4rc3),
IE (v5.5 and 6.0), or Opera (v6.05). I am not sure if there are
problems on other versions (please tell me if you notice there is).
Thanks again.

Steven Bush
lt********@earthlink.net

P.S. we usually do use HTML Tidy to validate our html, however this
html was built using an htp engine, so Tidy had been neglected.


Jul 20 '05 #4
Patty -- yes the same URL, maybe you got a cashed version? or maybe
you simply looked befor I had uploaded to the remote server. Anyway, I
don't see the problem anymore (except in Netscape 6.2, but I'm not
going to worry about that). Thank you for your help.
"P@tty Ayers" <pa****@NOSPAMnc.rr.com> wrote in message news:<JL*********************@twister.southeast.rr .com>...
Steven -- At the same URL? It looks a lot the same to me in IE 5.5. :\

What I did works for me (on a local copy) in IE 6, NN7, and even NN 4.7.
If you do what I described above, it'll get rid of the gaps.

There are 20 cells, and if you miss even 1, it makes its whole row or
column have a gap.

--
P@tty Ayers
http://www.WebDevBiz.com
Business Resources for Web Developers
Web Design Contract, Estimate Worksheet
--

"Steven Bush" <lt gr*****@earthlink.net> wrote in message
news:8d**************************@posting.google.c om...
I have run HTML tidy on the page and removed all the serious errors (I
have not bothered w/ things like img lacks alt attribute); also I
removed any extra spaces I could find in the <td> tags. The problem
seems to now only appear in Netscape (v 6.2)... not Mozilla (1.4rc3),
IE (v5.5 and 6.0), or Opera (v6.05). I am not sure if there are
problems on other versions (please tell me if you notice there is).
Thanks again.

Steven Bush
lt gr*****@earthlink.net

P.S. we usually do use HTML Tidy to validate our html, however this
html was built using an htp engine, so Tidy had been neglected.

Jul 20 '05 #5

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

Similar topics

5
by: David Rasmussen | last post by:
Some sites seem to be session driven in the sense that if I visit the homepage and do a few clicks I can navigate anywhere I want, but if I paste the current location into a new browser window...
4
by: Drew Lettington | last post by:
I'm making a simple call to display error messages in a MessageBox from a Windows form and the MessageBox is not behaving in a modal fashion. My modal form displays, the user clicks a button and...
0
by: Chad | last post by:
I have COM component embedded on html page. It has version 1.0.0.1 (by default). I have converted it in cab file. Code of html is something like: <HTML><HEAD></HEAD><BODY><OBJECT...
0
by: elime | last post by:
Hi all I have a strange behaving on some PC with my DataGrid. It only occurs on some PC, on others it works perfectly fine. ->(same ..net version installed) it's very confusing. starting...
6
by: DotNetGruven | last post by:
I've got a page that does a search... There is an ImageButton on it that allows the user to reset the search. The Click Handler for the button clears out the Data and then redirects to the same...
1
by: dhurwitz | last post by:
Hi I have developed a web app with a dozen or so pages, which allows searching for and editing orders by OrderID. There is a search page for entering multiple search criteria. In addition, each...
9
by: PK9 | last post by:
I'm having an issue with the "Refresh" of an asp.net page. The refresh is actually calling my last onClick event. I thought that asp.net was supposed to be stateless in that it shouldn't...
5
by: Samy | last post by:
Hi There, I have a stored procedure which takes 7 sec to execute. I am using a adapter and filling the dataset. Then I bind the datagrid with the datatable from the dataset. When I test the page...
4
by: Link | last post by:
how do i scroll page when i get to a location ... something like : <body onLoad="sl()"> <script languge="javascript"> function sl(){ if (document.stopper.y>50) { window.scroll(0,100); }...
0
by: Jeremy | last post by:
If I create a folder in outlook and give it a homepage url to an ajax asp.net page I've developed, I get ajax errors on my page when viewed in outlook. If I click on a button in an update panel...
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
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
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,...
0
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...

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.