473,506 Members | 17,176 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Website is not working in Mozilla, works in IE

3 New Member
Hello,

I am new to HTML and creating website. I have been trying to make my site appear in Mozilla, but it only works in IE. Please check the HTML that I am using below and see what I am doing wrong. Please feel free to make changes to the HTML..

Thanks in advance
[html]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.
org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="verify-v1" content="CxLKh/53tYli12qeMeh4Qf1Hs34R6BmMeHHB267nYf8=" /><meta http
-equiv="Content-Type" content="text/html; charset=utf-8"/>


<HTML>
<HEAD>
<TITLE>BnB cover all of the North America for Desi DJ Weddings to Sweet Sixteens</TITLE>
<META NAME="Keywords" CONTENT="Bollywood DJ, Bhangra DJ, Hindi Music DJ, Punjabi DJ,Gujrati DJ, Garba DJ, Raas DJ, Indian Wedding, Indian Dj, Dallas Dj, Desi Dj, Indian Dj, Dj in New York, Dj in Texas">
<META NAME="Description" CONTENT="Indian DJ specializing in Desi Dj Services including Bollywood DJ, Bhangra DJ, Hindi Music DJ, Punjabi DJ,Gujrati DJ, Garba DJ, Raas DJ, services for desi weddings, shaadis, corporate events, concerts, sweet sixteens">
<META NAME="Author" CONTENT="a1desidj@gmail.com">
</HEAD>


<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tbody>
<tr>
<td>&nbsp;</td>
<td>
<br>
<br>
<br>
<br></td>
<td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
<td>
<div align="center">
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="350" width="700" align="middle" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
<param value="intro.swf" name="movie">
<param value="high" name="quality">
<param value="#000000" name="bgcolor"></object></div></td>
<td>&nbsp;</td></tr>
<tr>
<td>&nbsp;</td>
<td>
<table cellspacing="1" cellpadding="1" width="700" align="center" border="0">
<tbody>
<tr>&nbsp;</tr></tbody></table></td>
<td>&nbsp;</td></tr></tbody></table>
[/html]
Nov 6 '07 #1
5 2253
drhowarddrfine
7,435 Recognized Expert Expert
Please fix your 30 or so html errors first.
Nov 6 '07 #2
damdar17
3 New Member
Thank let me try to fix these HTML error.
Nov 6 '07 #3
damdar17
3 New Member
Here is the update HTML script fixed with tidy....
[html]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 1 September 2005), see www.w3.org" />
<meta name="verify-v1" content="CxLKh/53tYli12qeMeh4Qf1Hs34R6BmMeHHB267nYf8=" />
<meta content="text/html; charset=utf-8" />
<title>BnB cover all of the North America for Desi DJ Weddings to Sweet Sixteens</title>
<meta name="Keywords" content="Bollywood DJ, Bhangra DJ, Hindi Music DJ, Punjabi DJ,Gujrati DJ, Garba DJ, Raas DJ, Indian Wedding, Indian Dj, Dallas Dj, Desi Dj, Indian Dj, Dj in New York, Dj in Texas" />
<meta name="Description" content="Indian DJ specializing in Desi Dj Services including Bollywood DJ, Bhangra DJ, Hindi Music DJ, Punjabi DJ,Gujrati DJ, Garba DJ, Raas DJ, services for desi weddings, shaadis, corporate events, concerts, sweet sixteens" />
<meta name="Author" content="a1desidj@gmail.com" />
<style type="text/css">
/*<![CDATA[*/
div.c1 {text-align: center}
/*]]>*/
</style>
</head>
<body>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tbody>
<tr>
<td></td>
<td><br />
<br />
<br />
<br /></td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<div class="c1"><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="350" width="700" align="middle" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="intro.swf" name="movie" />
<param value="intro.swf" name="movie" />
<param value="high" name="quality" />
<param value="#000000" name="bgcolor" /></object></div>
</td>
<td></td>
</tr>
<tr>
<td></td>
<td>
<table cellspacing="1" cellpadding="1" width="700" align="center" border="0">
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>[/html]
Nov 6 '07 #4
drhowarddrfine
7,435 Recognized Expert Expert
Please use code tags. Read about 'code tags' on the right side of the page you post on. It makes it easier to read.

If you are talking of the fact that the table cell collapses, it's because there is no content. I do not recall if there is any html spec on what browsers are to do but I think some browsers will collapse them and some don't.

You should never use tables for layout.
Nov 6 '07 #5
drhowarddrfine
7,435 Recognized Expert Expert
In fact, this is what the W3C says about empty cells:
The TD element defines a cell that contains data.

Cells may be empty (i.e., contain no data).
But if a TD defines a cell that contains data, what happens when there is no data? I would think that makes the TD undefined. Except cells maybe empty which contradicts what they just said. A little vague.
Nov 6 '07 #6

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

Similar topics

1
3202
by: ASP Spam Fighter | last post by:
Hello all, I don't know how to get around this one... If anybody can help me with this problem, I would appreciate it very much. I've been trying to send a (large) file to the browser via a...
10
2438
by: Harry Slaughter | last post by:
I've got a client who wants to see some immediate results on a brand new website. within a week, they'd like to see the following: 1) basic user authentication (using php sessions/cookies to...
11
2341
by: lkrubner | last post by:
We are working on a website that is here: http://www.lauradenyes.com/ The site was working till I put up an .htaccess file that was suppose to redirect all html files to the PHP parser. The...
7
4028
by: vamichael | last post by:
When I try to run the Website Administration Tool from my published application using http://localhost/myapp/webadmin.axd I am getting a "resource not found" error message. I can use the...
17
2257
by: stubbsie | last post by:
Hi, I have redesigned our official public government website in .net and it has taken me a few months to redo. I have been the sole designer of the website from its humble beginnning a few years...
3
2423
by: Admin.TalkPC | last post by:
Hi people, I have now spent far too much time on this small problem, I am hopefully going to hand it over to you guys that are cleverer than I in this respect. Problem. I need to get all...
0
12750
by: barrybevel | last post by:
Hi, I'm trying to login to the www.vodafone.ie website using HttpWebRequest. It works fine with IE/Firefox and the .NET Web Control too, just not with my code. I think it's a redirect 302...
5
2042
by: =?Utf-8?B?U2FpIFZhamph?= | last post by:
Hi I am working on a website and suddenly this afternoon i cannot view anything on my pages. No html is being rendered to the pages (no errors are shown while compiling the website). I have...
4
2029
by: divyejain | last post by:
Hi !! I am right now working on the company website of a company to make it accessible. I converted the basic nested table structure to simple table structure(due to lack of time was not able to...
0
7103
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...
0
7307
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
7370
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...
1
7021
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
5614
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,...
1
5035
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...
0
3188
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...
1
755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
409
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...

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.