CODE VIEW BACKGROUND COLUR

Hi, I somehow have changed the background colour in code view
and now can't read some of the code. How do I change the background
colour to white?

HI.
Edit -> Preferences -> Code Colors -> Background
default .
Miguel.
"THESHADI" <[email protected]> escribió
en el mensaje de noticias
news:g3fokl$b1n$[email protected]..
> Hi, I somehow have changed the background colour in code
view and now
> can't read some of the code. How do I change the
background colour to
> white?

Similar Messages

  • ASP / Code View Issues

    Good morning to all of you.
    I have used Dreamweaver at work for many years to manage our extensive classic ASP applications.  I like the interface but I have found that programming with a darker background is much easier on my eyes.  I found some dark code view background profiles that covered HTML/PHP/CFM files and loved how they looked on those type of projects but they were lacking ASP support.  I took the time to create the profile for ASP Vbscript and then copied it to ASP Javascript so no matter what language I'm in they will be the same.  It looks great but I have to fake out Dreamweaver to force it to view the code in the right file type.  It seems Dreamweaver is pretty inconsistent with determining the ASP file/language type.
    If I use:
    <% @Language="vbscript" %>
    It will load the correct profile and things seem well.  If I don't do that, I not only don't get the correct coding but the commenting doesn't look right either.  I have to end every line with that has a comment a single apostrophe as well to keep it from getting the code view appearance looking wrong.
    This hackish attempt above works but it bad style.  You can't define this more than once in a document and would be problmenatic if you use include files (who doesn't really?)...
    I almost exclusively code ASP-VB.  How can I make Dreamweaver read ALL ASP files in this the ASP-VB format by default?  As it sits right now, it's totally wrong.
    Thanks in advance,
    Joe Jenkins

    It's not so much doing with the actual language. It's the fact that Dreamweaver doesn't recognize that the .asp file is indeed ASP so it applied the wrong code view coloring, rules for comments and no suggestive code.  If I am drop the language in the top of the file, this corrects THAT file but if you have multiple include files and you push it to your server like this (wish this language definition in each of those files) you will get an error from the server for multiple definitions.
    Exmaple:
    Top of main file:
    <%@Language="vbscript" %>
    <!--#include virtual="../aspinclude/dbconnect.asp"-->
    <!--#include virtual="../aspinclude/utils.asp"-->
    <!--#include virtual="../aspinclude/utils_workorders.asp"-->
    Top of an included file:
    <%@Language="vbscript" %>
    <%
    dim StartTime : StartTime = Timer()
    Session.Timeout = 120
    If you tried to fake out the code view by doing that to MAKE it view the file as an ASP-VB file, it's not only bad practice, it's redundant and the server will cough at it giving you an error that simply tells you that the declaration has to be on the first line.  This is true, in the main file, but the included file would then put it inline on whatever line it happens to be as part of the compiled page which is invalid.
    The main problem is that I have to fake out the code view by defining the language on every page I edit to get text-coloring right and other features.  The question is can I make it always default to maybe ASP-VB unless explicitely defined something else like @Language="Javascript" ?
    Joe Jenkins

  • PNG Semi-Transparent background shows up with visual errors in code view in Dreamweaver CS5

    Hi,
    I am using an image as a visual divider between blocks of content for a template that I am making. The background is a PNG image with varying amounts of transparency. This background is set to be at the bottom of the div and creates a horizontal line. Everythign works out when the page is viewed in browser, and also in live-view inside dreamweaver. But once I view it in code view, the lines turn into jagged green distortions. I asked friends to run this in their dreamweaver and it is happening to them as well. Any help is appreciated. Thanks.

    I guess you're referring to 'Design View'.
    Design View is only more from a reference perspective - it doesn't render graphic elements the way it is supposed to, always.
    But, you did mention that it looks just fine in Live View, right?
    Btw, can you post the CSS rule you've applied to this DIV where you add the background image for the separator line?

  • How to get transparency scroll bar to view background image of canvas.

    HI, 
    How to get transparency to path in canvas to view background image in canvas using scroll bar control.?
    This is my present output:
    My Xaml Code:
    <Grid Height="auto" Name="grid1">
    <TabControl Background="Bisque">
    <TabItem Header="Tools">
    <Grid Height="1000" Width="1000" Name="grid">
    <Border BorderThickness="0.2" BorderBrush="Black" Height="820" Width="820" ClipToBounds="True" Margin="90,99,90,81"></Border>
    <Grid>
    <Button Content="Original Size" Height="23" Name="btn_Original" Width="75" Click="btnOriginalSizePosition" Margin="4,4,921,973" />
    <TextBox Height="20" HorizontalAlignment="Left" Margin="62,49,0,0" x:Name="txtNoOfZones" VerticalAlignment="Top" Width="49"
    MaxLength="2" PreviewTextInput="txtNoOfZones_PreviewTextInput"/>
    <TextBox Height="20" HorizontalAlignment="Right" Margin="0,71,890,0" x:Name="txtSec" VerticalAlignment="Top" Width="49" PreviewTextInput="txtSec_PreviewTextInput" MaxLength="3"/>
    <Button Content="OK" Height="32" HorizontalAlignment="Left" Margin="117,59,0,0" Name="btnNoOfZones" VerticalAlignment="Top" Width="39" Click="btnNoOfZones_Click" />
    <Label Content="Zone Number selected :" Height="28" HorizontalAlignment="Right" Margin="0,0,451,0" Name="lblZone" VerticalAlignment="Top" />
    <Label Content="Sector Number in selected Zone :" Height="28" HorizontalAlignment="Right" Margin="364,22,451,0" Name="lblSector" VerticalAlignment="Top" />
    <Label Content="Filled Color applied in selected sector :" Height="28" HorizontalAlignment="Right" Margin="336,44,451,0" Name="lblColor" VerticalAlignment="Top" />
    <Label HorizontalAlignment="Left" Margin="569,0,0,0" Name="lblZoneNumber" Height="28" VerticalAlignment="Top" />
    <Label Height="28" HorizontalAlignment="Left" Margin="569,22,0,0" Name="lblSectorNumber" VerticalAlignment="Top" />
    <Label Height="30" HorizontalAlignment="Left" Margin="569,44,0,0" Name="lblFillColor" VerticalAlignment="Top" FontWeight="Bold"/>
    <Label Content="Sectors :" Height="28" HorizontalAlignment="Left" Margin="7,67,0,905" Width="69" />
    <Label Content="Zones :" HorizontalAlignment="Left" Margin="13,44,0,928"/>
    <TextBlock Height="23" HorizontalAlignment="Left" Margin="4,32,0,0" Text="Change No.of Zones, sectors below and click OK button" VerticalAlignment="Top" Width="294" FontFamily="Cambria" FontSize="12" FontStyle="Italic" FontWeight="Bold" />
    <RadioButton Content="Single Sector" Height="16" HorizontalAlignment="Left" Margin="744,24,0,0" Name="rBtnSingleSector" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Sector Zone" Height="16" HorizontalAlignment="Left" Margin="744,44,0,0" Name="rBtnSectorZone" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Circular Zone" Height="16" HorizontalAlignment="Left" Margin="744,64,0,0" Name="rBtnCircularZone" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Panning" Height="24" HorizontalAlignment="Left" Margin="744,4,0,0" Name="rBtnPanning" VerticalAlignment="Top" Width="74" GroupName="Selection"/>
    <Border x:Name="clipBorder" BorderBrush="Black" BorderThickness="0" ClipToBounds="True" Height="810" Width="810" Margin="95,104,95,86" CornerRadius="10">
    <Canvas x:Name="CanvasPanel" Height="800" Width="800" Background="Transparent" ClipToBounds="True"></Canvas>
    </Border>
    <RadioButton Content="Random Color" HorizontalAlignment="Left" Margin="868,5,0,979" Name="rdBtnRandomColor" GroupName="rdbtnGroupFillColor"/>
    <RadioButton Content="Red Color" Height="16" HorizontalAlignment="Left" Margin="868,24,0,0" Name="rdBtnRedColor" VerticalAlignment="Top" GroupName="rdbtnGroupFillColor" Foreground="#FFF81010" FontWeight="Bold" />
    <RadioButton Content="Green Color" Height="16" HorizontalAlignment="Left" Margin="868,44,0,0" Name="rdBtnGreenColor" VerticalAlignment="Top" GroupName="rdbtnGroupFillColor" Foreground="#FF175F17" FontWeight="Bold" />
    <RadioButton Content="Adjacent" Height="16" HorizontalAlignment="Left" Margin="435,81,0,0" Name="rdBtnAdjacent" VerticalAlignment="Top" GroupName="Selection" />
    </Grid>
    </Grid>
    </TabItem>
    <TabItem Header="Change Background">
    <Grid Height="1000" VerticalAlignment="Top" Background="Bisque">
    <Button Height="70" Width="70" Margin="6,1,892,929" Name="btnBrowseImage" Click="btnAll">
    <Image x:Name="browseIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\img.png" MouseLeftButtonDown="Image_MouseLeftButtonDown_1"/>
    </Button>
    <Button Height="70" Width="70" Margin="92,1,806,929" Name="btnCenterPoint" Click="btnAll">
    <Image x:Name="centerIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\center.jpg" Width="54" Height="48" />
    </Button>
    <Button Height="70" Width="70" Margin="179,1,719,929" Click="btnAll">
    <Image x:Name="boundaryIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\Path_Simple.png" Height="44" Width="49" />
    </Button>
    <Image Name="imgBackground" Height="800" Width="800" MouseLeftButtonDown="imgBackground_MouseLeftButtonDown">
    </Image>
    </Grid>
    </TabItem>
    </TabControl>
    </Grid>
    C# code:
    OpenFileDialog op = new OpenFileDialog();
    ImageBrush ib = new ImageBrush();
    private void Image_MouseLeftButtonDown_1(object sender, RoutedEventArgs e)
    op.Title = "Select a picture";
    op.Filter = "All supported graphics|*.jpg;*.jpeg;*.png|" +
    "JPEG (*.jpg;*.jpeg)|*.jpg;*.jpeg|" +
    "Portable Network Graphic (*.png)|*.png";
    if (op.ShowDialog() == true)
    ib.ImageSource = new BitmapImage(new Uri(op.FileName));
    imgBackground.Source = new BitmapImage(new Uri(op.FileName));
    CanvasPanel.Background = ib;
    Please help me out to get transparency for path in canvas to view background image in canvas.
    The complete code is in below link:
    https://onedrive.live.com/redir?resid=876CFAE94C306176!112&authkey=!AC1sQIYwyoRYT_o&ithint=file%2crar
    Regards,
    Viswa.

    Hi ViswAmmu,
    >>Please help me out to get transparency for path in canvas to view background image in canvas.
    If I'm not misunderstanding, I think you just need to loop through all Canvas.Children and set Opacity property for them:
    private void Image_MouseLeftButtonDown_1(object sender, RoutedEventArgs e)
    //Loop through all children items
    foreach(UIElement v in CanvasPanel.Children)
    v.Opacity = 0;
    op.Title = "Select a picture";
    op.Filter = "All supported graphics|*.jpg;*.jpeg;*.png|" +
    "JPEG (*.jpg;*.jpeg)|*.jpg;*.jpeg|" +
    "Portable Network Graphic (*.png)|*.png";
    if (op.ShowDialog() == true)
    ib.ImageSource = new BitmapImage(new Uri(op.FileName));
    imgBackground.Source = new BitmapImage(new Uri(op.FileName));
    CanvasPanel.Background = ib;
    Screenshot:
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Dreamweaver CS5 design view background is black, how can I stop this?

    Hey everybody! I have a problem with Dreamweaver CS5's design view only showing a black background. I can create a brand new html document either as a standalone file or as part of a site and it will show a completely black background wheather it's saved or not. This also is a problem with pages that I have already created and with pages created with a Dreamweaver pre-installed template. I can't see anything unless it's not black. It is not affected by background colors either, in fact background colors don't show on anything I make; it's all black! The strange fact about this is that any given page will display just fine in Live View or in any web browser. Thanks in advance, I really need the help on this because I need to use the design view to position elements (which is a lot easier to do than guessing what would look best in code view).

    Have you sorted this problem?
    I have changes from Dreamweaver CS5 to CC and it appears all my existing files have a black background in design mode but when I switch to "live" view it looks like it should and does on the net.
    New files tend to look as they should. Although this change to CC is very recent. It seems like a configuration / preference issue that I can't find an answer for.
    I have a work around at the moment.
    Select view in menu -> visual aids -> CSS layout backgrounds
    This makes all the CSS areas different colours, but you can see black text and items.
    Selecting "LIVE" allows you to see what it is actually like.

  • CS5: Pasting smart quotes into code view problem

    Hi all,
    In my blogging workflow, I copy the blog text from from MacJournal into the code view in Dreamweaver CS5.  In CS3, it seems that DW allowed the left & right smart and unicode quotes to be pasted in untouched.  However, DW CS5 seems to be converting all single ‘ & ’ to the ASCII ' and all “ & ” to ASCII ".  Is there a way to turn this off?
    I don't want to paste the text into the design view because I don't want DW to auto format the text.  I got some specific formatting that I like to do.
    Thanks!
    Steven

    Yes, the appropriate meta tag is in place.  In Preferences, UTF-8 is selected under Fonts.  Try pasting:
    “Test”
    into the code view and see what happens.  Hmm, Just tried pasting the above into the Design View and the same thing happened.  The curly quotes where changed into straight quotes.  BTW, I'm runn ing DW under Mac OS X Lion.
    I pasted the same text in another app, TextEdit, and the curly quotes pasted just fine.
    I need the curly quotes because I change them into &#8216;, &#8217;, &#8220;, and &#8221; (‘ ’ “ ”) for compatibility with older browsers (pre-IE6).  Yes, my site has been visited by such older browsers.
    Thanks!
    Steven

  • Pasting smart quotes and apostrophes in code view.

    Sine upgrading to Dreamweaver CS5, I haven't been able to copy/paste smart quotes and apostrophes into code view without them automatically being converted to straight quotes.
    For example, the following sentence (notice the curly quotes):
    John’s new song is called “DW Blues”
    would get pasted into Code View as:
    John's new song is called "DW Blues"
    Notice the smart quotes and apostrophe are replaced with single and double ticks, or "straight quotes."  While this seems like a minor detail, it's extremely important to our writers and editors to have them appear on the website exactly as typed.
    If I do the same copy/paste in Design View (doc type is XHTML Transitional), it appears as:
    John's new song is called &quot;DW Blues&quot;
    The characters are still replaced, and the straight quotes are then entity encoded (as expected).
    This doesn't happen with other valid UTF-8 characters like ™, ®, —, etc., or with any other code editors I've used, including DW CS3.
    Is there a hidden preference somewhere to disable this "feature," or is it just a bug?
    Please help!

    It's now 4 years since jsparacio posted this, and I just wanted to let everyone know that I had -- and am still having -- the exact same problem with Dreamweaver CS5 (running first under Windows XP, then Windows 7, and now again with Windows 8.1). So it's not just Macs that are affected.
    FWIW, I have set my DW CS5 Paste preferences to the 3rd of 4 options available
        1 - Text Only
        2 - Text With Structure
        3 - Text With Structure Plus Basic Formatting
        4 - Text With Structure Plus Full Formatting
    in the EDIT > PREFERENCES > Copy/Paste Preferences dialog box.
    But the Paste Special command ignores this setting, giving me only the first 2 options from which to choose, with option 2 the default selection for Paste Special operations (options 3 and 4 are grayed out, and can't be selected).
    According to David Sawyer McFarland's _Dreamweaver CS5: The Missing Manual_ (O'Reilly Media, 2010), the reason these are grayed out is because I am pasting unformatted ASCII text which I generated in a program editor called "UltraEdit":
        "... Choose EDIT > PASTE SPECIAL to open the Paste Special window. Here, you can choose which of the four techniques you wish to use ... sort of. You're limited to what Dreamweaver can paste. For non-Microsoft Office products, you can use only the first two options--the others are grayed out--whereas you can choose from any of the four with text copied from Word or Excel." (McFarland, p. 81)
    Regardless of such restrictions, standard copy-and-paste (CTRL+C followed by CTRL+V) works just fine for me using Dreamweaver CS4 (i.e., I have never needed to use the Paste Special command), but with DW CS5, neither Paste command (CONTROL+V or CTRL+SHIFT+V) works properly with typographic/curly/smart quotes.
    All typographic quotes -- ASCII-0146 and ASCII-0147 (double quote marks); plus ASCII-0145 and ASCII-0146 (single quote marks, for quotes within a quote) -- are converted to inch (&quot; is entered in the code) and foot (' is entered in the code) marks when I copy-and-paste text with these characters into Dreamweaver's Design View.
    When I copy this same plain ASCII text directly into the code (rather than using Design View), typographic double open & close quotes are converted to the inch (") mark, and typographic single open & close quotes are converted to the foot (') mark.
    The beginning of this week, I installed Dreamweaver CS5, ver. 11.0, Build 4909 under Windows 8.1 OS on my new Ultrabook. I was hoping that under Windows 8.1, DW CS5's handling of typographic quotes might improve so that I can actually use this program that I purchased 4 years ago. Alas, no such luck: I continue to have the same problem I had when I first upgraded to Dreamweaver CS5 back in August 2010 (then running under Windows XP on my desktop computer).
    Back in August 2020, when I first asked about fixes, I was told to change the Title/Encoding setting of Page Properties to "Western European" -- which I tried, but it didn't work then, and it doesn't work now ... and even if it did, it wouldn't be a proper fix for the problem as I have plenty of good reasons for wanting my HTML page Title/Encoding set to Unicode (UTF-8), not Western European ("charset=iso-8859-1").
    The ability to copy-and-paste typographic quotes is such a big deal for me that I chose back in August 2010 to revert to Dreamweaver CS4, which I've been using ever since.
    It is *very* frustrating that, 4 years later, I still can't use this program, and shall be reverting to DW CS4, yet again.
    I continue to be completely flummoxed by this. Every other program with which I am familiar converts non-typographic quotes to typographic/curly/smart quotes ... never have I seen the process automated in reverse!

  • Zoom  in code view

    So I love code view, allows me to really keep everything
    clean. But the txt is a bit too small. I know I can zoom with my
    os, but is there a way to do this only in dreamweaver code view?
    Thought about changing the code font and size, but not sure if that
    will effect page rendering
    ???

    > Thought about changing the code font and size,
    > but not sure if that will effect page rendering
    dreamweaver preferences-->Fonts-->Code View
    pick a font and a size. it has nothing to do with what shows
    in a browser.
    make it 300pt zebra bold.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Editing tags in code view

    im relatively new to dw 8 and have a problem. in split vied
    or code view I cant edit change or remove tags. ie if i want to
    remove a <font> tag. i can highlight it in the code view
    window but if i try to cut nothing happens. Im sure i just have a
    setting wrong but what?

    Is the code in question black or gray?? If ou are using a DW
    teomplate,
    some of our code areas will be "locked" (gray) and uneditible
    unless you
    edit the template itself. Make sense?
    Alex

  • Dreamweaver cs6 keeps adding br tags in code view

    Hi
    I've just upgraded to Dreamweaver cs6 and am having trouble with the code view. When typing in <script> tags or <style> tags I keep getting two <br> tags automatically inserted. It is really annoying as it puts them on two lines and takes time to remove them and completely disrupts your flow when typing code or css.
    Any suggestions on how to prevent this happening?
    Thanks.

    Thanks David - I think that may well explain it. It seems to happen mostly when adding a { in code or CSS. I wonder if I'm still holding the shift key when I hit enter for a new line. I'm trying Dreamweaver again after using visual studio for the last 5 years or so. I wonder if I can just change the keyboard shortcut.

  • Bug in Code View font spacing - very annoying...

    Hello,
    I encounter a really annoying bug in the last version of Dreamweaver CC. The font in Code View is too spaced in the new version...
    See below for screenshots from CS6 and CC to see the difference.
    I'm using the font Courier New 9pt in both version...
    Please advise.
    Screenshots.
    Dreamweaver CS6
    Dreamweaver CC - Notice the font spacing

    I've managed to change the font to "Source Code Pro" in the Regeditor here: HKEY_CURRENT_USER\Software\Adobe\Dreamweaver CC\Font Preferences.
    Style, the font is not as good as it was with Courier New... And Courier New is not working... I'm looking to have a normal Courier New in CC... Or at least anothe similar font... Not light as Source Code Pro...
    Thanks
    See screenshots below:
    Source Code Pro In CC
    Courier New in CS6
    Courier New in CC..

  • Text wrapping in code view

    In Preferences, I have checked the option Automatic wrapping
    after column
    76. However some rows can't wrap at the specified column
    because the tags in
    that rows can't be destributed in two lines. So, DW (8 and
    now CS3)
    hard-breake them at the end of the window, resulting in a new
    line without
    line number (I have Line numbers checked under View > Code
    view options
    menu).
    Is there a setting for not breaking those tags at the end of
    the window?
    (I'm only speaking about the long tags and not the plain
    text, that I srtill
    want it wrapped at column 76 so, I can't uncheck the Option
    Word wrap under
    View > Code view options menu, because it overrides the
    wrapping after
    column 76 option of the Preferences, making not only the long
    tags exceeding
    window's right edge, but plain text, too).
    Thank you in advance
    Please, remove hyphens to contact me

    Tun off this setting:
    View > Code View Options > Word Wrap
    HTH,
    Randy
    > In Preferences, I have checked the option Automatic
    wrapping after
    > column 76. However some rows can't wrap at the specified
    column because
    > the tags in that rows can't be destributed in two lines.
    So, DW (8 and
    > now CS3) hard-breake them at the end of the window,
    resulting in a new
    > line without line number (I have Line numbers checked
    under View > Code
    > view options menu).
    >
    > Is there a setting for not breaking those tags at the
    end of the window?
    > (I'm only speaking about the long tags and not the plain
    text, that I
    > srtill want it wrapped at column 76 so, I can't uncheck
    the Option Word
    > wrap under View > Code view options menu, because it
    overrides the
    > wrapping after column 76 option of the Preferences,
    making not only the
    > long tags exceeding window's right edge, but plain text,
    too).

  • Why won't Dreamweaver code view allow me to select from all of my system fonts?

    I am trying to change the font for my code view in Dreamweaver CC.  However, it does not let me choose from a list of all fonts installed on my computer...it just gives me about 50 or so random fonts (some of them glyph fonts which are completely useless in this scenario).  It doesn't even include basics like Courier.  I had previously been using CS4, and it allowed me to choose any font I wanted.  Any ideas?

    I've just checked Dreamweaver CC on my MacBook Air. I don't know whether it lists every single font on my machine, but the list was very long. It certainly wasn't just a short, random list. Are you trying to change the Code view font in the right place?
    Dreamweaver > Preferences > Fonts

  • Code View Toolbar Issue

    I've had a weird issue under Dreamweaver 8.02. It started
    under Vista and of course I blamed the OS and went back to XP. Well
    now it's occurring there as well. It all happens in code view which
    is where I work all the time. The toolbar buttons will not work. I
    can't move to Split or Design view or edit the title from the
    toolbar.
    I've tried looking around in the toolbar XML files, but
    nothing seems to help.
    Any thoughts?

    It sure does happen for me, and I'm using CS3 on
    Mac/WXPPro/Vista.
    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
    ==================
    "computernerd14" <[email protected]> wrote
    in message
    news:f1atpd$a5j$[email protected]..
    > In Dreamweaver 8, when you place your cursor at any
    point in Design View,
    > that
    > area will be automatically selected in Code View. For
    some reason, this
    > doesn't
    > happen in Dreamweaver CS3. I hope it's just a bug and
    not some sort of
    > feature.
    > It's a very useful feature, and until things are
    clarified, I'm switching
    > back
    > to Dreamweaver 8.
    >

  • Code View issue

    In Dreamweaver 8, when you place your cursor at any point in
    Design View, that area will be automatically selected in Code View.
    For some reason, this doesn't happen in Dreamweaver CS3. I hope
    it's just a bug and gets fixed soon. It's a very useful feature,
    and until things are clarified, I'm switching back to Dreamweaver
    8.

    It sure does happen for me, and I'm using CS3 on
    Mac/WXPPro/Vista.
    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
    ==================
    "computernerd14" <[email protected]> wrote
    in message
    news:f1atpd$a5j$[email protected]..
    > In Dreamweaver 8, when you place your cursor at any
    point in Design View,
    > that
    > area will be automatically selected in Code View. For
    some reason, this
    > doesn't
    > happen in Dreamweaver CS3. I hope it's just a bug and
    not some sort of
    > feature.
    > It's a very useful feature, and until things are
    clarified, I'm switching
    > back
    > to Dreamweaver 8.
    >

Maybe you are looking for

  • In FM, Wht is SELNAME?

    Hi Experts, In FM I wanna to pass S_CUST - low as 1000 so, 1)Wht r the entries in, SELNAME -  ?????? K- (I guess S as its select option) S- (I-include) OP- (EQ - equal) Low- (10000) pls. clarify, 2) I hv a Check Box to pass to FM, so How to define, I

  • Can't locate my serial numbers!

    I just had my Macbook Pro repaired by Apple and now that I got it back, I have to input the serial numbers for many of programs again. For some odd reason I cannot locate my FCP 7 (Final Cut Studio) serial numbers! I checked my install discs and othe

  • When I i open a picture from my Documents it automatically opens in Photoshop.  I want it to open in Lightroom. How do I change this preference?

    When I i open a picture from my Documents it automatically opens in Photoshop.  I want it to open in Lightroom. How do I change this preference?

  • EAP/TLS on PPC2002&WinCE3.0.11171

    Hi I'm trying to configure EAP-TLS on Pocket2002 , I installed the necessary Cisco software and it's working fine but I have a great problem. Windows CE only lets me to install certificates with .cer extension . But with this format I can't export th

  • Replicate DataSource, no more memory space available

    RSA5, select  too much DataSource. got runtime error when replicate DataSource. How can I change this situation without change SAP basis parameters? The current program had to be terminated because of an error when installing the R/3 System. The prog