Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 01-26-2009, 02:25 PM   #1
New Member
 
Join Date: Jan 2009
Posts: 3
Default site shows questionmarks in firefox and opera but works perfectly in ie & safari

i've been told i have to reupload it with ascii transfer but that didn't do anything, tried a million times, cocking around with all the transfer settings in smartFTP.

i included a screenshot of how it looks like in firefox.
Attached Images
 
nervine is offline   Reply With Quote


Old 01-26-2009, 02:30 PM   #2
Silver Member
 
horrorshow75's Avatar
 
Join Date: Dec 2008
Location: HBG, PA
Posts: 160
Default

You're going to have to give more info than that. A link would be helpful, can't troubleshoot a screenshot. Also how was this created, did you code by hand or use a WYSIWYG? Is it .html, .php, .asp, etc?
__________________
<!-- Tables are for data, not layout! -->
horrorshow75 is offline   Reply With Quote
Old 01-26-2009, 02:38 PM   #3
New Member
 
Join Date: Jan 2009
Posts: 3
Default

http://home.deds.nl/~nervine/website2/home.html

coded by hand in notepad. it's html with a bit of css.
nervine is offline   Reply With Quote
Old 01-26-2009, 02:49 PM   #4
Silver Member
 
horrorshow75's Avatar
 
Join Date: Dec 2008
Location: HBG, PA
Posts: 160
Default

Unfortunately i am at work so I can't test the site in FF or opera (hopefully someone else here can) But I looked at your code and there is no document declaration. The top of your html document should look similar to the code below.

Code:
<!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" dir="ltr" lang="en">
You have 48 validation errors. I would start by fixing at least most of these. My guess though is the fact that you didn't declare the doc type. Standard compliant browsers such as FF and Opera are probably having trouble figuring out what to do with it.

http://validator.w3.org/check?uri=ht...Inline&group=0
__________________
<!-- Tables are for data, not layout! -->

Last edited by horrorshow75; 01-26-2009 at 02:51 PM. Reason: spelling
horrorshow75 is offline   Reply With Quote
Old 01-26-2009, 03:23 PM   #5
New Member
 
Join Date: Jan 2009
Posts: 3
Default

Thanks a bunch man. I declared the doc type with the code you put and it shows the site but the layout is a bit ****ed now.. I used very basic old html though, not xhtml.
nervine is offline   Reply With Quote


Old 01-26-2009, 03:36 PM   #6
Silver Member
 
horrorshow75's Avatar
 
Join Date: Dec 2008
Location: HBG, PA
Posts: 160
Default

Well I just used that as an example. You will need to decide what type you want to use.

This site explains the different types.
http://htmlhelp.com/tools/validator/doctype.html

You will probably want HTML 4.01 Transitional
__________________
<!-- Tables are for data, not layout! -->
horrorshow75 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:09 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.