Titles Not Showing On Web

R

Rob Giordano \(Crash\)

Why are you using frames on that site?...I don't see any reason to.



| Each of the pages has a Title, but you do not see it when viewing the page
on
| the web.
|
| Please see: http://www.komenshreveortbossier.org
|
| I am using shared borders (top) is that perhaps the reason?
|
| Thanks,
| w
 
M

Mike Mueller

It looks like you have 2 domains:
http://www.komenshreveportbossier.org/

which is a frames with only 1 frame in the set, pulling the information from
your other domain:
http://www.komenshreveport-bossier.org/

The frameset page has an empty title tag in the head section, which is why
your title is not displayed::
<html>
<head>
<title></title>
</head>
<!-- Redirection Services RED-01A-SEF H1 -->

If you go directly to the 2nd URL, your TITLE shows as desired

IMHO, it looks like you just need a better method of redirection, as this
methodology could be confused with duplicate content, which search engines
frown on.
What I would do, seeings you are on a Windows host make your home page on
domain 1 an ASP page, with the following code:

<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.komenshreveport-bossier.org/"
%>

Which will take the traffic and any SE rankings over to the real website

Then go to your second page and fix all of your table issues, and then FF
may be able to render it- it has serious issues as previously noted

<table align="left" bgcolor="#ECD7DF" border="0" cellpadding="0"
cellspacing="0" width="750" height="359">
<tr>
<td </td height="359" width="750">
******look at the above cell code!

<div align="center">
<table border="0" cellpadding="0" style="border-collapse: collapse"
width="750" bgcolor="#ECD7DF" id="table1">
<tr>
<td width="480">
<img border="0" src="images/index_r1_c1newdaisylogonew.jpg"
width="484" height="359"></td>
*******your image has a width wider than its containing cell
 
W

W

Charles,
Can you assist me in the problem iin Firefox? Or direct me to a source for
help?
It looked O.K. on my Netscape 6. I need to fix it for Netscape 7 also.

Any insite would be appreciated.

Thanks,
W
 
W

W

Would "include" "page" be a better option for a banner across the top of each
page?

The opening page does not have a shared border, but other pages in the site
do.

Any suggestions?

Thanks,
w
 
D

David Berry

If you have something that you want to appear on many pages but want the
ability to only have to update it in one place and have all the other pages
update as well then you'd want to use an include page.
 
W

W

The domain situation is that the national office for Komen For The Cure wants
all affiliate domain names to end up at domains styled as
"komenshreveportbossier.org" even though the affiliate domain is actually
komenshreveport-bossier.org. They are supposed to have taken care of all the
mechanics of making that little maneuver work properly.

Right now I am wanting very much to deal with the Firefox issue.

I have made some modifications. Is there a place that I can use to test my
site in Firefox? I do not have that browers on my computer.

I have worked on the tables/cells issues.
But, I do not find the place where there is no title. <title> </title>

Does it look any better after my changes?

I will work on the redirection problem after I get these other issues solved.
Thank you for your help with this.

w
 
W

W

I cannot locate exactly where it is that I do not have a title between
<title> and </title>

Thank you,
w
 
M

Mike Mueller

OK, the layout seems to be fixed for FireFox

As for your title, even though the komenshreveport-bossier pages have
titles, they are inside of a frameset, and that frames page does not have a
title.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top