Problem viewing captions in HTML Design page

I'm currently trialling Dreamweaver CS6 on both an iMac and Macbook Pro, both of which are running Mountain Lion. When I create a HTML doc, copying and pasting a Source page, and look at in in Design some text is missing - specifically captions. However, they are in the document as they appear in the Live version of HTML.
I only have this issue with the iMac, not Macbook Pro, but don't think this is relevant. Any suggestions as to how I can resolve it?

Here's a couple of samples of code. Firsrly, the captions of these stories don't appear in Design but are OK in Live.
<strong>
                    In Brief: KDG, SPT                    </strong><br />
          Kabel Deutschland KDG will start distributing Turner Broadcasting System Deutschland’s Cartoon Network HD in October, to be followed by Boomerang HD sometime in 2013. <a href="http://www.broadbandtvnews.com/2012/08/23/in-brief-kdg-spt/" class="more-link">[Read More]</a> <p> </p>
                    <strong>
                    Invitel eyes mobile market                    </strong><br />
          The Hungarian alternative telco Invitel, which is already a leading provider of triple play services in the country, may be about to enter the country’s mobile market.  <a href="http://www.broadbandtvnews.com/2012/08/23/invitel-eyes-mobile-market/" class="more-link">[Read More]</a> <p> </p>
                    <strong>
                    HbbTV consortium releases test suite                    </strong><br />
          The HbbTV (Hybrid Broadcast Broadband TV) consortium has announced the first release of its HbbTV test suite. <a href="http://www.broadbandtvnews.com/2012/08/23/hbbtv-consortium-releases-test-suite/" class="more-link">[Read More]</a> <p> </p>
Another example of code that doesn't appear:
<tr>
          <td height="15"><strong>August 23, 2012</strong></font></td>
          <td><div align="right"><a href="http://www.broadbandtvnews.com/category/event-coverage/ibc/"><strong><font color="#333333">Read Our IBC Special </font></strong></a><strong><font color="#333333">/ </font></strong><a href="http://www.broadbandtvnews.com/subscribe"><strong><font color="#333333">Subscribe to Broadband TV News</font></strong></a></font></div></td>

Similar Messages

  • Problem Viewing HTML coded website in design view

    Hello,
    I've got a functional website I coded (using an html text editor) for a customer some time back that he wants to be able to edit. He doesn't know code, so we got Dreamweaver.
    The problem is, a lot of page elements simply won't show up in the Design view (though they do when viewed in a browser). I suspect it may have something to do with older nested Table tags I used, but neither of us is very interested in me rebuilding the site from scratch (which is largely what we were trying to avoid).
    The extra odd thing, though, is a lot of the code in question DOES display on the index page, but not on secondary pages, even though it was copy/pasted in the first place.
    The website in question is http://ckski.com. The index page shows up fine. (http://ckski.com/Pictures/GoodPage.jpg) On secondary pages, the only thing that shows up in the Design view is the banner image at the top of the page. I get a gridline for the main table structure, but no content (only some errors indicating some extra </td> and </tr> closing tags) (http://ckski.com/Pictures/BadPage.jpg)
    View Source should work to check the code, but I can provide anything else that might be needed, such as the CSS page.
    Thanks!
    Travers Jordan

    Code errors are responsible for 98% of rendering problems.  Your pages lack a valid doc type declaration which puts them into quirks mode.
    On line #1 in code view, change this:
         <html>
    to this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    At least that will give you a fighting chance of validating without errors.  Use the online code validator below to check for other errors in all your site pages.
         http://validator.w3.org/
    Incidentally, asking a non-coder to use Dreamweaver is form of punishment.   Basic coding skills are necessary to get the most out of this product.   Anything less is going to result in frustration and confusion.
    It's worth noting that DW is NOT a WYSIWYG editor.  Design View is at best, an approximation of what you can expect to see in some browsers.  For best results, use Live View in Split View and edit the code.
    Nancy O.

  • Design View Fails To Render Some Pages Correctly.

    Dreamweaver appears to have problems rendering some CSS in
    Design View. Here
    are links to an HTML page and a style sheet, both of which
    appear to be
    valid, but the page "breaks" in the Design View of both DW8
    and DW CS3:
    http://wspitt.com/csstest/index.html
    http://wspitt.com/csstest/default.css

    > Maybe not but its wrong to mislead them into believeing
    if their page
    > validates it will render correctly.
    Who here has EVER said that? Nobody. This is your spin on our
    comments.
    If the page is not rendering correctly, it is a good practice
    to start with
    validation. If there are structural errors in the page, that
    will find
    them. You can then eliminate such considerations from your
    troubleshooting
    efforts.
    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
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray *ACE* wrote:
    >
    >>>Murray thats nonsense.
    >>
    >>
    >> You are distorting my statements to your purpose.
    >
    > Not really. I'm just providing a view from a different
    perspective than
    > yours.
    >
    >> A page that doesn't validate will likely not display
    properly in DW. You
    >> know that.
    >
    > Thats not my opinion. A badly coded page is more likely
    not to display
    > correctly. I don't consider one that fails validation on
    a few minor
    > points badly coded. One that does validate can display
    the same issues as
    > one that doesnt, if not worse.
    >
    > You know what validates and what doesn't.
    >
    > Sure and that to me is where it ends. If people feel the
    need to validate
    > then so be it but don't consider it the be-all and
    end-all solution to
    > possible display issues cross-browser.
    >
    > You do not make the
    >> kind of structural errors that will cause a page not
    to validate.
    >
    > To me thats whats its all about making sure the
    structure is correct but I
    > cant see the correlation with also wanting to make
    anything valid.
    >
    >> Most of the people who post here with display
    problems are not that
    >> savvy.
    >
    > Maybe not but its wrong to mislead them into believeing
    if their page
    > validates it will render correctly.
    >

  • View DW html web pages in Bridge?

    My apologies if this is deemed as a “double
    post”, but my question has been on the Bridge Forum for over
    a week with no response. Hopefully someone can assist.
    Am I able to view htm / html web pages from my Dreamweaver
    local site as thumbnail previews in Bridge CS3?
    Initially when I installed the CS3 suite and was just
    glancing through Bridge, I thought I was able to view the thumbnail
    previews of these pages, but now that I am utilizing Bridge more as
    tool, all I see is the IE7 icon for web pages on my local site
    (local hard drive). Image files all show up okay. I may be mistaken
    and was never able to view the web pages as thumbnail previews, but
    a definitive answer would certainly be helpful as I have been
    searching the FAQ section, the knowledge base and the forums
    without finding the proper topic.
    I have tried resetting the preferences and deleting the cache
    in Bridge.
    (CS3 Design Premium; Windows XP SP2; P4 3.0 GHZ; 2GB RAM)
    Thanks.

    Can I install Xcode for Windows?
    Is there any other method to test the application using safari browser of ipad in Windows?
    Pls help us on the same.

  • Problems with the html custon page

    Hi, i add the parameter connectionDisallowedURL ( connectionDisallowedURL = /custom_page/custom_page.htm) to my formsweb.cfg. This one, have the name of the folder where i put the html custom page and all the images (.gif). This folder is located in /ORACLE_HOME/Apache/Apache/htdocs. When i disabled the new user connections (     allowNewConnections=false) the Application Server redirect to my custom page, but not display the images.
    Anyone can help me?

    Ok!!!... I resolved the problem. I moved the images to /Apache/Apache/hdocs/ohs_images
    thx,

  • Problem in downloading an html page that contains images

    Hi,
    This is surekha
    I am facing a problem in downloading an html page that contains images
    The file is downloading , but when I access the the downloaded file it displays X marks in the place where images r present....
    How can i download a html file along the images it contains
    Please help me ...........

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Flash 9 Public Alpha work uncomplete format with Khmer Unicode on design page view

    I am trying using your trial product in Cambodia to test the
    Khmer Unicode of usp10.dll in system32 of Windows XP Professional
    and Windows Vista Ultimate, but I am sad to tell you that Flash 9
    Public Alpha did not support with Khmer Unicode in the right format
    of Khmer Language. Can you include Khmer Unicode Fonts into your
    Flash 9 Public Alpha? Even though Flash 9 Public Alpha has some
    error of character spaces with with Khmer Unicode on the design
    view, but as you press Ctrl key + Enter to test video, it display
    well Khmer Unicode Format. Please try correct more on the design
    page view, I hope Flash 9 Public Alpha will fully support with
    Khmer Unicode.
    Khmer
    Unicode Downlaod
    Thank you and best regards,

    In IE it shows as a blank page (white), in Firefox  it's all there.  I'd suspect a CSS issue.

  • IPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.  (if I sending one page document from Pages from iPhone is ok - PDF)

    iPad mail sending one page PDF documet as a picture. This picture is not viewing for other people who email open. this problem is from iBooks and from Pages.
    (if I sending one page document from Pages from iPhone is ok - PDF. If I sending one page document from iPad is mistake. )

    Turn off rich text in your email signature. Delete images too, if any.

  • HTML thumbnails page will take me to a Simple Viewer do I have to create 12 Simple Viewer galleries?

    I have created an HTML thumbnail page with 12 thumbnails. When I click on a thumbnail I would like it to take me to SV. Do I have to create 12 different SV galleries for each thumbnail?  EX: I have a project of an identity so I click on a thumbnail and it would take me to SV and I would be able to go through the different  parts of the identity: logo, business cards, postcards, posters, billboards, and apparel.  Can I just use one SV file and just use different XML files for each if so how would I do that? 

    This link shows how to do that - https://support.mozilla.com/kb/Creating+a+desktop+shortcut+to+a+web+page
    There are add-ons that can be used to do this, such as:
    * deskCut - https://addons.mozilla.org/firefox/addon/deskcut/
    * SaveLink - https://addons.mozilla.org/firefox/addon/savelink/
    * Create Shortcut- http://www.pikey.me.uk/mozilla/?addon=cs

  • Problem viewing these Apple Support pages on my iPhone 4S

    Anyone know if there is an App to view these Apple Support web pages, or is there some setting I need to change here or on my iPhone in order to view these pages on my iPhone without having to use a magnifying glass?
    I don't see "Reader" when viewing these pages on my iPhone 4S with 7.03, and even with Settings / General / Text Size set to maximum (the Safari App won't even follow Dynamic Type?),  its almost impossible to view these pages on my iPhone with pinching them out so far that I have then to move the page from left to write every few paras.
    Any suggestions appreciated.

    Thank you very much guys.  Looking back on how I ended up in this situation in the first place,  I started by google searching "apple support",  clearly I was mistaken and ended up calling one of the google adverts instead of real apple support.  My wholehearted apology goes out to apple whom obviously did not answer my phone call.
    I belive that this is the advertised number that I called and the misleading ad that comes up when I google search apple support:
    Call For Apple Support1 (866) 691 7793
    apple.support.mytechhelp.com/
    Get Professional Tech Support. Call Now.
    Boy am I red in the face.  These people are masquerading as genuine apple support people when clearly they are not.  I think tonight I will call them back and simply scream vulgarities at them for as long as they stay on the line.
    A good lesson has been learned by me and hopefully anyone reading this.
    Get your support phone number from the apple website and not a google search. 
    Man do I feel dumb,  although I would feel a lot dumber if I had bought into the pile of garbage these people were trying to feed me.
    Apple I hope you litigate a cease and desist order on these people because they pretend to be the real deal.  They did not even try to correct me when I called them apple support, nor did they properly identify the company that they are truly representing.

  • Problem Viewing Flash Object in IE

    I have been managing my wife's website. She had someone design it, then the guy stopped responding, so I took over. Im somewhat of a beginner, so I cant figure this one out, and have looked online for resolutions. There are two pages on her site that have flash objects. When you go to either page in IE, you get an error : Content on this page requires a newer version of Adobe Flash Player. It then gives you a link to update, which lets you update, but then doesnt resolve the problem. Like I said, someone else did the basic design, so im not sure where they went wrong.
    The two pages are:
    http://www.karabakerphotography.com/index.html
    and
    http://www.karabakerphotography.com/gallery.html
    The pages work fine in Firefox and Safari. So its only IE that doesnt work. I know differet browsers can use different versions of Flash. I have been using Dreamweaver CS4.
    I have not spoken with anyone who can view it using IE. Everyone that uses IE has mentioned the problem to me.
    Any help would be greatly appreciated. If you need any further info from me, just let me know.

    Do the flash communicate with files which is outside of the sitedomain?

  • Problem viewing website on IE6 -second posting

    Thanks to mbatsis and flakac for your comments on my previous message about IE6 problem.
    I'm fairly new to HTML design, so am not sure how to resolve this problem. The pages I have designed are fine to view on all systems apart from my laptop which runs on Windows XP Home Edition, IE6. The site is designed in Dreamweaver. The top nameplate of the site is missing on all pages on the site when I view on my laptop. flakac advised to View > Source. How can I tell if there is a script error or other problem? The website in question is www.pfma.com
    Hope you can help!
    mg

    Hi
    to tell if there is a script error you can open the browser preferences and allow the option to display every script error:
    Tools -> Internet Options -> Advanced (Tab) -> under Browsing enable "Display a notification about every script error"
    hope it helps
    mamtz

  • An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery or directly typing its URL

    I apply theme before singing all users into application ,now  visitor/member are not affected color text so we are reapplying themes 
    I am not able to reapplying SPColor /my site Host template "  An error occurred during translation of your HTML master page. For more information, please navigate to the master page by clicking the preview button in the Master Page Gallery
    or directly typing its URL" while applying theme i am getting error
     

    is it your public site/ community site or team site?
    what level of subscription you have?i would say try to delete the site and try to create a new.
    http://community.office365.com/en-us/forums/154/t/147705.aspx
    are you able to open the site in the sharepoint designer?
    or try to send them the private message to the support team.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • How to get the view tree from a jsp page

    Hi,
    I would like to get the view tree of a jsp page. The idea is to dynamically include the content of one or more jsf pages into a UIPanel during a "value changed" event.
    So, i could get from an arbitrary page like ...
    <%@ taglib uri="http://java.sun.com/jsf/core"   prefix="f" %>
    <%@ taglib uri="http://java.sun.com/jsf/html"   prefix="h" %>
    <h:panelGrid columns="3" width="100%" rowClasses="gridTop">
        <h:outputText value="#{someBean.someValue}"/>
    </h:panelGrid>... the corresponding List of components...
    Any idea?

    Thanks for your answer Jayashri,
    The view tree can be retrieved by this way during the page is parsed, for example with scriptlets <%%>, or once the page has been parsed (the view has been builded and attached to the FacesContext).
    My problem is to get the view tree of a page from another Context.
    The idea is to build a dynamic layout of some pages that represents "views". I can imagine this like the concept of perspectives and views of Eclipse IDE.
    Because of the difficulty to build it with pure JSP (cannot use dynamic ID nor JSTL ForEach), I try to build it into my backing bean and to bind it with a <h:panelGrid/>. By this way, I'm not able to use the <jsp:include/> tag as I usually did to include some content into the view tree.
    Sorry for my english ;)
    - Renaud.

  • HTML Server Pages - an alternative to JSP

    Your comments would be appreciated on an alternative approach for
    developing web applications using HTML Server Pages (HSP).
    Rather than convert the Server Pages to Java code, the approach
    is to create the Server Page as an XHTML document and
    process it as XML.
    The id attribute is used to link the HTML tags to the servlet
    code. For example:
    <p id="greeting"> </p>
    The servlet code uses a Framework based on the MVC design pattern. A
    value is displayed by creating a Text Model object and associating
    it with the id attribute.
    The advantage of this approach is that the Server Page can be
    validated against the XHTML DTD and there is a clear separation of the
    HTML and Java code.
    For more details see the Brill Software web site:
    http://www.brillsoftware.co.uk
    Thanks
    Chris

    Thank you 'maesj' and Robert for taking the time to post some very interesting comments.
    Please find below my comments on the points raised.
    Best Regards
    Chris Bulcock
    Also every page redirect, link goes through a kind of a commandservlet that processes the page?The HSP Framework follows the same approach as that used by the JSP Model 2 architecture. The entry point is a Java Servlet.
    You can store and process JSP's as XML, too.The advantage of using XHTML is that a web designer can edit the pages using an XHTML aware editor such as Adobe GoLive and Preview them.
    <p id="greeting"> </p>
    What exactly does this do?The id attribute is used to connect the <p> tag with the dynamic content that is generated by the application. When displaying the page the Framework will get the Text Model that the application has created and insert the contents into the Text Element part of the <p> tag. If the Model contained "Hello World" the HTML sent to the Web Browser would be
    <p id="greeting">Hello World</p>
    How do you do loops?The HSP Framework supports a Table Model for the display of tables. The row HTML is duplicated for each row in the table.
    I think it is a bad idea to use the id since this is normally meant to uniquely identify instances in an XML document. If you want to adhere to this rule you could easily insert the same contents twice in a single page.A number can be included in the id attribute to make it unique within the document. e.g. greeting-1, greeting-2.
    Rather than duplicate the same content twice the common HTML can be placed in a single file and included in other pages as required. The <object> tag is used for this purpose.
    How then does the data get into the XHTML element?The data is inserted by the Framework.
    But you have to bind them together in some place.The id attribute is used to bind the XHTML tags to Model objects.
    Plus: fixing the format to XHTML prevents such things as inclusion of other files. This OTOH would impove the options for a modular design.The XHTML <object> tag is used to include one file (View) within another. With the Brill Software web site the Menu bar and Footer are held in separate files and included into each page.
    Unfortunately I did not find documentation there.The documentation is at:
    http://www.brillsoftware.co.uk/bswebapp/bsservlet?cmd=DisplayCmd&view=UserGuide1
    I would not buy such a framework since there are good and mature frameworks out there - for free.The cost of a framework needs to be considered in relation to the overall cost of a project. If a framework saves you time and effort it may be worth paying for. It depends on what value you place on your time and the time saved by using a particular framework.

Maybe you are looking for

  • Currency issue in S_ALR_87013558 report.

    Hi Experts, I have an issue here with 558 report, budgeting has been done in CAD currency and PR has been aslo made in CAD. But when i run this report i get the main budget in CAD, while commitment, assigned and available shows in USD. It should come

  • Problems while deploying a war file as a part of ear file

    Hello!!!           Is there a weblogic or Sun reference document to find out the correct way to specify library paths or class paths when one is trying to deploy a WAR file as a part of an EAR file?           I have been having lot of trouble and ver

  • Booting Solaris10 x86

    I've just installed Solaris10 x86 in my PC. I have two disks: No. 1 with WIN_XP and a lot of data. No.2 with only Solaris10 just installed but I can't boot to it. When I reboot the PC it goes directly to WIN_XP. I suppose that it may be because when

  • Your request could not be completed. Invalid account for this Email Address

    I have the App Store Account It was developed as an account in alternative iClaude. It was sending a message to confirm the account But when I put my account And password Show me the written page "Your request could not be completed. Invalid account

  • Open .ove file

    does anyone know is there any free software that open .ove file on mac? thanks~