Can't edit text in CS3 design view

Hi,
I have a big absolutely positioned DIV tag in most of my
pages, practically the whole page content is inside it.
In DW CS3 design view very often (maybe 50% of all times) if
I click inside it to edit the text, DW selects the entire DIV tag.
The cursor becomes like a cross with arrows, the DIV border becomes
outlined with a thick blue line, and I can't edit the text no
matter how much times I click. If I move the mouse with left button
pressed, this moves the DIV and changes the .css file where the
position is defined. DIV can't be de-selected with Escape, left or
right clicking.
The only way to get out of this is to click somewhere in the
code view, then go back to design view where hopefully text can be
edited. Sometimes I have to repeat this twice or even 3 times ,
it's extremely annoying and time consuming.
Is there any workaround?
Like to disable selection of containers in design view, or at
least a quick way to deselect the current selection?
This problem does not appear in DW8 when editing the same
files.
thanks

> I have a big absolutely positioned DIV tag in most of my
pages,
> practically
> the whole page content is inside it.
Nasty. Why?
Do you have an overflow style on this div?
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
==================
"harpo_" <[email protected]> wrote in
message
news:f0igi1$3dn$[email protected]..
> Hi,
>
> I have a big absolutely positioned DIV tag in most of my
pages,
> practically
> the whole page content is inside it.
> In DW CS3 design view very often (maybe 50% of all
times) if I click
> inside it
> to edit the text, DW selects the entire DIV tag. The
cursor becomes like a
> cross with arrows, the DIV border becomes outlined with
a thick blue line,
> and
> I can't edit the text no matter how much times I click.
If I move the
> mouse
> with left button pressed, this moves the DIV and changes
the .css file
> where
> the position is defined. DIV can't be de-selected with
Escape, left or
> right
> clicking.
> The only way to get out of this is to click somewhere in
the code view,
> then
> go back to design view where hopefully text can be
edited. Sometimes I
> have to
> repeat this twice or even 3 times , it's extremely
annoying and time
> consuming.
>
> Is there any workaround?
> Like to disable selection of containers in design view,
or at least a
> quick
> way to deselect the current selection?
>
> This problem does not appear in DW8 when editing the
same files.
>
> thanks
>
>

Similar Messages

  • What is it about this markup that breaks DW CS3 Design View Editing?

    Folks:
    I'm attaching very simple --and apparently completely valid-- markup that generates the text shown between the markers below:
    ------------start----------------
    yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda yadda badda.
    ------------end----------------
    As you can see by examining the file, it contains only an span enclosing text and spaces, and some following breaks.  This file passes DW validation: no errors or warnings.
    If I open this file in DW CS3 Design View, select and delete the last word, "badda", the entire text --every "yadda"--  is also deleted.  All that text is really gone -- if I immediately save the file and re-open it, there is no text content at all, just the span pair,  spaces, and the trailing breaks.  This is completely repeatable.
    When you edit this file, do you get the same result?
    The attached file is a cut-down, simplified version of a production file that exhibits this issue. (That file also passes validation.)   When I delete single  words,  entire content paragraphs disappear.   So this is not just a point of curiosity.  I need to figure out how to fix the production code and avoid this problem in the future.
    What is it about the attached markup that causes this issue?  I've fooled around with this code quite a bit and the best I can figure out is that DW is confused when both the start- and end- span tags are followed immediately by a line break.  Inserting a space in either place makes the issue go away.   But the production code doesn't have any occurances of this pattern. And, anyway, line-breaks have no significance to html, just for source-code formatting, right?
    Am I missing something incredibly obvious?
    TIA
    hen3ry

    Nancy O:
    Thank you for your response, which gave me  valuable clues to understanding the issues.   (Specifically, it led me to re-read and understand better the nitty-gritty of the HTML4 specs,  section 7, "The global structure of an HTML Document", especially 7.5.1 The BODY element.)
    I believe you are saying --in sum--  that to be reliably edited in DW, each source file must comprise a syntactically correct and complete HTML Document. 
    I am attaching a second file, "badcode2.html", modified substantially as you suggest.  It passes the DW validator, the validator.w3.org test, and the www.totalvalidator.com test.    No errors or warnings. 
    I do this:   Launch DW, open this file, choose Design View if necessary, select the final word of text, "badda", and activate Edit-->Cut (or Delete).   As before, all the other text is deleted as well. This is repeatable. 
    It seems to me this sample code satisfies your general principle.  Could I be misapplying the three validation tests?  Or that passing these tests does not assure the document  is syntactically correct and complete?   Can you recommend other tests? 
    I'd like to add the following two points as a matter of background and a bit of niggling: 
    --I'm aware  that complete HTML pages must contain <html> , <head>,  and <body> tags, although the HTML4 specification seems to say <body> tags are optional.   All my production pages, as served, contain these tags.   My underlying design is a php template with individual content files incorporated by inclusion.   There may be only one set of <html> , <head>,  and <body> in  a  page. The  "outer" template code provides these tags, and individual content files cannot contain a nested set -- so they must be "bare" markup.   Is DW able to support this design, in which "bare markup" files are seemingly unavoidable?    Is there a mechanism analogous to DW Design-Time Style Sheets to provide virtual existence of these tags so "bare markup" files can be successfully edited?  I've looked for such a mechanism but not found one.    Or some completely different method?   
    --You specify the inclusion of <p> or <h1> tags within the  body.    Is there some special significance of <p> or <h1>  with respect to stable editing in DW?  My reading of the HTML4 spec indicates that a single block element is the minimal requirement for body content. Either of these tags qualify, right?   But so does <div>, and that's what I use in my current example.    Am I misunderstanding something? 
    Bottom line,  I'm looking for a pragmatic solution for my problem:   Once in a while, among hundreds of  structurally similar "bare markup" pages I edit in DW without any problem,  I lose data.   If inserting an additional tag into all my content include files eliminates these occasional problems, I'm  willing to do that, as long as:  (1) There is an arguable technical basis for the addition,  (2) the added tag does not  produce anything visible on the served page, and (3) the validators don't flag the extra tag.     
    Suggestions, please! 
    Thanks, 
    hen3ry

  • Inserted the code but can't see the site in design view

    Hello, I just downloaded the trial version of DW ver.8 and
    opened an existing site I have and can't see anything in the design
    view, but everything is there in the code view... and the site
    shows just fine in the browser preview! This problem happens with
    all the html pages I open up. Someone please tell me what I am
    doing wrong. I am using mac osx ver.10.4.5.

    I copied and pasted the code into DW and I didn't have a
    problem viewing it,
    A couple of things:
    You need to close a a tag here: the > was missing at the
    end:
    <img src="./icon/sample04a.jpg" border="0"
    onmouseover="this.src='./icon/sample04b.jpg'"
    onmouseout="this.src='./icon/sample04c.jpg'" style="cursor:
    pointer;">
    You also need to change:
    <script language="javascript">
    to this:
    <script language="JavaScript" type="text/javascript">
    You may want to put the page through the validator and fix
    the problems
    associated with the page:
    http://tinyurl.com/jw7bg
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.DreamweaverResources.com
    - CSS Templates|Tutorials
    http://www.csstemplates.com.au
    http://www.perrelink.com.au
    - Web Dev
    http://www.adobe.com/devnet/dreamweaver/css.html
    CSS Tutorials for Dreamweaver
    "Big Regz" <[email protected]> wrote in
    message
    news:ea9cp6$clu$[email protected]..
    >
    http://www.egocreative.com.au/index.html
    >
    > This is who I am currently employed with. The site was
    done by someone
    > before
    > I started and was done outside DW (I think he used html
    code only). This
    > site
    > and any other that I am trying to open and edit can't be
    seen in design
    > view
    > but the code can be viewed, and can be seen properly in
    the browser
    > preview. I
    > really want to use this new version of DW
    >

  • I can't edit text on a pdf file in adobe acrobat

    I need to edit the text on the pdf file but I can't and this message keeps showing up: " This form cannot be edited in Acrobat. Please use Adobe LiveCycle Designer to edit this form.
    There are no security on this file. The only thing that is not allowed is to create templates. When I check the document properties description, on the PDF producer it says adobe distiller 7.0.5 (windows)
    I downloaded the adobe livecycle designer but I couldn't edit the text there either... When I open the file it says the text is not downloaded so it replaced it with another text, I clicked ok but then the text didn't change, This message showed up:
    I really need to edit the text on this pdf file because it's important. Can anyone help? Greatly appreciate it. By the way, this is a pdf fillable form that you can fill out on acrobat and that is the only thing it seems like it will let me do this file. I don't want to fill it out, I want to edit whats on it. It's one of those forms that you get from NJ courts.

    Ok, what we can tell you is that if this is a LiveCycle form (and we can be pretty sure it is), that you are absolutely right. Acrobat can fill it, and nothing else. These are a very special kind of PDF, where all the text is in a special XML format that Acrobat can only show, not edit.
    So, you are on the right track: if it can be edited, you need LiveCycle Designer. Unfortunately, we don't know much about it in this forum, so please try posting here: http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es
    If the form is publicly available, it may help if you include the URL (web address) when you post.

  • How can I edit text tabs in Photoshop...?

    how can I edit text tabs in Photoshop like in Illustrator that I can choose to view the tab rulers and edit the alignment on the tabs?
    is it possible? otherwise I can't understand why I can use the tabs at all...
    thanks!

    No, tab-formatted text is not editable in the manner you desire. As for your question - tab is just a character like any other. You are simply taking a given kind of implementation for granted, nothing more, but that must not necessarily be the case for all programs. An evil programmer just could assign the tab key to forward delete or any other fancy function just as he could make your space key draw funky symbols from a different Unicode range, if you get my meaning... so simply take it the way it is. If editable formatting is high on your wishlist:
    http://www.adobe.com/go/wish
    Mylenium

  • Font sizes render too small in DW CS3 design view?

    I have recently upgraded to DW CS3 from DW8 (which is still
    installed) on my Vista Ultimate system.
    For some reason CS3 occasionally renders fonts smaller than
    they 'should' appear. This can be replicated using the below code
    (I realise this code is not 'best practice' by any measure but it
    is the simplest way I could demonstrate the problem). In DW8 design
    view it renders exactly as it outputs in IE5, 6, 7, and Firefox
    (with default viewing settings) but in DW CS3 the font appears much
    smaller! I realise this is probably a standards issue, with CS3
    probably sticking to the standards more firmly than the browsers
    and DW8 but I need the design view to render as the browser will or
    it is no use to me
    Please do not say that I should amend my code to be more
    'Standards Compliant' as my main use of DW is coding a large
    PHP/MySQL invoicing system which is used within a controlled LAN on
    IE6 only. It was originally written by someone else and has been
    added to and updated by myself. It is very large and certainly
    doesn't need rewriting just to render correctly in DW CS3 design
    view.
    Any help greatly appreciated

    Thanks, Malcom
    Here is a screen shot of DW CS2 andn how the fonts are
    displayed:
    http://www.jlynnewines.com/images/purge_fontexample.gif
    ~~~
    The page is:
    http://www.jlynnewines.com/newsletter_archive.htm
    ~~~
    Here is the code:
    <td height="114" align="center"
    valign="top"><p><font size="2" face="Arial, Helvetica,
    sans-serif"><strong>December,<strong><strong>
    2007</strong></strong><font size="2"
    face="Arial, Helvetica, sans-serif"><strong><font
    size="2" face="Arial, Helvetica,
    sans-serif"><strong><br>
    <br>
    </strong></font></strong><font size="2"
    face="Arial, Helvetica, sans-serif"><a href="
    http://www.jlynnewines.com/newsletters/JL_News_Q4_2007.htm"
    target="_blank">View
    HTML Presentation</a><a
    href="newsletters/pdf/JL_newsletter_Q2_2007.pdf"
    target="_blank"><br>
    </a><a href="
    http://www.jlynnewines.com/newsletters/pdf/JL_newsletter_Q4_2007.pdf"
    target="_blank">Printable
    PDF
    Version</a></font></font></strong></font></p>
    <p><font size="2" face="Arial, Helvetica,
    sans-serif"><strong><font size="2" face="Arial,
    Helvetica, sans-serif"><strong>August,
    2007<br>
    <br>
    </strong></font></strong><font size="2"
    face="Arial, Helvetica, sans-serif"><a href="
    http://www.jlynnewines.com/newsletters/JL_News_Q3_2007.htm"
    target="_blank">View
    HTML Presentation</a><a
    href="newsletters/pdf/JL_newsletter_Q2_2007.pdf"
    target="_blank"><br>
    </a><a
    href="newsletters/pdf/JL_newsletter_Q3_2007.pdf"
    target="_blank">Printable
    PDF Version</a></font></font></p>
    <p><font size="2" face="Arial, Helvetica,
    sans-serif"><strong><font size="2" face="Arial,
    Helvetica, sans-serif">May,
    2007<br>
    </font></strong><font size="2" face="Arial,
    Helvetica, sans-serif"><a href="
    http://www.jlynnewines.com/newsletters/JL_News_Q2_2007.htm"
    target="_blank">View
    HTML Presentation</a><a
    href="newsletters/pdf/JL_newsletter_Q2_2007.pdf"
    target="_blank"><br>
    Printable PDF
    Version</a></font></font></p>
    <p><font size="2" face="Arial, Helvetica,
    sans-serif"><strong>February,
    2007</strong><br>
    <a href="
    http://www.jlynnewines.com/newsletters/JL_News_Q1_2007.htm"
    target="_blank">View
    HTML Presentation</a><br>
    <a href="newsletters/pdf/JL_newsletter_Q1_2007.pdf"
    target="_blank">Printable
    PDF
    Version</a></font></p></td>

  • Editing Text in Dreamweaver Display View

    I have just started using Dreamweaver CS4. In older versions
    of Dreamweaver, I'm used to seeing text in Display view and being
    able to edit the text directly in Display view, rather than having
    to edit text in Code view. But when I'm trying to edit text in
    Display view on a webpage that has text in a scrollable window,
    Dreamweaver does not allow me to scroll down the scroll box, so I
    can't edit text that is lower down in the scrollable area.
    Anybody have an idea on how I can accomplish this?
    Thanks very much.
    Jason

    That would be the way....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:go5tfn$r58$[email protected]..
    > Double click in the scrollable area and see what
    happens.
    >
    >
    > jsaffer1 wrote:
    >> I have just started using Dreamweaver CS4. In older
    versions of
    >> Dreamweaver, I'm used to seeing text in Display view
    and being able to
    >> edit the text directly in Display view, rather than
    having to edit text
    >> in Code view. But when I'm trying to edit text in
    Display view on a
    >> webpage that has text in a scrollable window,
    Dreamweaver does not allow
    >> me to scroll down the scroll box, so I can't edit
    text that is lower down
    >> in the scrollable area. Anybody have an idea on how
    I can accomplish
    >> this?
    >>
    >> Thanks very much.
    >>
    >> Jason
    >>

  • CS4 to CS3 Design View Preview

    Is it possable to to preview Dreamweaver CS4 in CS3 Design View? I only have CS4 on my machine and a customer with CS3 wants to make changes to my work. The CSS styles do not render correctly. Is there anything I can do to to correct this? Everything works in the browsers.

    Nope. Some show - some don't.
    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
    ==================
    "jhabrix" <[email protected]> wrote in
    message
    news:faom5n$9ku$[email protected]..
    > Bump....
    >
    > Anyone have a solution to the above problem???

  • Can't see .cfm files in Design view

    Can't see .cfm files in Design view in Dreamweaver CC.

    Hi pkregel,
    Do these files open as intended in Dreamweaver CS6? I am not a CF expert but I am guessing that if you are able to open the files, then you should be able to see them in both the views. Can you post a screenshot as well?
    Thanks,
    Preran

  • CS3 - Design View not showing externally linked images

    In CS3 Design View, externally linked images are not showing
    up... i am only getting the place holder.
    To prempt some questions:
    1/ Links are correct and complete - apart from the fact that
    they show up when previewing in the browser(s) - i have
    crosschecked
    2/ There are no spaces in the url
    3/ In the 'View' menu, 'Display External Files' is checked
    I had this problem before and escargo suggested saving and
    rebooting. It worked then but strangely, today, that file is again
    showing some of the externally linked images but not all. And on a
    new file, created today, none of the externally linked images are
    showing up... :(
    I'm sure there's a simple solution to the problem... anyone
    have any idea what it could be?
    Thanks and cheers,
    JJ

    Nope. Some show - some don't.
    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
    ==================
    "jhabrix" <[email protected]> wrote in
    message
    news:faom5n$9ku$[email protected]..
    > Bump....
    >
    > Anyone have a solution to the above problem???

  • Sharepoint Online Can not edit anything in Sharepoint designer as Site collection administrator

    Dear all,
    I am using sharepoint online and sharepoint designer 2013. Things were working fine but one day it suddenly stopped working. I have assigned site collection administrator to several accounts and I tried on different computers. I can not edit anything in
    sharepoint designer 2013. Can not edit workflows, can not edit lists. Everything seems to be bugging out. I have reinstalled sharepoint designer and tried on different computers, all of them behave the same. I checked on all accounts I assigned site collection
    admin to, they all have full control over everything. I can edit lists on the sharepoint site with no problem. Anyone knows what's going on?
    I also created another blank site, same thing happens.
    -Timothy

    Are you able to edit site in IE?
    Try below:
    http://blogs.technet.com/b/namkh/archive/2013/04/18/quot-the-web-site-has-been-configured-to-disallow-editing-with-sharepoint-designer-quot.aspx
     One straight forward way of doing it is from the UI (Which did not work in my case though :(  )
      1.  Right-click the ONET.XML file ( at \Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\SiteTemplates\<var><Service></var>\xml) for the site definition and open it with Notepad
           If you see “DisableWebDesignFeatures=wdfopensite” section in the one.xml that means your site has been configured to disallow SharePoint designer.
          You can remove this section from the file and should be able to access the site in designer now
    2.   If you are unable to get rid of “DisableWebDesignFeatures=wdfopensite” or find the correct onet.xml corresponding to your site definition, here is a simple script I put together to see if Designer is disabled on the site using the property
    vti_disablewebdesignfeatures2 and update it as required.
    Manage Permissions and Control Access to Sharepoint Designer
    http://support.microsoft.com/kb/2592376
    If this helped you resolve your issue, please mark it Answered

  • IBooks Author - can't edit text on customized template

    I've created a template and saved it to My Templates. However, when I select a layout (a chapter or section) and place it into my book, I can't edit the text. Where am I going wrong?

    I tried the above but still can't edit text.
    I'm inserting a page and then changing it to 2 Column.  It is linked to the first page.  If the first page has enough text, it overflows into the new page and I can edit it. 
    However, I want the new page to be stand alone.  So I remove the link to the first page.  The text disappears.  When I double click into either column, I can't add any text to this page.  I have to add a text box into the column, which of course isn't going to overflow into column 2.
    The strange thing is that I have another page a little further up that is also 2 Column.  It is not linked to the first page but I can type text into it.  This text will overflow from column 1 into column 2.
    Any ideas what I'm doing wrong?

  • CS3 Design View blank when body in Editable  area

    Anyone run into this? It appears to be a bug, possibly new in
    DW CS3 (9.0 build 3481)
    When a <body> tag is put in an editable region, DW does
    not recognize subsequent editable regions and Design View is blank.
    When saving this template, an error appears "This template does not
    have any editable regions..." However, Code Validation and Template
    Syntax Check return no errors. Moving the body tag out of the
    editable region corrects the problem. Here is a sample template:
    <!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>Sample Template</title>
    </head>
    <!-- TemplateBeginEditable name="body" -->
    <body id="foo">
    <!-- TemplateEndEditable -->
    <h1>This is template text</h1>
    <!-- TemplateBeginEditable name="bodytext" -->
    <p>Text does not show in Design view</p>
    <!-- TemplateEndEditable -->
    </body>
    </html>

    On Wed, 27 Aug 2008 19:14:34 +0000 (UTC), "Peter Siebert"
    <[email protected]> wrote:
    >Anyone run into this? It appears to be a bug, possibly
    new in DW CS3 (9.0 build
    >3481)
    > When a <body> tag is put in an editable region, DW
    does not recognize
    >subsequent editable regions and Design View is blank.
    When saving this
    >template, an error appears "This template does not have
    any editable
    >regions..." However, Code Validation and Template Syntax
    Check return no
    >errors. Moving the body tag out of the editable region
    corrects the problem.
    >Here is a sample template:
    <body> tags are not permitted in editable regions.
    If you want to add something to the body tag on individual
    pages use:
    search help for:
    Specify editable tag attributes in a template
    ~Malcolm~*...
    ~*

  • Can't Edit Text- LiveCycle Designer 8.0

    I've been using Livecycle for years and I've always opened up certain documents, edited the text, field boxes, etc.
    All of a sudden, I go to edit a PDF in Livecycle (same pdf that I've always edited) and everything is locked. I can't delete, add text, move fields, nothing... It seems that the whole page got locked somehow. Any ideas on how to get it back to normal so that I can make edits? I'm using Windows Vista, Adobe Acrobat 8- Livecycle Designer 8.0.
    Thank you!

    I can lock selected fields, and confirm that I can't move them around in designer.  Then I can unlock those fields, and confirm that I now can move them around in designer.  But in either case, I cannot edit the fields in the preview window.  When the document is viewed in either Acrobat Pro or Reader, the fields can be edited.  This is just a problem with the Preview window in Livecycle Designer, and it is a huge hinderence to the person developing the form (a different developer).
    Interestingly, if I create a form in Designer and send it to this developer, the Preview window does work.  But for any form this other developer creates, the Preview window editing is disabled, even when she sends it to me.  So, I suspect it is setting somewhere...but darn if I can figure out what setting/where.

  • Why can't I see my text in CS5 design view?

    Since upgrading to CS5, I cannot see any text but plain text as I work in design view.  If I apply a css format to it, it disappears from view, but not from the code and shows up on the browser.  But if I can't see it, and can't select it, I can't lay it out at all.
    I have uploaded 2 different  screen grabs of a simple page with the split view so that you can also  see the code. -one is the regular design layout and then the split  in  Live View so that you can see what I mean. The text in in the code, is visible in Live View, but cannot be seen or selected in Design View. I have a MacBook running Snow Leopard.
    http://channelsusan.com/disappearingtext.html
    I posted this problem months ago and no one could figure it out. I have been using my old computer with CS in the meantime.  Now I have time to address the issue and want to try again. So far I have  reformatted my drive, reinstalled the operating system, unistalled and reinstalled CS5.
    Please help me.

    ednerid wrote:
    Since upgrading to CS5, I cannot see any text but plain text as I work in design view.  If I apply a css format to it, it disappears from view, but not from the code and shows up on the browser.  But if I can't see it, and can't select it, I can't lay it out at all.
    I have uploaded 2 different  screen grabs of a simple page with the split view so that you can also  see the code. -one is the regular design layout and then the split  in  Live View so that you can see what I mean. The text in in the code, is visible in Live View, but cannot be seen or selected in Design View. I have a MacBook running Snow Leopard.
    http://channelsusan.com/disappearingtext.html
    I posted this problem months ago and no one could figure it out. I have been using my old computer with CS in the meantime.  Now I have time to address the issue and want to try again. So far I have  reformatted my drive, reinstalled the operating system, unistalled and reinstalled CS5.
    Please help me.
    Is it only the <h> (heading) tags that you can't see in design view? From the screen shot it looks like you can view the <p> (paragraph) tag, right?

Maybe you are looking for

  • Let's solve this kernel panic :)

    OK here it is, just the facts. Imac Intel slot-loading 20” Flatpanel, exactly as I bought it 2yrs ago from applestore(haven’t touched any RAM or ever opened the computer) Safari 10.4.1x (recently downloaded the most recent updates) No backups, so I c

  • Stuck on CLOSE_WAIT

    I opened a socket between two machines (Linux-Linux). The problem is when one of the sides close its socket the socket hangs on the other side (CLOSE_WAIT) till it closes it explicitly. When I run the same thing on Windows machine the socket close on

  • Importing into Trial of Premiere Pro 5.5 and After Effects 5.5

    My board of management have asked that I evaluate Premiere Pro 5.5 as a replacement for Premiere Elements 9, which we find not quite sufficient for our needs. According to the documentation, with trial version 5.5 we should be able to import MPEG-2,

  • IOS beta 2 issues

    Hi apple, I am using the ios6 beta 2 version. Here are a few issues that've occured.. I cant take pictures with my camera. It crashes straight away after i launch the app. I also cannot take pictures using a third party app. Therefore its like my cam

  • Transaction code field on webgui

    Hi, Expert, I would like to show the transaction code field on the sapgui for html screen. By default of ERP 6.0 (NW7.01), it was not displayed. How should I set? Are there any parameters?