| Markus Ernst 2006-08-02, 11:35 am |
| ridergroov schrieb:
> I had this message previously in another group and I was told to try
> here. Hopefully someone can help out. Site was created in Dreamwaver
> MX 04 and I cna't figure out why there are so many errors or how to fix
> them. Original thread can be found here:
> http://groups.google.com/group/mozi...06dbd2754e85252
At the very beginning of this thread you were pointed to the W3C
validation service:
http://validator.w3.org/check?uri=h...3dex%2Fnews.htm
This is a very useful service, it shows where your code has errors.
Don't expect anybody to try finding a solution in your code as long as
it is that buggy!
> I've been working on our company's new website and a lot of
> the pages look different in one aspect in firefox than they do in IE.
> They display correctly in IE but not firefox. Here is the link:
>
> http://paymca.org/newy3dex/news.htm
I see a broken image in IE, is this "correct"? :-)
You do a table layout and fill it with text gifs - there is not a single
line of text at all! So why do you put tables around the images anyway?
Make the whole page one gif, then you are sure it looks "correct" in
every browser.
The better way would be: Make a full stop, re-do the whole page with a
nice, simple HTML structure without tables, and CSS positioning layout.
It will make far less problems, and as a benefit it will be indexable by
search engines and accessible by non-visual browsers.
--
Markus
|