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

Page Looking Different in IE and Firefox =/

So i'm pretty much a novice when it comes to web design, our former web master of our guilds website has gone MIA and its up to me to keep the thing updated, i copied the source code and edited it best i could and everything came out great....in IE...but in Firefox there is a big gap before the start of the page. seen here

http://pshift.nrgservers.net/

Any help would be great i tried putting it through the W3C.org validator but couldn't really make heads or tails of the errors it showed me.

Main Goal is for it to line up like it does on IE with Firefox, is it something easy i'm missing or is the whole thing screwed? Thanks for any help in advance
Mar 27 '07 #1
5 1475
iam_clint
1,208 Expert 1GB
CSS makes the pages look different
Mar 27 '07 #2
AricC
1,892 Expert 1GB
So i'm pretty much a novice when it comes to web design, our former web master of our guilds website has gone MIA and its up to me to keep the thing updated, i copied the source code and edited it best i could and everything came out great....in IE...but in Firefox there is a big gap before the start of the page. seen here

http://pshift.nrgservers.net/

Any help would be great i tried putting it through the W3C.org validator but couldn't really make heads or tails of the errors it showed me.

Main Goal is for it to line up like it does on IE with Firefox, is it something easy i'm missing or is the whole thing screwed? Thanks for any help in advance
What errors are you having trouble with? I ran it through the validator and you have 34 errors that's not too bad.
Mar 27 '07 #3
AricC
1,892 Expert 1GB
So i'm pretty much a novice when it comes to web design, our former web master of our guilds website has gone MIA and its up to me to keep the thing updated, i copied the source code and edited it best i could and everything came out great....in IE...but in Firefox there is a big gap before the start of the page. seen here

http://pshift.nrgservers.net/

Any help would be great i tried putting it through the W3C.org validator but couldn't really make heads or tails of the errors it showed me.

Main Goal is for it to line up like it does on IE with Firefox, is it something easy i'm missing or is the whole thing screwed? Thanks for any help in advance
Get rid of the height in these two lines let me know if that fixes it:
Expand|Select|Wrap|Line Numbers
  1.       <TABLE height=322 cellSpacing=3 cellPadding=3 width=171 border=0>
  2.         <TBODY></TBODY></TABLE>
  3.   <TR>
  4.     <TD vAlign=top width="100%">
  5.       <TABLE height=31 cellSpacing=3 cellPadding=3 width=152 align=center 
  6.       background="Paradigm Shift  World of Warcraft_files/blank.jpg" border=0>
  7.  
Mar 27 '07 #4
Deleting the Table removes the blank spot and the whole navigation panel to where everything is just on the left. so it removed the space but not in the way i'd hoped.
Expand|Select|Wrap|Line Numbers
  1. <TABLE height=322 cellSpacing=3 cellPadding=3 width=171 border=0>
  2.         <TBODY></TBODY></TABLE>
  3.   <TR>
  4.     <TD vAlign=top width="100%">
  5.       <TABLE height=31 cellSpacing=3 cellPadding=3 width=152 align=center 
  6.       background="Paradigm Shift  World of Warcraft_files/blank.jpg" border=0>
The 34 errors of w3c i'm pretty sure are the reason the page is not the same in firefox just no idea what i need to do to correct the errors to fix it.

Unfortunately this page is inherited to me and i've definately had no experience with any kind of tables in HTML.
Mar 27 '07 #5
Re-read your post...Saw that all you wanted me to delete was the height. It fixed it.

Thanks so much for the help!

I owe you one AricC!
Mar 27 '07 #6

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

Similar topics

10
by: Eric Lindsay | last post by:
This may be too far off topic, however I was looking at this page http://www.hixie.ch/advocacy/xhtml about XHTML problems by Ian Hickson. It is served as text/plain, according to Firefox...
12
by: urs | last post by:
Hi, please look at the ASP.NET 2 site http://www.prismatest.ch/catalog/EM.ASPX (user=prismashop, password=minicooper). Use the ">" Button to go to the next pages. You will notice that the page...
4
by: evgenyg | last post by:
Hello ! We have the following situation - when Ajax request is sent what's being returned by the server is usually an XML (which is used for DOM updates) but sometimes it's HTML which is a whole...
2
by: Dav | last post by:
In my ASP.NET codebehind I have the following code to jump to a certain section of the page: --- Dim strAnchorScript As String = "<script language='javascript'>" & _ "window.location.hash='#" &...
5
by: cjl | last post by:
Hi. I am trying to screen scrape some stock data from yahoo, so I am trying to use urllib2 to retrieve the html and beautiful soup for the parsing. Maybe (most likely) I am doing something...
9
by: =?Utf-8?B?Sm9obiBCYWlsZXk=?= | last post by:
I have a ASP .Net page that allows moving around items on the page through javascript. This page works fine in IE. In FireFox however, I have found that if the page is using XHTML 1.0...
4
by: JJA | last post by:
Previously, anything IE did not like threw some sort of error like "object expected", etc. Now all I get is "Done" on the status bar... I am suddenly having trouble with Internet Explorer. Both...
3
by: goldenv | last post by:
Hi all, I have worked an open source javascript + html page that has the potential to replace your existing browser home page. If you are interested in trying it out, or learning more about it, it...
8
by: Harvey Schmidlapp | last post by:
I have a fairly complex form (generated by means of an ASP 3 page). The form is used to define a query against a database. After running a query, the user hits their browser's back button and goes...
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
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...
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
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.