Dreamweaver CS5 Adds a table when an image is inserted  (Bug)

See a copy of code below:
<div id="2010"> <table width="1024" border="1" cellspacing="2" cellpadding="4">
  <tr>
    <td colspan="2"><h2>2010</h2></td>
    </tr>
  <tr>
    <td class="h3small">Creative</td>
    <td class="h3small">Nature</td>
  </tr>
  <tr>
    <td> </td>
  </tr>
             </table>
               <img src="http://lh5.ggpht.com/_vXF7OzR-lno/S7yxGE4MIcI/AAAAAAAADKI/BuJIPJxKi-E/s720/Cre%2040FordHan cock.jpg" alt="&quot; 40 Ford&quot; by David Hancock" />
               <table width="1024" border="1" cellspacing="2" cellpadding="4">
                 <tr>
                   <td><img src="http://lh5.ggpht.com/_vXF7OzR-lno/TNTO7nXWwEI/AAAAAAAAFVw/RPAZGC_G1xs/s640/NatMountainVist aIRoberts.jpg" alt="&quot;Mountain Vista&quot; by Ines Roberts" /></td>
                 </tr>
I have a table in which I'm inserting images. This is something I've done many times with Dreamweaver CS3. An example is the second table cell in the row above where nothing is inserted but the img src= statement. In the code above it, the row with two cells has been replaced by the initial table being closed, an img src= statement and a redifinition of the table. This is totally bogus.  The second statement was written in CS3 after I saw what CS5 was doing as a check to make sure that I was correct regarding what I felt I had done before.  This is a major bug as far as I'm concerned and there is no reason for em to use CS5 until this is fixed.

Which operating system?
I'm not entirely clear on what the issue is based on the description given, I'm afraid.
It would help if you could offer a set of reproducible steps and tell us what results you get (compared to what should happen).
If everyone (or several people with the same config and OS) gets the same results as you following exactly the same steps then a formal bug report can be filed with Adobe.

Similar Messages

  • How to add multiple table when creating add on using b1de

    Hi all,
    Plz help me
    How to add multiple table when creating add on using b1de.
    Thanks

    Hi dns_sap,
    Can you explain a little better what you are trying to accomplish? Is it to create UserTables and UserFields in the database, when the addon runs the first time?
    If so, you can use the following code
    Add User Table
            Try
                Dim lRetCode As Long
                Dim oUDT As SAPbobsCOM.UserTablesMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                oUDT.TableName = TableName
                oUDT.TableDescription = TableDescription
                oUDT.TableType = TableType
                lRetCode = oUDT.Add
                '// Check for error when adding the Table: if lRetCode = 0 the table was created; if lRetCode = -2035 the table already exisits
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & lRetCode.ToString & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDT)
                oUDT = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Add User Field
    Try
                Dim lRetCode As Long
                Dim oUDF As SAPbobsCOM.UserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
                oUDF.TableName = TableName
                oUDF.Name = FieldName
                oUDF.Description = FieldDescription
                oUDF.Type = FieldType
                lRetCode = oUDF.Add
                '// Check for error when adding the field: if lRetCode = 0 the field was created; if lRetCode = -2035, the field already exists
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & oCompany.GetLastErrorCode & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDF)
                oUDF = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Regards,
    Vítor Vieira

  • Dreamweaver CS4 adds a tab when we move to new line.

    Dreamweaver CS4 adds a tab when we move to new line. This thing was not in CS3, its not a big problem but it disturbs me, so is there any setting to change it.
    for example,
    Dreamweaver CS3
    .hello{
    Dreamweaver CS4
    .hello{
    Thanks in advance

    If you're referring to the way that Dreamweaver formats CSS, you can change the options in Preferences (open from the Edit menu on Windows, Dreamweaver menu on the Mac). Select the Code Format category, and click the CSS button at the bottom of the panel. You can set your preferences there.
    The way that Dreamweaver handles curly braces is to indent the next line automatically when you press Enter after the opening curly brace. Type your style rules, and press Enter after the last one. When you type a closing curly brace, Dreamweaver CS4 automatically moves it one tab space to the left after you press Enter again.

  • When an image is inserted here using clipboard, it appears in the editor, but it does not appear in

    when an image is inserted here in forum po editor using clipboard, it appears in the editor, but it does not appear in the post. When the image is inserted from a file, it works

    Im not completely sure, why you are pointing out the very same thing I'm pointing out too. If you re-read my original post thoroughly, you will find - at its very end - the sentence "When the image is inserted from a file, it works". Since I'm not aware of the way how to insert the image from a file in a procedure other, then clicking the "camera" icon, I hold such a sentence for more then enough to point out, that the camera icon works fine for me (if you re-read my post thoroughly and pay detailed attention of my expression "using clipboard", then you shall definitely evaluate this expression as covering both ways an image can reach the cliboard, eg. Copying from a graphical editor/processor or dragging&dropping a graphical file).
    However more then this, your post does in fact NOT reply to the fact, why the WYSIWYG editor box allows the insertion of an image from clipboard, but then fails to upload it and thus it is not displayed in the post.
    For the sake of completness, I must also point out, that your last sentence of your post "And that's what it is there for" does not bring much clarity about that thing - while I fully understand, as one can observe from my "When the image...it works" sentence, the functionality, purpose and propper handling of the "camera" icon, I cannot agree with such a behaviour of the editor, that allows an operation to be done (What You See) that does not affect the outcoming result (Is What You Get).
    From the theory of designing (G)UIs one may learn, that in such a case the operation should either fulfill completly (eg. display the clipboard-inserted image in the resulting post) or fail completly in the beginning (when Pasting the image into the text), either silently (just not displaying the image in the editor field) or with an error warning such as "Insertion of images/bitmaps from clipboard is not permitted". For Windows-like environments (such as, but not limited to, Microsoft Explorer, KDE, Gnome, IceWm....) the change of the dragging cursor to display a kind of "No way" or "no entry" pictogram, is also advisable.
    For the sake of completness of my reaction I also might percieve your last sentence as a kind of irony or sarcasm, which however I definitely do not find appropriate behaviour, more over I might call it an "arogant rudeness" in case of such a "VIP" member with more then 9000 posts in the time when this post is being written, with a hint of overworking, malicous intends, inattention, ego-centricism or any other personal failure(s) or a combination of them, that you should - in case they are present - definitely pay attention to in your private life.
    Moreover, let me please point out, that Im not much pleased about the way this forum works with its users, since I find the bug I have discovered, only a small one (a category B one might say in the A-B-C scheme, eg. a category, that does not directly influence or prohibit the execution of the main business cases, however it may result in discomfort, data loss or operation repetition, such a category would be most possibly a category C in the A-B-C-D scheme). Therefore I must explicitly express my annoyance that you have the guts to handle the post I did like this, when - in my opinion - the post has been written in such a manner that it was merly a polite point out of a small bug, thus it was kept as brief as possible, but fully covering the description of the scenario, alternate scenarios and their outcomes. Moreover, I'm definitely displeased, that you allow yourself to post such a post, that - instead of exploring the matter - throws the whole matter on the head and inside-out, or, one may say, kicks the bucket, and forces the original author, in this case me, for re-accounting for himself, moreover the ambivalency of your post opens such many possibilities to account for, that the time and resources the self-accounting autor has to spent, heavily overweighting the importance, significance and impact of the bug itslef.
    So let me please advise you for the next time:
    - to explore posts with more thoroughness, evaluating their expressions and sentences much more deeply, rather then just glance through on their surface
    - think twice before answering and try to figure out how such answer might be percieved
    - try to do less posts, but with higher quality
    - try to employ more politeness and correct behaviour
    - approach the matter with more humble and curious attitude rather then with a "I-know-everyting-better" standpoint
    With regards
    Lukas Plachy
    Misstypes corrected by rheingold.

  • Dreamweaver CS5.5 Deleting Code When Copying a File

    When I try to copy or duplicate a file in Dreamweaver CS5.5 for Mac, Dreamweaver removes the last five or six lines of code. I have to create a lot of nearly-identical webpages with the same footer information on each page, and it's really tiresome having to go back into each page and re-create the code Dreamweaver has deleted. I've updated both the Dreamweaver and OS software, but it hasn't corrected the problem. It doesn't matter whether I use the "copy", "paste", "duplicate" Dreamweaver functions, or if I simply use Command+C, Command+V. I can't seem to find anyone online having a similar problem. Do any of you know of a fix?
    Here's an example:
    The code at the end of the original page:
      <p><a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://osu.okstate.edu">OSU Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://admissions.okstate.edu">Admissions Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="mailto:[email protected]">Contact Us</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://admissions.okstate.edu/getmail" target="_blank">Get Mail</a></p></center></html>
    What ends up on the copied page:
    <p><a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://osu.okstate.edu">OSU Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="http://admissions.okstate.edu">Admissions Homepage</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10px" href="mailto:[email protected]">Contact Us</a> <font style="font-size: 10px">|</font> <a style="color: #FF6600; font-weight: bold; font-size: 10

    On the remote server side, I can right-click, say, index.html and copy or duplicate it. It's in that process that the code is being chopped off.
    I never work that way and wouldn't want to for a variety of reasons. 
    Best to open index.html in your Local Site. 
    Hit File > SaveAs "some-new-filename.html"
    Try doing that a few times and report back with your results.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Dreamweaver CS5.5 Slow down when minimising and loading pages.

    Hi there
    I'm having a really strange problem with Dreamweaver CS5.5
    I'm currently in the process of building a CMS for a client and I am experience slow down in Dreamwever when opening and closing certain pages, it also causes slow down/hanging when opening and minimising Dreamweaver itself if these certain pages are open at the time. Which starts to get very annoying when you're swapping between Photoshop and Dreamweaver all the time...
    I narrowed it down to a CSS file causing the slow down/hanging. This being the main stylesheet for the CMS... admin.css
    When I comment out the CSS file Dreamweaver minimises and maximises quickly, and the page in question opens fast.
    The stylesheet is about 900 lines long at the moment, but I've got php and javascript files (and also other CSS files) which are much longer and none of them cause slow down/hanging.
    I've looked myself but from what I can see all of the CSS is valid.
    Any ideas guys?
    Thanks in advance

    I can't explain this at all, but I've solved it.
    I changed the style below:
    @media only screen and (min-width: 35em) {
    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
    .ir br { display: none; }
    .hidden { display: none !important; visibility: hidden; }
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    .invisible { visibility: hidden; }
    /* Clear Floated Elements + Fix */
    .clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
    .clearfix:before,.clearfix:after{content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0;}
    .clearfix:after {clear: both;}
    .clearfix {zoom: 1;}
    /*END DONT CHANGE*/
    To this:
    @media only screen and (min-width: 35em) {
    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
    .ir br { display: none; }
    .hidden { display: none !important; visibility: hidden; }
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    .invisible { visibility: hidden; }
    /* Clear Floated Elements + Fix */
    .clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
    .clearfix:before,.clearfix:after{content: '.'; display: block; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; width: 0; height: 0;}
    .clearfix:after {clear: both;}
    .clearfix {zoom: 1;}
    /*END DONT CHANGE*/
    Moved it outside of the media query. It was put there by mistake by the looks of it.

  • Dreamweaver CS5 out of memory when trying to find and replace

    Please help. I am running Dreamweaver CS5 on a windows 7 os. This has happened in previous versions as well. This is a new computer and a new install. There are no memory shortages on this machine.
    I go to search for something, and select either folder or files in current site. It starts, then flashes the "out of memory" dialog box and stops the search. I have to force quit to leave the program.Over and over. Find and replace of a site or folder is a crucial function I use this program for!
    Thanks for any help
    S

    How big are the combined files in your Local Site folder?
    My guess is that you have something really colossal such as server log files or something else that are causing DW to choke and freeze during its Find / Replace scan.
    If you can identify the really huge files/folders in your site folder, you could use 'cloaking' to exclude them from DW operations.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Dreamweaver CS5 doesn't respond when connecting to server

    I don't know what happened but last night I was working in DW and everything was running fine. I got up this morning to continue where I left off and when I try to connect to my site (local testing server), DW hangs and doesn't respond. I let it be for a bit but when I came back, it was still not responding. I shut it down and restarted it and found that its functionality was fine until I tried to connect locally to my site.
    I created a page in PHP and everything worked ok. Then I created a testing site on my WAMP server for this new page. As soon as I tried to connect to this new testing server, DW hung and wouldn't respond.
    As you may have guessed, this is a server issue.
    I looked at my Wamp server and I couldn't find anything wrong with it. DW just seems to have developed issues with it on its own between last night and today. I don't know why Dreamweaver would all of a sudden take issue with my WAMP server on its own but it has and I don't know how to fix it aside from a complete re-install.
    Can anybody lend guidance before I dive into this last step?
    edit: I forgot to mention...when I restart DW I notice in my files list for my site, that DW created a new copy of my addme.php file as addme_alxr88pca.php. I don't know if that helps but I figured I should add that.

    Hi,
    these and similar events are the blame for it, that I prefer a program which works "outside" of the DW. My reason is: for each task in whatever area we work, we search for the experts, we don't charge a "jack of all trades".
    So I use to upload my files and sometimes for the opposite way, for a necessary download from my server, by using filezilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and
    http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Of course, you also need all the access data to reach your server.
    Hans-G.

  • Dreamweaver CS5 core temp spike when synchronizing

    I have a Dell Studio 1558 i7 laptop with Web Design suite CS5 installed. It normally sits happily at a core temp of around 60 degrees C. When I synchronize files in Dreamweaver the core temperature spikes to about 90 degrees C!! My laptop has now started hanging when synchronizing. It has got to the stage where I am finding if difficult to keep up to date with work for my clients.
    When uploading and downloading files with FileZilla I don't get a spike at all. What is Dreamweaver doing to create this core temperature spike. Is there something (a setting) I can turn off that would prevent this from happening?
    Many Thanks.

    Hi ZeroGravityWeb,
    Can you try this out and see if it helps? Just for your information, a lot of memory and CPU related issues were fixed in the DW 12.1 update for CS6.
    In Dreamweaver, select Edit > Preferences
    In the General section, deselect Enable Related Files.
    Click OK.
    Close Dreamweaver, and reopen it.
    Thanks,
    Preran

  • Why grant select is needed on a table when you are only inserting records

    Please can you tell me why a grant select is needed when inserting records which are being inserted across a link?
    We have a table in database1 which we are trying to insert records from database2. database2 has a db_link to database1.
    The table residing in database1 has grant insert to the named user in the db_link. But unless there is also a grant select to that user we cannot insert records. We do not actually need to be able to select the records across the db_link, but nevertheless we get the following error on trying to insert records without the grant select being in place:
    ORA-01031: insufficient privileges
    Cause: An attempt was made to change the current username or password without the appropriate privilege. This error also occurs if attempting to install a database without the necessary operating system privileges. When Trusted Oracle is configure in DBMS MAC, this error may occur if the user was granted the necessary privilege at a higher label than the current login.
    Action: Ask the database administrator to perform the operation or grant the required privileges. For Trusted Oracle users getting this error although granted the the appropriate privilege at a higher label, ask the database administrator to regrant the privilege at the appropriate label.
    Your thoughts would be appreciated.

    Since there is no remote describe function, a select must be done to get the table structure. This is talked about in Note: 1004923.6.

  • Adding a table to a Image

    I want to add a table to a image. The way I have read is to add a layer to it and then add the table to the layer . Is there any other way or that is the right way
    THXS Steve

    Ok  I have the table  on the page  I created a css with a background image called .search  How to I link that to the table so It shows the image
    I am only used to doing certain css items   Never didi this before
    THXS STeve

  • Trying to load a Dreamweaver CS5 extension called Image Show Pro to mac operating system 10.9.2. Trial version worked fine, but when I try to load full version, Adobe Extension Manager crashes.  I have downloaded new Extension Manager for CS5. and still c

    Trying to load a Dreamweaver CS5 extension called Image Show Pro to mac operating system 10.9.2. Trial version worked fine, but when I try to load full version, Adobe Extension Manager crashes.  I have downloaded new Extension Manager for CS5. and still crashes. Anybody else experience this? email:[email protected]

    Hi bigd_bud,
    Can you see if the solutions in this post help?
    Re: Adobe Extension Manager crashes on mac 10.8
    Thanks,
    Preran

  • Xpose jquery gallery add-on for dreamweaver cs5.5

    Hi,
    xpose jquery gallery add on for dreamweaver cs5.5 not working within internet explorer when website uploaded
    The current slide index file seems to be the issue, but not sure where or how to fix this...any ideas gratefully recieved. thanks in advance

    Hi,the webpage in question is http://www.blackcatbrides.co.uk, then the gallery is stored within the collections page.
    Again thanks for your help in advance
    Here is also the script within dreamweaver
    <!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>Your Wedding</title>
    <link href="stylesheet/style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="../includes/jQueryGallery/gallery.extend.js"></script>
    <script type="text/javascript" src="../includes/jQueryGallery/jQueryGallery.js"></script>
    <script type="text/javascript" src="../includes/jQueryGallery/jQueryGallery1.js"></script>
    <link href="../includes/jQueryGallery/jQueryGallery1.css" rel="stylesheet" type="text/css" />
    <link href="../includes/jQueryGallery/jQueryGallery1_lightbox/lightbox.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
      <div class="header">
        <object type="application/x-shockwave-flash" data="images/57.swf" width="1000" height="560">
          <param name="movie" value="images/57.swf" />
        </object>
      </div>
      <div class="clear"></div>
      <div class="workzone">
        <div class="workzone-left">
          <div style="padding:0 15px 20px 15px;">
            <h1 class="inner">Our Collections</h1>
            <p> </p>
            <div id="jQueryGallery1Container" class="jQGalleryC">
              <div id="jQueryGallery1" class="jQueryGallery"></div>
              <div id="jQueryGallery1_thumbscroll_in"></div>
              <div id="jQueryGallery1_caption_in">Image caption.</div>
              <div id="jQueryGallery1_subcaption_in">Image subcaption.</div>
              <div id="jQueryGallery1_currentslide_in">{index}/{total}</div>
              <div id="jQueryGallery1_progressbar_in"></div>
              <div id="jQueryGallery1_controls_in">
                <div id="jQueryGallery1_playpause_in">
                  <div class="play"></div>
                  <div class="pause"></div>
                </div>
                <div id="jQueryGallery1_fullscreen_in"></div>
                <div id="jQueryGallery1_albums_in"></div>
              </div>
              <div id="jQueryGallery1_albumsContainer_in">
                <ul>
                  <li ><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li style="padding-right:0px;"><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li ><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li style="padding-right:0px;"><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                  <li style="padding-bottom:0px;"><a><img src="" width='376' height='120'/> <span class="title" style="display:block">Title of album</span> <span class="subtitle" style="display:block">Description of album</span></a></li>
                </ul>
              </div>
            </div>
          </div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="clear"></div>
      <div class="footer">
        <div class="footer-left"><a href="privacy.html">Privacy Statement</a></div>
        <div class="footer-right"> &copy; Black Cat Brides. All rights reserved </div>
        <div class="clear"></div>
      </div>
      <div class="clear"></div>
    </div>
    </body>
    </html>

  • How do I change an image border color to another color - Dreamweaver CS5?

    Good day,
    I have just learned how to add a border to an image with Dreamweaver CS5 within the Properties Inspector.
    After typing the width in pixels in the Border Text Field and pressing the Enter key, Dreamweaver created a black border.
    How do I change the image border color to another color?

    I added your suggested rule to the Style Sheet "in any order" as you explained. See the image below.
    However this did not change the image border from black to light blue. In fact, nothing changed.
    Nothing changed because the CSS that has been written into DW is incorrectly written.
    You want the following (exactly as written below)
    img {border: 4px solid #0062C8;}
    You've inadvertently wrapped the rule inside a #main_image container rendering it meaningless.
    It's easiest to go into Code View and change
    #main_image {
         img {border: 4px solid #0062C8;
    to
    img { border: 4px solid #0062C8; }
    The Property Inspector added a border exactly as I wanted it, other than the color I wanted the border to be. What is the use of this function in Property Inspector if it can add a border within Property Inspector but not let me change the COLOR of the black border that Property Inspector added, to another color?
    That's a deceptively simple, yet valid, question with a long answer.
    Back in the dark old days of web design web designers were restricted to inline HTML formatting which offered  border properties but no colors.
    CSS styling offers colors and more but has to be written differently.
    These days. it's best to avoid HTML formatting. Unfortunately border="4px" in the PI still allows it. But does not permit color.
    Does anyone else out there ever add color borders to their IMAGES (not the containing box for the image) ?
    Yes, using CSS.

  • How does one add a photo gallery to my web site in Dreamweaver CS5 and have the link recognized as a destination file?

    How does on add a photo gallery to a web site in Dreamweaver CS5 and have the file folder which contains the photos, recognized as the "go to location" for the link up?

    Ok.  So Photos1.htm is the main gallery page.
    And it looks like you have sub-folders with images in them like these from 2011 and 2010
    LLA Picnic 2011/
    photos 2010/
    Have you defined a site in DW yet?   That's a critical first step in getting DW to recognize your site's links and other assets.  See video below:
    GS-01: Defining a new site | Learn Dreamweaver CS5 & CS5.5 | Adobe TV
    Nancy O.

Maybe you are looking for

  • Can't upload photos to Flickr with Safari - Safari always crashes.

    Help, I can't upload photos to Flickr with Safari.  Safari always crashes and I recieve the following error message (and I've not included all of it just to keep it somewhat short): Process:         com.apple.WebKit.WebContent [673] Path:           

  • Physical Layer Joins

    I am creating a data model from a database that is in 3rd Normal Form. My understanding in the physical layer I should make the joins based on the relation between tables. I have a CUSTOMER & ADDRESS table and I understand that my join will be 1:M he

  • Unable to register file server in OVM 3.0.1

    I'm stuck on attempting to register a fileserver in VM Manager 3.0.1; When I go to register a new file server, the "Storage Plug-in" drop-down is blank. What can I do to dig into this? Nothing about this is covered in the documentation...

  • In what order to you perform steps in editing to maximize quality?

    I have recently discovered that my photographs are not being saved in 300ppi, suitable for large prints. I would like to know at what point people are increasing their resolution to accomodate large prints. If I resize my image first thing each editi

  • AOL and Attachments from PC

    My wife receives her mail via AOL and when her friends that are still using PC's send her an attachment, the body of the email in Mail.app looks like this: --0-1990961540-1171588785=:87728 Content-Type: multipart/alternative; boundary="0-371302901-11