Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Closed Thread
Page contents not appearing at all on page, source code is though...
Old 01-05-2010, 11:24 AM Page contents not appearing at all on page, source code is though...
Extreme Talker

Posts: 246
Name: Patric
Trades: 0
Hello,

I am very confused by a current situation on my site.

So, a client wants to make small edits to the site that I have developed for him. On the site, the files have been saved using Komposer (rather than dreamweaver) and when opened with komposer, the pages look great with all of the content in place as it should be. However, when uploading the content to the site, the page is completely blank.

It's odd however, since when you look at the source code, it's all there...

http://www.modenafinefoods.com/acetu...ting_test.html

Can anyone please lend a hand as to what might be the issue?
Reckoner is offline
View Public Profile
 
 
Register now for full access!
Old 01-05-2010, 11:46 AM Re: Page contents not appearing at all on page, source code is though...
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
use root relative addressing and avoid spaces in image file names.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 01-05-2010, 04:04 PM Re: Page contents not appearing at all on page, source code is though...
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Actually, I believe the problem is a character set problem. When I bring your entire HTML into my editor, this symbol appears in the code:

Quote:

It appears at the end of your DTD statment. Visual Studio is notorious for this and it WILL prevent any page from showing anything if it's in there. What I have to do to fix that is to copy the code into a new Notepad (or any plain text editor) file, save it, then copy the plain-text code into a clean copy of the html page.

Looks like Komposer is doing something similar to VS.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 01-05-2010 at 04:05 PM..
LadynRed is offline
View Public Profile
 
Old 01-05-2010, 05:35 PM Re: Page contents not appearing at all on page, source code is though...
Extreme Talker

Posts: 246
Name: Patric
Trades: 0
Thanks for the replies.

Lady - so, in the source code, where are you seeing the  symbol? I'm sorry but when I bring it into my editor I don't see it at all. I tried to copy the code on the web into notepad, save it, then open in komposer and save it but no luck...

This sucks.
Reckoner is offline
View Public Profile
 
Old 01-05-2010, 09:27 PM Re: Page contents not appearing at all on page, source code is though...
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
The problem is, that you DON"T see it in your code, I only found it when I brought it into Notepad, then it showed up.

What Character set is your Komposer set up to use?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
View Public Profile
 
Old 01-06-2010, 09:18 AM Re: Page contents not appearing at all on page, source code is though...
mma
Average Talker

Posts: 22
Name: ryan
Trades: 0
There might be a problem with the code that is not applicable in the browser. You better take a look on that because there are codes that the browser reject.
__________________

Please login or register to view this content. Registration is FREE
mma is offline
View Public Profile
 
Old 01-06-2010, 09:29 AM Re: Page contents not appearing at all on page, source code is though...
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Set Komposer to save the file as UTF-8 it should then remove the BOM (Byte Order Mark)
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 02-09-2010, 05:52 PM Re: Page contents not appearing at all on page, source code is though...
Extreme Talker

Posts: 246
Name: Patric
Trades: 0
Hmmm.

Still trying to figure this out...

The Komposer settings for character encoding are at UTF 8 when I save an HTML file.

When I try to bring the html code from the blank page into notepad and save as an html file that way, it doesn't seem to work either.
Reckoner is offline
View Public Profile
 
Old 02-09-2010, 05:57 PM Re: Page contents not appearing at all on page, source code is though...
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.webmaster-talk.com/the-go...tml#post983045
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
View Public Profile Visit chrishirst's homepage!
 
Old 02-10-2010, 11:24 AM Re: Page contents not appearing at all on page, source code is though...
Extreme Talker

Posts: 246
Name: Patric
Trades: 0
Thanks Chris, but I don't think that was the problem as I stated that the UTF-8 character set is already set up.

I believe I found the problem though, for some reason, komposer does not close the </script> tag on what should be my:

<script src="../js/swfobject.js" language="javascript" /></script>

That is set up at the <head> which causes all sorts of problems when it's not closed.

It's weird though, because when I open the document in komposer, the </script> does not show up at all, but in Dreamewaver </script> appears when opened.

Even when I add the </script> in komposer the page goes entirely blank. So I think what I will do is delete that script entirely from the pages. When I remove it, I can preview the pages correctly.
Reckoner is offline
View Public Profile
 
Closed Thread     « Reply to Page contents not appearing at all on page, source code is though...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.08009 seconds with 12 queries