Pages not showing up in web search

I am a newbie to DW 8 (I am a photographer).
Like everyone, I would love to find my pages in a web search
with google or yahoo, but they are not showing up.
Here is an example of the info (from the web page) for one of
my pages (classes I teach):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>Digital photography classes with Richard
Sjolund</title>
<link href="file:///Scanner-1/Dream Program and
sites/ws2.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FF0000}
.style2 {color: #0000FF}
.style3 {
color: #000066;
font-weight: bold;
the title is correct- anad what I want. But, if I search on
that title information - I find nothing.
Is the information better off in something other than the
page title?
Here is the web site:
http://www.naturephotostudio.com
many thanks.
Dick

How long has the site been up? If you search for this
Photography Shows
Richard Sjolund it comes up first in google.
Search for this Richard Sjolund was born in the Upper
Peninsula of Michigan
and it comes up as duplicate content an other website
http://www.artsiowacity.com/artist/RSjolund/rsjolund.htm
so could be a
problem from the search engines point of view. Hard to say
looks like a lot
of competition in this field.
Dave
"DickSj" <[email protected]> wrote in
message
news:e79puk$c7m$[email protected]..
> I am a newbie to DW 8 (I am a photographer).
>
> Like everyone, I would love to find my pages in a web
search with google
or
> yahoo, but they are not showing up.
>
> Here is an example of the info (from the web page) for
one of my pages
> (classes I teach):
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
> "
http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
> <title>Digital photography classes with Richard
Sjolund</title>
> <link href="file:///Scanner-1/Dream Program and
sites/ws2.css"
> rel="stylesheet" type="text/css">
> <style type="text/css">
> <!--
> .style1 {color: #FF0000}
> .style2 {color: #0000FF}
> .style3 {
> color: #000066;
> font-weight: bold;
>
> the title is correct- anad what I want. But, if I search
on that title
> information - I find nothing.
>
> Is the information better off in something other than
the page title?
>
> Here is the web site:
>
>
http://www.naturephotostudio.com
>
> many thanks.
>
> Dick
>

Similar Messages

  • Business catalyst site is not showing up on web searches

    I built my site in Muse and published directly from Muse onto Adobe Business Catalyst. It has been a couple of months and this site is not showing up on web searches. I believe it has something to do with my Business Catalyst settings. Frustration has set in and I'm turning to this commuity to seek direction. The site is edgeadvertising.ca
    Should I be looking at Googles webmaster tools?

    Hi edgydoug1,
    You have a challenging case since "Edge Advertising" appears to be a common business name with many other established websites for "Edge Advertising" or "Cutting Edge Advertising" businesses around the world.
    First, I'm going to contradict Gaurav. I may be interpreting what I see on Google incorrectly, but it looks to me as though Google has indexed your site. It's a one page site. Correct?
    A few things you'll want to do to improve the chances searchers will find your site:
    1) Set the Page Title for your page in the Page Properties dialog. I recommend setting it to your business name. You might consider including Winnepeg in the page title, since that will increase the odds that someone looking for "Edge Advertising" in your area will find you, rather than the Edge Advertising in Washington, D.C., Tampa Bay, Fairport, NY, Houston Texas, etc.
    2) You might consider putting your contact information where your copyright currently is.
    3) Enter keywords for your page in the Page Properties dialog Metadata panel. Be sure to include Winnepeg and Manitoba (spelled out), along with your business name and the services you provide.
    4) Pay special attention to where you apply h1, h2, h3 tags via paragraph styles. You should probably make the main "Edge Advertising" title the h1 for the page.
    There are two primary factors to SEO, indexing and page ranking.
    Indexing is about making sure your pages have content that corresponds to what your prospective customer will be searching for. This generally means choosing ~3 search phrases and doing what you can to be sure those phrases and the words in those phrases are used in your site. Your site has quite a bit of live text content, so you're probably doing well but you'll want to think about search phrases and see how well they correspond to words and phrases in your content.
    With a single page site you're limited to a single page title and no filename for the HTML file (since it will be index.html), so you'll want to make sure the page title is good and you make good use of h1, h2, h3 tags. You may also want to add alt tags to your images (if you haven't already). And keywords in your metadata.
    Page ranking is largely about the number of other sources (websites, twitter, facebook, blogs, etc.) that contain links into your site. If lots of other sites are referring to your site, your page ranking will be higher relative to other sites with similar page content.
    Again, given the business name is not unique and many of the other businesses with the same name are likely to offer the same services, it's going to be difficult to differentiate your site to web searchers. You'll want to make sure the geographic location of your business is prominent along with the principals and anything else that may be unique to your business (that also known to web surfers).
    Finally, when you make a change to your site, if you submit your sitemap.xml file to Google using Webmaster Tools it theoretically will encourage Google to re-index your site sooner, though there's no guarantees how long it will take.

  • Crystal Report Images Not Showing - JSP inside /WEB-INF folder

    Hi Experts,
    I am using Crystal report for Eclipse and also using Struts2 and tiles framework combination.
    The problem is when viewing the report all I've got is red X on all images and the graph image also not showing. This is when I use tiles and my jsp is inside the web-inf folder.
    This is my struts link: href="s:url value='/report/reportOpen.action?report=1'
    I've checked that the path to the viewer generated HTML is not correct. see code below.
    src="../../../crystalreportviewers/js/crviewerinclude.js"
    But when I test to access a simple jsp viewer that resides on the web root folder, this works fine but of course this is not what I want to have. I need to have my banner and menus on top of the report page (using tiles)
    This is my jsp link: href="s:url value='/ReportViewer.jsp?report=1'
    Viewer generated HTML below.
    src="crystalreportviewers/js/crviewerinclude.js"
    This might be a common problem and that you can share to me your solution.
    Note: I removed the script tags because I can't submit this entry.
    Thank you  in advance,
    Regards,
    Rulix Batistil
    Crystal Report Images Not Showing - JSP inside /WEB-INF folder

    Hi Saravana,
    After a few experimentation from your idea i was able to figure out the problem and now it is working.
    I don't have to copy the folder to where my jsp resides but still maintains it in the root location:  web/crystalreportviewers
    The changes should always be in web.xml.
    1st: change the crystal_image_uri value to ../crystalreportviewers
    2nd: change crystal_image_use_relative value to "web"
    Change to "web" instead of webapp because that is what I named my web root folder.
    <context-param>
              <param-name>crystal_image_uri</param-name>
              <param-value>../crystalreportviewers</param-value>
         </context-param>
         <context-param>
              <param-name>crystal_image_use_relative</param-name>
              <param-value>web</param-value>
         </context-param>
    Thank you. You showed me the way on how to solve the 3 day problem.
    BTW, my next problem is when clicking on any buttons prev/next/print/export, I got this error HTTP Status 404.
    Well, at least for now I can view my initial report.  I just need to figure out the next issue and with the help of the great people here in the forum.
    Thanks a lot.
    Regards,
    Rulix
    Edited by: Rulix Batistil on Nov 26, 2008 7:27 AM

  • I have just downloaded a free app and there is no icon and it will not open from the list even tho it appears to have downloaded and the "open" button is available.  Does not show up when I search for it.  Plenty of memory . . .

    I Have an iPad mini running iOS 7.1.2,  I downloaded a new app and it's icon does not appear anywhere ( have ~ 180 apps so not at limit) and it won't open from the purchased apps list.  It does not show up when I search for it so can't open t that way either.  It doesn't require iOS 8.  Can't delete and reinstall, cause not icon.  This is not a normal "app won't open" question.  it doesn't start the. Stop it just doesn't seem to exist.  Any help is appreciated

    Hello Chelleuri,
    Thank you for using Apple Support Communities. 
    The following article provides information to trroublehshoot issues with installed apps, including not opening.
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open - Apple Support
    Regards,
    Jeff D. 

  • Podcast not showing up in itunes search after 1 week

    i submitted my podcast with one episode and it was accepted on 17 july. i am able to get to it in the itunes store by using the url as provided in the email.
    iTunes Store Welcome
    Dear Podcast Owner
    Your podcast, located at [ http://feeds.feedburner.com/meterdown ], has been approved. You should expect to see it in iTunes within the next few hours. When it's available, you will be able to access it with the URL below.
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=260194221
    i have put an icon with that url in my blog (meterdown.wordpress.com) and that works fine. people are taken to the podcast in the itunes store and can subscribe.
    however when i search the store, my podcast is not turning up either by podcast name (meter down) or by author/artist name (kabi) or by keyword (taxi, bombay, hindi).
    I can ping using the podcast ID (id=nnn) and it returns the podcast feed url (http://feeds.feedburner.com/meterdown) and the podcast ID.
    it doesn't list an episode however. is it supposed to?
    my main question is "why am i not showing up in the search?"
    is there something wrong in my xml? I host at switchpod and run it thru feedburner and I use the feedburner feed.
    i have read and read the forums here, feedburner, podcast alley and also am emailing switchpod support. still can't figure it out.
    thanks
    kabi
    macbook pro Mac OS X (10.4.10)
    macbook pro   Mac OS X (10.4.10)  

    ssukotto,
    Thanks for the information. What you mention is boilerplate that is automatically sent when a new podcast is approved. I also quoted it like scripture before diving deeper into researching this issue.
    The research into this problem suggests that there is a minimum number of podcasts in order to be included in the search index (or at least the search results) whether it's undocumented or unintentional.
    Case in point, Meter Down posted his first complaint that his podcast hadn't shown up in the search even after a week (far outside the 24-48 hours you mention and that is documented)..that was a week ago. A total of at least two weeks that his podcast could not be found by searching by the exact title. His podcast showed up search within a day after adding his second episode (yesterday).
    Jerry Pine posted July 17 that his podcast "Everything Algae" had been approved July 13 but couldn't be found by searching...even by name. July 28th, he added a second episode as a test...and his podcast became searchable.
    There are several others who went for days or weeks without being listed in search results by even searching for their exact podcast title...common trait between all of them was that they only had one episode. They added a second episode and within the day they show up in search results.
    There are others that had newly submitted podcasts whose podcasts showed up within the 24-48 hours timeframe...but they had at least two episodes.
    I'm just providing the facts...could be coincidence that they just happened to be searchable just after posting a second episode.
    I'd invite you to read through and share with the iTunes podcast developers the several thread from various people who have reported problems with having a searchable podcasts and draw your own conclusions.
    Erik

  • IWeb Main Page Not Showing

    I've researched to death and tried everything but can't fix this.
    Recently did a clean install on my iMac and since then iWeb won't work.
    I have :
    - Reinstalled from original disc then updated to latest version 3.0.4
    - Deleted the com.apple.iWeb.plist file and com.apple.iWeb Cache Folder, restarted, and tried opening again
    - I have removed my domain.sites2 file to try and open iWeb and initiate making a new site
    iWeb is fully loaded and operational - in Activity Monitor it does not have a red flag - shows as being operational. I can access iWeb's Preferences, open and close various Inspectors, but the main window is simply not visible.
    I am on Lion 10.7.2
    I had updated my website using iWeb while on Lion 10.7.1
    I have a small business and my website is outdated and will be losing me new customers at this point who will think I don't have the latest stock and information.
    Any help appreciated - naturally no need to reply if 'fixes' are as per other posts and noted as having been tried above.

    Where is the main page not showing?  In iWeb or online?
    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    For opening your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain or from  Toad's Cellar.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • All items of delivery is not showing on SNC Web Portal

    Hi Experts,
    We are facing one strange issue in SNC. I am explaining scenarion in detail.
    We have one sales order having 10 line items in R/3 & it is showing correctly on SNC web portal. For that sales order we have delivery with 10 line items ( out of 10 items 4 items having Batch mentioned in delivery) in R/3 but in SNC Web Portal it is showing only 6 Items. Basically whatever the Items having batch is not showing on SNC Web Portal.
    I have checked lots of deliveries & all are having same issue. I have checked all the IDOCs, XML messages to XI & then APO having all the line Items of delivery but all items are not showing on SNC Web Portal.
    Could you please advice, what it this issue & how can we resolve it?
    Thanks in Advance.....
    Regards
    Sujay

    Hi Chandrasekhar,
    I checked this note but this doesnot answers my query.
    Regards
    SV

  • Copy of Application does not show " My accounts" in search show

    Hi
    I am using CRM 4.0
    I have copied the application CRMM_ACCOUNTS through blueprint application builder using save as
    The new application does not show "My accounts" in search show
    It is just showing "My favorites"
    Can somebody please tell me the reason for it or how to bring "My accounts" in search show
    TIA
    Asad

    May be while copying the application "My Accounts" is not copied.
    But you can create one by saving the Query.
    Seelct "My Account" in the Find DDLB while in adv search and save the query as "My accounts".
    It will be added to the SHOW DDLB.
    Cheers, Raj

  • Safari Will Not Show Any Cached Web Pages From Any Website.

    Basically my problem is exactly as stated in the heading. Any web page I try to view a cached snapshot of returns: "Your search did not match any documents." Up until a week or so ago, I could cache any web page, unless it truly was to old to display a cached snapshot. It would never highlight the key words typed in the search bar when the cached option was selected, but it always showed the page. Now it will not cache any page.
    The links are not broken, because I can search every page from my desktop computer with no problems. It's only on my iPhone. I could try to view 5,000 cached web pages, and every one of them returns the same message: "Your search did not.....". I've cleared my history, cache, cookies, as well as log off, and power down the phone, and turn it back on. Nothing fixes the issue. I have the latest update, and have no other problems with my phone at all. Has anyone else had this problem? Any solutions? This is very frustrating. A google search turned up nothing. This has to have happened to more people than just me. Hopefully I don't have to use the cache feature to find the answer:)

    I guess I'll join another forum, were there's people smart enough to help.

  • Iweb web page not showing full page on the web

    I have a web site that I build using iweb. I have installed intense debate for a commenting system. I have two problems. My comments are not showing up even after i approve them even though i chose to not monitor comments and when you view the page most of the comment box is missing. I have changed the height and width of the page, changed the height and width of the age layout in iweb, nothing seems to help. I have contacted there support team but they just keep saying the same things. Apparently i need to do this to get the commenting system working "looks like you don't have any JavaScript variables set. You'll need to set some postid's and URLs." That is copied directly from the email they sent me. I don't know what any of that means...And please don't say read the tutorial they offer because i cant fallow that either. This is the address of the website please look at it and tell me what you see. http://www.siobhanbyron.com/SiobhanByron/The_Outlying/TheOutlying.html

    I did. I clicked the link you left and it brought me to another discussion similar to this one and then i clicked on the link that was within that conversation (http://home.cyclosaurus.com/CyclosaurusBlog/Entries/2011/2/12Dynamically_ResizeiFrame.html) and it brought me to here (http://home.cyclosaurus.com/CyclosaurusBlog/Entries/2011/2/12Dynamically_ResizeiFrame.html) here, your blog. Which is an excellent example of what i a trying to do. I will instead try to add the code that you had already placed in the prior conversation. I wasn't sure if the code you were speaking of was in your blog or in the actual conversation...ill try that

  • ICal to Publish, not showing up on web page?

    I have added birthdays to my address book. These dates then show up on my iCal.
    I then publish these birthday via iCal, the only thing is, my wife birthday, which is on 12/31 does not show up. ALL OTHER date do.?
    Anyone one knows why Dec. 31 birthdays do not via the web page created by iCal?

    10.5 ??

  • OHS 11gR1 web-page not showing up after creation, registration of webgate

    Hello there,
    The OHS webpage on host:7777 is not showing up after I created, registered the webgate on oam 11g console. I copied the 2 artifacts into the ohs proxy server box in the webgate/config folder and restarted OHS instance but now, the ohs page won't show up. The opmn status says its alive but it doesnt show up in the browser.
    I have oam 11.1.2 installed with webgate 11.1.2 and ohs webtier 11.1.1.6.0. Am I missing any step? Do I need to create a authentication scheme before I check it? Please advise to the earliest convenience.
    Thanks!!

    Hi,
    You need to create authentication scheme. also create resourse for index.html page in OAM console and add it to protected resourse list. So when you will access OHS with 7777 port it will redirect to OAM SSO page, after successful login it will take you to the home page of OHS.
    mark, if this helps.
    Regards,
    Kishore

  • Web pages not showing up correctly

    I performed a typical daily update to my website last night, and when I reviewed it online, the typical links do NOT shot up. They are often words that are linked to news sites. These 'hot' words do not show up now…only bluish rectangular boxes with blue question marks in them. When the page loads, it seems to NOT load most of the links. Some links still do show up and it seems that all of them work if clicked on. Any ideas?
    For reference: www.njnaturenotes.com
    This might help if others see what I am seeing.

    Rich:
    Just visited your site and everything looks as it should. There are not blue boxes and the counter is displaying all 5 digits. Clear your browser's cache and reload the page. See if that will help.
    OT

  • Re:DW8 flash on template page not shows flash

    Hi Murray,
    When I changed it to relative nothing changed, the .dwt works
    fine but not
    my other pages based on the template. Maybe there is
    something wrong with
    the editable regions?
    Thanks for your help
    Sam
    Make the link to your Flash file be a root relative one.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    Hi all,
    I have a template based page with one flash animation.
    When I preview my template page the flash is working fine,
    but in my pages
    bases on the template I don't see my flash animation.
    Do I miss something?
    You can find my pages (text) on the following links:
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    http://www.waterloocity.be/doc/index-asp.txt
    I searched in the archives but fund nothing that helps me
    I appreciate all help
    Thanks in advanced, Sam

    Then there is something wrong with the SWF file.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "SamDesign.be" <[email protected]> wrote in
    message
    news:[email protected]...
    > Now, I see noting. In dreamweaver I see the swe but when
    I do the "play"
    > it's white
    >
    > "Murray *ACE*" <[email protected]> a
    écrit dans le message
    > de news: [email protected]...
    >> Do you see the Flash element locally?
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "SamDesign.be" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> Yes, I work localy for the moment.
    >>>
    >>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    message
    >>> de news: [email protected]...
    >>>> Did you upload the Scripts folder?
    >>>>
    >>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>> type="text/javascript"></script>
    >>>>
    >>>> --
    >>>> Murray --- ICQ 71997575
    >>>> Adobe Community Expert
    >>>> (If you *MUST* email me, don't LAUGH when
    you do so!)
    >>>> ==================
    >>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>> ==================
    >>>>
    >>>>
    >>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> Hello Murray,
    >>>>>
    >>>>>
    >>>>>
    >>>>> I tray it again but still don't working.
    I made a new page, without
    >>>>> linking to a template, and there my
    flash is also not showing up.
    >>>>>
    >>>>> Here is my code from a test page.
    >>>>>
    >>>>> Thanks for your time!
    >>>>>
    >>>>>
    >>>>>
    >>>>> <%@LANGUAGE="VBSCRIPT"
    CODEPAGE="1252"%>
    >>>>>
    >>>>> <!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=iso-8859-1" />
    >>>>>
    >>>>> <title>Untitled
    Document</title>
    >>>>>
    >>>>> <script
    src="../Scripts/AC_RunActiveContent.js"
    >>>>>
    type="text/javascript"></script>
    >>>>>
    >>>>> </head>
    >>>>>
    >>>>> <body>
    >>>>>
    >>>>> <script type="text/javascript">
    >>>>>
    >>>>> AC_FL_RunContent(
    >>>>> 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','100','height','60','title','test','src','/flash/newpub','quality','high','pluginspage ','http://www.macromedia.com/go/getflashplayer','movie','/flash/newpub'
    >>>>> ); //end AC code
    >>>>>
    >>>>>
    </script><noscript><object
    >>>>>
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    >>>>> codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    >>>>> width="100" height="60" title="test">
    >>>>>
    >>>>> <param name="movie"
    value="/flash/newpub.swf" />
    >>>>>
    >>>>> <param name="quality" value="high"
    />
    >>>>>
    >>>>> <embed src="/flash/newpub.swf"
    quality="high"
    >>>>> pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    >>>>> type="application/x-shockwave-flash"
    width="100" height="60"></embed>
    >>>>>
    >>>>> </object></noscript>
    >>>>>
    >>>>> </body>
    >>>>>
    >>>>> </html>
    >>>>>
    >>>>>
    >>>>>
    >>>>> "Murray *ACE*"
    <[email protected]> a écrit dans le
    >>>>> message de news:
    [email protected]...
    >>>>>> If you changed it to ROOT relative,
    e.g.,
    >>>>>>
    >>>>>> /Flash/whatever.swf
    >>>>>>
    >>>>>> Then it would work. Please show us
    your code....
    >>>>>>
    >>>>>> --
    >>>>>> Murray --- ICQ 71997575
    >>>>>> Adobe Community Expert
    >>>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>>> ==================
    >>>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >>>>>> ==================
    >>>>>>
    >>>>>>
    >>>>>> "SamDesign.be"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> Hi Murray,
    >>>>>>>
    >>>>>>> When I changed it to relative
    nothing changed, the .dwt works fine
    >>>>>>> but not my other pages based on
    the template. Maybe there is
    >>>>>>> something wrong with the
    editable regions?
    >>>>>>>
    >>>>>>> Thanks for your help
    >>>>>>>
    >>>>>>> Sam
    >>>>>>>
    >>>>>>>
    >>>>>>> Make the link to your Flash file
    be a root relative one.
    >>>>>>> --
    >>>>>>> Murray --- ICQ 71997575
    >>>>>>> Adobe Community Expert
    >>>>>>> (If you *MUST* email me, don't
    LAUGH when you do so!)
    >>>>>>> ==================
    >>>>>>>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>>>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>>>>
    http://www.macromedia.com/support/search/
    - Macromedia (MM)
    >>>>>>> Technotes
    >>>>>>> ==================
    >>>>>>> Hi all,
    >>>>>>>
    >>>>>>> I have a template based page
    with one flash animation.
    >>>>>>>
    >>>>>>> When I preview my template page
    the flash is working fine, but in my
    >>>>>>> pages
    >>>>>>> bases on the template I don't
    see my flash animation.
    >>>>>>>
    >>>>>>> Do I miss something?
    >>>>>>>
    >>>>>>> You can find my pages (text) on
    the following links:
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/go2waterloo_FR-dwt-asp.txt
    >>>>>>>
    >>>>>>>
    http://www.waterloocity.be/doc/index-asp.txt
    >>>>>>>
    >>>>>>> I searched in the archives but
    fund nothing that helps me
    >>>>>>>
    >>>>>>> I appreciate all help
    >>>>>>>
    >>>>>>> Thanks in advanced, Sam
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • HT4976 Some of emojis are not showing correctly in web view text are.

    When I input emojis in webview's text area, some are not showing as a emojis, they are showing as a symbole e.x. ☺ (WHITE SMILING FACE),✌(VICTORY HAND) e.t.c., these are not the correct emoji as they are showing in apple device keyboard.
    Can you please sugges me what should i do ?

    Is Webview an app? If so, it may not support the Emoji font. Or, if you're talking about typing in a web page, the same maybe true. The iPhone Emoji font frequently shows up as garbage characters on other phones. It sound as if it's being converted to the Symbol font in whatever your trying to use it. Avoid use of the Emoji font unless you are communicating with other iOS devices.

Maybe you are looking for