473,396 Members | 1,965 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,396 software developers and data experts.

Strange Problem

Hi Guys,

I have been learning to hand code for a while and have posted my first web site that was done in this way.

I am having a strange problem with pages not displaying properly. The background appears for the page, but nothing else.

All is ok if the site is viewed with Firefox, but if it is looked at in any version of IE it just shows the background (no content)

Strangely, if i remove the line

<script type="text/javascript">

the text re appers in IE but the formating from the CSS is lost.

the address for the site is

www.scarborough1214.co.uk

any one offer any idea/advice

the other thing is that it only happened when i edited the summons and event page, all the others are as they were when i set it up originally

Steve
Mar 1 '07 #1
5 1436
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

I don't know if it will help but you could put the above info in as I didn't see it under sources.
Mar 2 '07 #2
drhowarddrfine
7,435 Expert 4TB
Validate your html and css for a few errors. See if that fixes it.
Mar 2 '07 #3
Thanks Dr,

All i can say is GULP!!!

i used the validating tool and jeez, those are two messy and confusing pages i seem to have created.

The problem is, i dont understand/know enough about coding, to know what it all means. Is it possible for someone to point out the element that is causing the invisible content in IE?

I am confused, due to the fact i used the same, basic template as a starting point, so why would those two pages have a problem (which i appreciate now, they have)

Steve
Mar 2 '07 #4
drhowarddrfine
7,435 Expert 4TB
It depends on which page you are talking about. It took me a while to find one with javascript on it, last night. Can you give the link to a specific one, without frames? I don't understand why you have frames at all.

This one is the one I looked at. There are only two html errors. One is 'alt' which won't hurt anything (but should be fixed). The other is the </td> ending tag which is outside the table intead of inside. iow, this: </table></td> should be this: </td></table>

In your css, .style23, you have 'font-size: 10' which is just missing the px at the end. 'font-size: 10px'
Mar 2 '07 #5
Thanks for the Reply Dr,

Firstly i am not aware that it is a site with frames.

The other page is http://www.zen51886.zen.co.uk/slweb/events.htm

Steve
Mar 2 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Rob Ristroph | last post by:
Hi, It's pretty unhelpful to post "I have a huge piece of code that crashes in strange places, what's the problem?" but that's basically my problem and I really am at my wit's end. The piece...
2
by: Paul Drummond | last post by:
Hi all, I am developing software for Linux Redhat9 and I have noticed some very strange behaviour when throwing exceptions within a shared library. All our exceptions are derived from...
25
by: Neil Ginsberg | last post by:
I have a strange situation with my Access 2000 database. I have code in the database which has worked fine for years, and now all of a sudden doesn't work fine on one or two of my client's...
2
by: TB | last post by:
I am seeing a very strange problem as follows... I have a loop where a fair amount of processing is going on and near the top of the loop I access a class that has only static helper functions...
1
by: Sam Kong | last post by:
Hello! Recently I had a strange problem with Visual C# 2005 beta 1. When I ran(F5 key) a program, <#if DEBUG> statement was not working. It ran as RELEASE mode. So I had to manually define...
8
by: Spam Trap | last post by:
I am getting strange resizing problems when using an inherited form. Controls are moving themselves seemingly randomly, but reproducibly. "frmBase" is my base class (a windows form), and...
11
by: Martin Joergensen | last post by:
Hi, I've encountered a really, *really*, REALLY strange error :-) I have a for-loop and after 8 runs I get strange results...... I mean: A really strange result.... I'm calculating...
12
by: StephQ | last post by:
I have a class Bounds with two constructors: class Bounds { private: list<SegmentupperLinearSpline; // Upper bound. list<SegmentlowerLinearSpline; // Lower bound. ....
8
by: Dox33 | last post by:
I ran into a very strange behaviour of raw_input(). I hope somebody can tell me how to fix this. (Or is this a problem in the python source?) I will explain the problem by using 3 examples....
5
by: ioni | last post by:
Good day, fellows! I have a strange problem – at my site there is a flash strip, that loads data dynamically. It works fine (grabs data from the remote server and presents it), however in IE7...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.