Published My Site - Wrong Titles on Title Bars?

I just published my first website:
www.energysavingsprayfoam.com
[If you looked] All the pages just have the URL of the
website as the title on the title bar. I know I have the proper
HTML for specific, different titles to show up for every page, here
it is:
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Fortkamp Foam Insulation - Commercial,
Residental, Industrial</title>
When you look at the source for the site through Internet
Explorer (or whichever browser), there's a line of HTML that says
this:
<head>
<title>www.EnergySavingSprayFoam.com </title>
</head>
What's up? How do I get the proper title to show up for each
page??

> www.energysavingsprayfoam.com
it's because you have domain name forwarding.
The domain name isn't pointed to the actual host server- it
points to a
frameset.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>www.EnergySavingSprayFoam.com </title>
</head>
<frameset rows="100%,*" border="0">
<frame src="
http://www.fsshosting.com/EnergySavingSprayFoam.com"
frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<!-- pageok -->
<!-- 05 -->
<!-- 7.9-->
</html>
Get real hosting for the site where the domain is pointed to
the actual host
server.
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/

Similar Messages

  • A region with borders only no title or title bar

    Hello Expert,
    I am trying to create just a border around the region, In essence a region with just border and no title or title bar. There is no simple approach available for this option. Can anybody shed some light on this matter.
    APEX Version : 4.1.0.00.32
    Theme : Builder Blue 2 (I guess it is theme 2 in the APEX)
    I tried various option utilizing border-less region template, report region, report region without title, No Template etc. along with following CSS style code, which I added into header section of the Page.
    This option creates border on top of the region elements but do not cover the region elements like items, that also only in template with no button or titles
    <style type="text/css">
    #CRR {border-style:solid; -- CRR is a static ID for the region
    border-width:1px;}
    </style>
    I also tried creating a template with new region and removed the title class and button class, which created a region without border but there is no line on the top only on the sides, which looked so weird. I am not sure what is the right solution, but a solution with new region template which only creates border and no title and title bar is good.
    Kindly please let me know an approach if anybody is aware.
    Thanks,
    CP

    Hi,
    That is certainly helpful as it does create the border, however the border is created for two regions.
    I have total four regions. At the top is breadcrumb region, below that is Report region displaying basic details. The third region is a list region waith navigation tab only and it is borderless region. The fourth regions has all the form items for which I wan the border only. With your suggestion, I am able get the border but it is now covering both region 3 and 4. I just want only on 4th region. The foruth region template I modified to "Region without button and titles" the way you suggested.
    The Region 3 and Region 4 has same class .bl-body, hjowever I didn't put any static id to region 3. I tried with naming the static id in region 3 with different name, but that didn't change anything.
    Ideally I would prefer a new region template so I can use it for multiple pages.
    Here is what I did,
    Opened shared components in the application, selected templates link. Copied a specific template (Report Region) as a new template and in the definition where there is a code, I removed few lines of code. which is follwowing
    Removed Code
    <div class="rc-blue-top"><div class="rc-blue-top-r">
    <div class="rc-title">#TITLE#</div>
    <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
    </div></div>
    this removed the title and those buttons, but the border was only to left , right and bottom and there was gray backgroud.
    Full Code
    <div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>
    <div class="rc-blue-top"><div class="rc-blue-top-r">
    <div class="rc-title">#TITLE#</div>
    <!-- <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>
    </div></div>
    <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#</div></div></div>
    <div class="rc-bottom"><div class="rc-bottom-r"></div></div>
    </div>
    Thanks for the previous input.
    Further help is highly appreciated.
    Thanks,
    --CP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Site previews fine in Firefox locally, but when I published the site all the text is the wrong size

    I am a rookie web designer. I recently created a site using CS6. http://www.joshuahetzler.com When I previewed the site in Dreamweaver it looked good in Firefox and IE. I published the site and now it is messed up in Firefox. All the text is the wrong size. Does anyone know how to fix this? Does it have something to do with my hosting provider? (I deleted a wordpress site from the directory an hourago and put this new site in its place) Why does IE display properly, but not Firefox...

    Caused by a bad link to your site's CSS file.  This is pointing to a file on your local hard drive which nobody but you can see.
    <link href="file:///C|/hetzlerj/jhgc/menu.css" rel="stylesheet" type="text/css" />
    Open your template and reconcile the path to your site folder.  It should probably look like this:
    <link href="../menu.css" rel="stylesheet" type="text/css" />
    Save Template.  Populate changes to Child pages.  Upload Child pages.
    Nancy O.

  • Report Title in Header Bar

    Hello All,
    We are creating new Web Templates in 7x version and want to know if the Report Title in Header bar can be customized by removing the "<SAP Logo> BEx Web- " instead only allow report title
    As Is
    "<SAP Logo> BEx Web - <Report Title> "
    To Be should be only Report Title
    "<Report Title>"
    Thanks
    Abhishek Shanbhogue

    Are you not using "Info Field-->Data Binding-->General Text Elem-->Query Description" web item to show Title ?

  • Site Index using Page Titles

    I'm wondering if there is a way to generate a site index that displays page titles instead of the full url. I'd like to provide a page that lists a site index in such a format. I have a php site with over 300 pages. Is there a tool out there for this? I already reset the default sitemap to TRUE - using Dreamweaver CS5.5, but the map view says I have to specify the homepage?? What do the experts suggest here?
    Many thanks - I always value the input from this forum.

    Easy. Create a PHP function file_get_contents and pass the URL of the page you'd like to grab the title for.
    Do a regular expression match for <title></title> and grab the contents.
    Echo it in your HTML.
    Here's a code you can use:
    <?php
    function returnTitle($Url){
        $str = file_get_contents($Url);
        if(strlen($str)>0){
            preg_match("/\<title\>(.*)\<\/title\>/",$str,$title);
            return $title[1];
    ?>
    <!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">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Title generator</title>
    </head>
    <body>
    <?php echo returnTitle("http://www.google.com/");?><br>
    <?php echo returnTitle("http://www.adobe.com/");?><br>
    <?php echo returnTitle("http://www.microsoft.com/");?><br>
    <?php echo returnTitle("http://www.apple.com/");?><br>
    <?php echo returnTitle("http://www.forums.adobe.com/");?><br>
    <?php echo returnTitle("http://forums.adobe.com/message/4917208#4917208");?>
    <!-- Add more (as many as you'd like!) URLs here-->
    </body>
    </html>
    Name the file .php and run it from MAMP/ WAMP or on a webserver.
    -ST

  • Adding meta tags to published web site

    I have created my website using iWeb and subsequently downloaded the RAVE SEO tool and used it to add for meta tags to my sites (description and keywords).
    I followed this procedure:
    1) I published my site from iWeb to a local folder on my iMac
    2) I added the meta tags using the RAVE SEO tool
    3) I tried to publish the site to my webhotel with tags added using the ftp tool in the RAVE SEO tool.
    PROBLEM:
    when I publish from the SEO tool, it is the old sites which are published. In my local folder where I started out publishing the web site to, I can see that the tags from description and keywords have been added. But the site which is published does not contain the tags.
    I have a feeling that the SEO tool is looking in a wrong foder, but I cannot change the folder using the "FTP Details" funktion in the SEO tool.
    Do anyone have a suggestion for what to do?
    Thanks,
    Klaus

    I have a feeling that the SEO tool is looking in a wrong foder, but I cannot change the folder using the "FTP Details" funktion in the SEO tool.
    When you click publish and choose FTP you can create a new setup or use an existing one.
    And if you do not know which folder to publish to, click browse. You decide.
    !http://www.wyodor.net/_Discussions/SEOToolFTP.png!
    Message was edited by: Wyodor

  • Hyperlink is not working after publishing my site!

    I can fully activate my newly added page on my iweb site with no problem. I created a button and hyperlinked it to the newly created page. After I publish my site, the new button is NOT clickable. I created a new photo gallery page. I already have 1 photo page so when I clicked on that page, at the very top I am seeing a clickable link that will lead me to my newly created page. THIS IS NOT HOW I HAVE IT SET UP THOUGH! I have a button on my home page that if clicked, it will take you right to the new page! I tested it and it works! I go and publish my site and all the sudden it does NOT work!!! Anybody have a clue why this is?

    Turn on DB logging and see what the syntax is that CR tries to send to the Server. You can also enable crlogger ( search for this and you'll find a KBA on how to enable or DB logging component )
    First guess is the Date format is wrong, typically is the cause. try removing the date from the SQL and see if that works. Then try to add the selection formula in CR Designer and look at the SQL being generated
    Can be specific because you did not mention what DB you are using.
    Don

  • Published a site in iweb but looks different in the web browser

    Hi,
    I have published a site in iWeb but it looks different when viewed in the web browser having published a few times.
    The pictures have small frames around which display perfectly i niweb but do not show in browser?
    The navigation menu is all showing in iweb but again not showing in the web browser?
    Not sure what I am doing wrong? I have tried to publish a few times.. checked that all the tick boxes show 'display navigation menu' etc?
    Thanks
    Toni

    Since you do not provide real varifiable, factual information I searched for :
    http://www.google.com/search?q=toni+darcy%27s+Products
    Is this you?
    http://www.tonidarcy.co.uk/toni_darcy_photographer/toni_darcy._photographer._wel come..html
    I noticed on the Pricing page that I cannot click the Gallery link. Something covering it?
    Other pages have similar behaviour.
    And there's no link for the home page. Perhaps you're hiding it.
    And see if you can use a shorter, and different, Sitename. It is clear who you are. And just welcome is enough.
    And empty the browser cache.

  • Publishing One Site Vanished Another Site on DotMac

    Each time I publish a site to my dot mac account...
    It gets rid of the last site I published to dot mac.
    When I go a look at the www section of my dot mac account...
    It shows ONLY the most recent site I published.
    I can go or send people to the new site by giving them the actual address, but I would like ALL my sites to be visible in the www section of my dot mac account.
    I am hoping someone can tell me what I am doing wrong here.
    Thanks.

    Then why do they put anything related to the sites on
    the page? If I had created this in homepage on .mac I
    could go there within .mac and access all the sites.
    I think if what you say is true it should be
    considered a bug and dealt with accordingly.
    I don't know if it's a bug or not. It's not clear to me just what purpose is served by listing 5 pages each from the HomePage and iWeb iDisk spaces on the .Mac homepage. I have many more sites than that which cannot be reached from the list, so I would not bother trying to use it for that purpose.
    In any case it's a .Mac and not an iWeb problem and you might want to raise it in the forums devoted to that.

  • No enough iDisk space for publishing the site When I got almost 20G!

    I happened to such a problem twice in three days.
    When I am going to publish the site using iweb, it informed
    "There isn’t enough space on your MobileMe iDisk to publish your site."
    But in fact, when I login in mobile me to check, the free space is almost 20G!
    Last time, after a few hours, it turned OK without any changing, and now, it happens again....
    What can I do to solve it? Thanks.

    Welcome to the discussions. If quitting iWeb and restarting it doesn't help, this may:
    "In the end i sorted it by publishing my web-site content to a folder on a local drive before returning it to point to MobileMe. This resulted in several pages changing to red as if they needed updating but everything uploaded successfully this time after selecting 'Publish Site Changes'. The blue bar isn't showing as full any more so it looks like iWeb was forced to recalculate the disk space. Panic over, for me anyway. Hope this helps. It shows the issue is definitely with iWeb as opposed to MobileMe."
    ...Found by doing THIS.
    By the way, if your site has a blog, it may have something to do with the problem — consider using a more reliable blogging platform such as:
    http://posterous.com/faq

  • Iweb keeps publishing all sites

    I am using iweb 1.1.1 I have made a new site but everytime I publish..from "edit"
    publish site, iweb publishes all the sites on my list. What am I doing wrong?
    Thanks, Dana

    Dana:
    First this is the iWeb 2 forum and you'll probably get users there who are more familiar with iWeb 1 responding.
    However, are you publishing to MobileMe or to a folder? If you're publishing to a folder then that's normal. I've not used iWeb 1 for quite a while but don't remember it publishing all sites unless there was a change in all of them.
    I believe iWebSites works with iWeb 1 and maybe you should take a look at it. I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want. It may be what you're looking for.
    OT

  • 1st time publishing my site through Iweb

    I have created a under construction page for my site. I have tried to publish the site to my domain and Iweb tells me that it has been published. However, when I go to the site all I see is the mobile me home page. What am I doing wrong?

    If you have published your site to MobileMe you should be able to reach it at....
    http://web.me.com/username/
    .... where "username" is your MobileMe user name.
    If you have a personal domain name, have you set it up in the iWeb File menu under "Set Up Personal Domain Name on MobileMe"?

  • SharePoint publishing website runs wrong after several days, but return correct after reset IIS

    SharePoint publishing website runs wrong after several days, but return correct after IISReset.
    I have a custom solution on this publishing site, which looks up sharepoint resources, I've changed 
    "List View Lookup Threshold" up to 50 in resource throttling, but this keep occurs sometimes.
    could you give me some clue to solve this permanently?
    Thanks very much in advance!
    ~Rosone

    I am sure you are using BLOB cache. Try to disable it and check. I have seen this issue with BLOB cache.
    Do we see some error in ULS logs and Event viewer
    Use fiddler and check if there is something like 404.
    Try below tool on your code
    https://spdisposecheck2012.codeplex.com/
    If this helped you resolve your issue, please mark it Answered

  • When I publish my site on one specific page where i've added {tag_pagecontent} I get the error:Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.

    When I publish my site on one specific page where I've added {tag_pagecontent} I get the error:
    'Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.'
    I'm trying to get a blog module going, I've even deleted the html insert bog with the tag in and re-published which then I don't get the error but as a result no blog either. But then I add the tag in again and publish the error comes back. I've used the dev console and it says that my musicians sample.css is out of date but why is it only out of date when I add in html to my muse site?
    HELP!!!! I've searched other threads and to no avail I'm publishing so no direct ftp going on. the only thing I changed in business catalyst was the module stylesheet in order to style the blog. I've tried uploading and replacing all files nothing seems to work. the site is here:
    http://www.musicstudentsforhire.co.uk/musicians-samples.html
    It's only this page as it has the blog on. Also I've noticed when I've re-published occasionally it will show the mobile version on my desktop and not the desktop version??? no idea why that's happening so I've had to turn that off. any explanation on why that is happening would also be much appreciated.

    I haven't received an answer as of yet, I'll post t on here when I do. I de-activated the mobile site because it's my clients site so he needs it to be operational during the day. I hope someone gives me an answer soon.

  • I cannot view my site in browser or publish my site after 2014.3 update

    Hi,
    I updated to 2014.3 and cannot view my site in browser or publish. I see that alot of other people are having issues. Can you please assist. This is very frustrating.
    I am using OS X Yosemite 10.10.2.
    Thank you
    Brett

    Hi Sanjit,
    I cannot even publish the site. Muse crashes when I try to view site in browser and it crashes when I try to publish the site. It is not the browsers - yes I have tried. It has only happened since I updated to 2014.3 - just like everyone else having problems. This is a problem with the update. I can make a new site in the new release and it works - however all existing sites built before 2014.3 release is no good. This a big problem that needs sorting out. I should not have to rebuild everything again. I have sent my muse file via dropbox, as I have seen other people having trouble being asked to send the file through and it will be looked at. The url is http://australiasnaturecoast.businesscatalyst.com/ . This is not the correct version as I made a new site in the new muse update. I need my original version to work. I have tried uninstall and reinstall of Muse and this has not helped.
    Thanks

Maybe you are looking for