473,396 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Page title does not change

I'm unsure how to label this, so I'll just explain it as best I can.

I have a site in progress at http://www.seminoleyr.org/index2.html

You'll notice the IE title bar has the text Seminole Yrs, that's wonderful, except the title tag says Seminole County Young Republicans.

If you click on the About menu link, the title doesn't change.

If you click on the Starwebgraphics link at the bottom of the page, the title again doesn't change.

What have I done wrong?

I'm not sure how to search for the answer.
Nov 13 '07 #1
3 1983
drhowarddrfine
7,435 Expert 4TB
The page title is changed by changing <title> at the head of each page. On your pages, the title is always the same.
Nov 13 '07 #2
No It's not. If you were to view source, you would see that the page title displayed in IE, and the title between the title tags are different.
Nov 14 '07 #3
eWish
971 Expert 512MB
It looks like you are using frames. Thefore, you have not changed the title in the proper frame.

Your main page HTML markup.
Expand|Select|Wrap|Line Numbers
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  2.  
  3. <html>
  4. <head>
  5. <title>Seminole YRs</title>
  6. <meta name="keywords" content="seminole county, young republicans, republican, seminole, florida, central florida, orlando, conservative, politics, political party, election, candidates, government, gop, right, right-wing, seminole" />
  7. <meta name="description" content="The Seminole County Young Republicans are young professionals between the ages of 18 and 40, who live, work or play in the Orlando area." />
  8. </head>
  9. <frameset rows="100%">
  10. <frame src="http://s223145893.onlinehome.us/" title="Seminole YRs" frameborder="0" noresize="noresize"/>
  11. <noframes>
  12. <body>
  13. <h1>Seminole YRs</h1>
  14. <p><a href="http://s223145893.onlinehome.us/">http://seminoleyr.org/</a></p>
  15. </body>
  16. </noframes>
  17. </frameset>
  18. </html>
Change the title on this page and your problem should be fixed. Therefore, drhowarddrfine was correct.

--Kevin
Nov 14 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Val | last post by:
How do i programmatically change a title of a Web page in ASP.NET? Thanks
12
by: enak | last post by:
I have found some code that shows how to convert an html form to Word. The message said to simply put the following in the Page_load: Response.ContentType = "application/ms-word"...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
4
osward
by: osward | last post by:
I had made a table colum sortable and paging the table, following are the code // Display Event List echo "<center>"._EVENTLIST."</center><br>"; $now = Date(Y-m-d); // sort table...
2
by: hi35 | last post by:
My friend wants to make a site but his IT teacher says tht he needs to have a different title on each page. He also wants an iframe so tht he can navigate with his pages easier. But the problem is...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.