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!

Reply
Random text insertion
Old 06-30-2008, 11:51 AM Random text insertion
Novice Talker

Posts: 8
Trades: 0
I have these characters appearing at the top of my page, they're not in the code so im not sure what I should be changing.
Allan87 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-30-2008, 12:11 PM Re: Random text insertion
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
can we see your code anyway?
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 12:16 PM Re: Random text insertion
Novice Talker

Posts: 8
Trades: 0
http://www.alco-owl.co.uk/index.php
Allan87 is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 12:30 PM Re: Random text insertion
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
I cant see any characters appearing? where abouts are they?

BTW, is this site yours? This has to be one of the BEST ideas I've seen in a while!
Shame you don't live nearer to me, you would have had a customer on Saturday Night!

__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 12:32 PM Re: Random text insertion
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
Hmmm, it appears to be to do with your doctype which reads:

Code:
<!doctype HTML PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 12:43 PM Re: Random text insertion
Novice Talker

Posts: 8
Trades: 0
Quote:
Originally Posted by rolda hayes View Post
Hmmm, it appears to be to do with your doctype which reads:

Code:
<!doctype HTML PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
It appears in the browser but here's the code;

Code:
<!doctype HTML PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
            
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Keywords" content="bristol alcohol delivery night">
<title>Alco-Owl : Bristol's late night alcohol delivery service</title>
<link rel="stylesheet" type="text/css" href="/styles/main.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
Allan87 is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 02:22 PM Re: Random text insertion
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
This may be way off, but try using

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">
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 02:31 PM Re: Random text insertion
Novice Talker

Posts: 8
Trades: 0
Alas not, thanks for your input nonetheless.
Allan87 is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 02:39 PM Re: Random text insertion
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I've seen that before, Visual Studio has a habit of putting those same funky characters in pages you create using it. What are you using to build the page ?
__________________
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
Reply With Quote
View Public Profile
 
Old 06-30-2008, 02:52 PM Re: Random text insertion
Novice Talker

Posts: 8
Trades: 0
I'm viewing it in microsoft expression but I can't see those characters when using an ftp text editor or notepad either.
Allan87 is offline
Reply With Quote
View Public Profile
 
Old 06-30-2008, 03:20 PM Re: Random text insertion
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Aahh ha.. then it seems it's a MS thing (why am I NOT surprised ?)
__________________
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
Reply With Quote
View Public Profile
 
Old 06-30-2008, 04:16 PM Re: Random text insertion
stoot98's Avatar
Ultra Talker

Posts: 427
Name: Stuart
Location: Glasgow, Scotland
Trades: 0
aye, just before the doctype when you view entire source but just inside the <body> tag when you view selection source... weird...
stoot98 is offline
Reply With Quote
View Public Profile
 
Old 07-04-2008, 01:55 AM Re: Random text insertion
Dan Schulz's Avatar
Average Talker

Posts: 20
Location: Aurora, Illinois
Trades: 0
Welcome to the BOM (Byte Order Mark). Read the forum post I linked to below for more information.

http://www.sitepoint.com/forums/show...p?t=428205#q10
__________________
What do Web design, Web development and search engine optimization all have in common? When done properly, they'll help your users find and get what they want when they want it.

Last edited by Dan Schulz; 07-04-2008 at 01:59 AM.. Reason: Added link to reference about BOM (Byte Order Mark)
Dan Schulz is offline
Reply With Quote
View Public Profile Visit Dan Schulz's homepage!
 
Old 07-04-2008, 03:16 AM Re: Random text insertion
Extreme Talker

Latest Blog Post:
Chocolate Dessert With Diamond
Posts: 247
Trades: 0
Quote:
Originally Posted by rolda hayes View Post
Hmmm, it appears to be to do with your doctype which reads:

Code:
<!doctype HTML PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
I also checked his site but I didn't see any special characters like that.
__________________

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


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

ajcones is offline
Reply With Quote
View Public Profile Visit ajcones's homepage!
 
Reply     « Reply to Random text insertion
 

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 0.39699 seconds with 12 queries