Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-10-2012, 09:03 PM   PM User | #1
Onepen03
New to the CF scene

 
Join Date: Feb 2012
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Onepen03 is an unknown quantity at this point
Webpage's html Title/head changes on upload to server

Hi everyone this is my second post on codingforums.com and I'm hoping to get a little more help in figuring out this bizarre situation. I'll try to keep this short

I have a client who asked me to add a webpage to their existing website. I went ahead and built the page using html and css. When I uploaded the webpage to the server I noticed that the text within my <title></title> didn't appear! They actually appeared as something else!

When viewing the website normally and reading the tab for the webpage from my browser I noticed that it only showed the name of the website on the browser tab. For example: SHAREDWORLD.COM in all caps . . . as stated above this does not match what I wrote in between the <title></title>. I wanted it to say something like this for example: sharedworld.com | come and share with the world!

When I noticed this I viewed the page source or source code via my firefox browser and discovered that all of my html did not appear there, although viewing the page normally it looked fine. Here's an example of what shows up in the view source for firefox:

"<html><head><title>SHAREDWORLD.COM</title><meta name="keywords" content=""</head><frameset rows="100%", *" border="0" frameborder="0"><frame src="http://www.sharedworld.org" name="SHAREDWORLD.COM"></frameset></html>"

Now . . . lol . . . when I look at the source code in internet explorer I get all of my html, however, the <title> tags still don't reflect what I would like it shows SHAREDWORLD.COM. I've also notice that the same thing shows up for every webpage on my clients website (all of the <title></title> tags say SHAREDWORLD.COM).

Could someone please tell me how I can correct this issue and what would cause something like this to happen . . . I've never seen this before

Please help Thanks!
Onepen03 is offline   Reply With Quote
Old 04-10-2012, 10:33 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,705
Thanks: 5
Thanked 876 Times in 851 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Did you write the frameset code, too? Because that’s probably “hiding” your actual HTML. Do they have a frameset redirect set up?

And by the way: If I call that URL in my browser I just get a blank page.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 04-10-2012, 10:48 PM   PM User | #3
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,532
Thanks: 0
Thanked 503 Times in 494 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
What hosting are you using? Are you paying for it or is itr "Free" hosting?

With "free" hosting the provider may be wrapping all your content inside an obsolete frameset in order to ensure that their ads always get displayed so that they get paid for hosting your site. That would give you a lot less control of how your pages appear.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Tags
change, head, html, title, upload

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:18 AM.


Advertisement
Log in to turn off these ads.