Shift + I giving me paste in code view

Hello all,
for some strange reason when i press Shift+I when in code view it pasts whatever is in memory. If i press Shift+I in design view it gives me a capital I. Any idea what settings may need to be chaged or preferences blown up? I Checked keyboard shortcuts and found nothing (checked manually, exported an html and searched) nothing is assigned to Shift+I. Thanks.
Robert

Which DW?  Which Operating System?

Similar Messages

  • Help! Can't paste into code view or property inspector

    I'm experiencing a weird and extremely annoying bug in Dreamweaver CS6 -- I can't paste text from outside apps into DW's code view or into the property inspector (such as URLs).
    Pasting doesn't work no matter the method: Ctrl + V, right-clicking or using the Edit menu. Pasting works normally in every other program. If I copy within Dreawmweaver, pasting works fine.
    Does anyone have a solution for this? I'm running Win 8 and DW 12.1 through Creative Cloud. Searching the forums, I see others have reported the same issue. Some have been able to fix it by deleting the configuration file; that didn't fix the issue for me. I'd like to try reinstalling DW, but the Adobe Application Manager doesn't seem to allow that.
    I began noticing this bug about two weeks ago. That might have been about the same time I updated to 12.1. Can anyone help?
    Thanks,
    Cory K.

    Adding to my last post, I used a clipboard format inspector called nclip (http://code.google.com/p/nclip/) to see if I could find a pattern between "what works" and "what doesn't".
    There are two cases where I'm seeing paste-into-Dreamweaver CS6 fail:
    Paste into Code View fails, but Paste into Design View works!
    Paste into either Code View or Design View fails
    I went through the list of programs that worked and didn't worked, using nclip to show what clipboard formats were being saved from each working and non-working source. It appears that DreamWeaver CS6 as of January 9, 2013 doesn't accept the most basic text clipboard formats:
    CF_UNICODETEXT
    CF_TEXT
    CF-OEMTEXT
    CF_LOCALE
    If these are the only clipboard formats used by an app (for example, Window's venerable Notepad.exe), Dreamweaver doesn't appear to handle them. Most programmer-style text editors output just these formats, because they are presumed to be understood any application that handles text. These fail for both pasting into codeview and design view.
    Interestingly, Chrome browser fails the code view test, but it does work in design view! It outputs the four clipboard types above, plus one more:
    Custom Format: HTML Format
    Hypothesis 1: Any application that puts HTML Format on the clipboard will paste into design view, but not necessarily code view.
    Next, Visual Studio 2010 and Sticky Notes, which doesn't include HTML Format as a clip type, works for both code view and design view. They both output this type in addition to the basics:
    Custom Format: Rich Text Format
    Two programs that output Rich Text Format without HTML Format are Sticky Notes and WordPad. These both work with Code View and Design View. From these limited tests on my system, it appears that for Dreamweaver to accept a text paste from an outside program into Code View, that program must output Rich Text Format to the clipboard. Otherwise, it fails. Dreamweaver will accept HTML Format, but only in Design View. Firefox is an exception in that it don't export Rich Text Format, but still works with Code View. It might use OLE, though (Chrome doesn't seem to use OLE, and it breaks in code view).
    Hypothesis 2: Any application that puts Rich Text Format on the clipboard will paste into design view AND code view.
    If Dreamweaver is really ignoring the basic text clipboard formats, and it's not just my system configuration, then this is a bug. Probably something that got overlooked in testing.
    To reproduce on Dreamweaver 12.1 build 5966:
    Try copy/pasting text from Notepad.exe into Dreamweaver Code View (DWCV). This fails for me.
    Try copy/pasting text from WordPad.exe into DWCV. This works!
    Try copy/pasting text from Internet Explorer 9 or Firefox into DWCV. This works!
    Try copy/pasting text from Chrome. This fails to paste into Code View, but does paste into Design View
    The Code View workaround:
    Use Firefox or Internet Explorer for your browser if you're copy/pasting source code.
    If you're working from another text editor, try copy/pasting into intermediate programs Sticky Notes or WordPad, then copy/paste from there into Dreamweaver.
    So that is my experience on Windows 7 64-bit. Anyone else experiencing the same thing?

  • 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 "DW Blues"
    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 (" 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!

  • How to paste program code

    I write about programming, and thus I paste a lot of programming code into my articles. I've written that code elsewhere, since I test it first.
    I'm trying to find out how do this in the easiest way in Dreamweaver. I've found Paste Special, but it works so-so.
    Say that I have this in my Perl script:
    if (a > 27) {
       print "Looks like a is greater than 27 today\n";
    Then I want to take that piece of code and paste into my HTML file, so that I get:
    <pre>if (a &gt; 27) {
        print &quot;Looks like a is greater than 27 today\n&quot;;
    }</pre>
    If I use Text only, all line breaks are thrown away I get all on a single line:
    if (a > 27) {   print "Looks like a is greater than 27 today\n";}
    Which is useless. If I instead ask to retain the structure and line breaks, and select Preformatted before I go ahead I get this:
    <pre>if (a &gt; 27) {<br>
    print &quot;Looks like a is greater than 27 today\n&quot;;<br>
    }</pre>
    That is, the original line breaks are retained and <BR> tags are added. At the same time the indenting is lost. Sure, I can go through the code to clean it it up, and while removing the <br> tags can be done with Find/Replace, restoring the indentation is more work.
    It should also be clear from the example, that doing the pasting in Code view is not a good option.
    Am I missing something, or does Dreamweaver not offer any better alternative?

    Thanks Nancy, but I don't think your example will work for me.
    If I understand it correctly, you code style works, because:
    You have only one level on indentation.
    You always have blank line before next line in the outermost column.
    All paragraphs start in column 1.
    None of these are true for the code I work with. As one example look at http://www.sommarskog.se/dyn-search-2008.html#sp_executesql.
    The workaround I have employed is to do this particular operation in Expression Web, which has Paste Text->One <pre> formatted paragraph. It's a good thing that Dreamweaver detects that the file has changed outside Dreamweaver.
    (And if you wonder why I try out Dreamweaver when I have Expression Web already, the answer is simple: EW is buggy.)

  • 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

  • Getting rid of Multiple Spaces in Code View (after Copying/Pasting)

    Hello,
    I'm trying to find a way to get rid of multiple spaces between words in Dreamweaver CS3's code view.
    Oftentimes, when I copy/paste text from elsewhere (e-mail, website, etc), the Dreamweaver code shows up with multiple spaces. Normally, that wouldn't be problem -- except that my blog's auto-tag plug-in doesn't detect selected phrases when there are multiple spaces between words, e.g., it'll detect "Swiss Alps" in a post but not "Swiss  Alps" (notice the extra space between words in the second phrase).
    If at all possible, I'd like to be able to keep Dreamweaver's text formatting option when I copy and paste, as that means I don't need to manually put words in bold/italics.So, is there a way to keep that option while getting rid of all the extra spacing between words?
    By the way, I'm familiar with Wordpress CSS, but not with Dreamweaver CSS. Not sure if there's any difference.
    Any assistance would be much appreciated.

    I make it a point to never paste formatted text into HTML pages.  Formatted text from MS Office usually contains a variety of junk you don't want and I don't have that much faith in MS Word code removal tools.
    Bold and Italics from Word or Outlook should be changed to current HTML tags of <strong> for bold and <em> or emphasis for italics anyway.  Also see Logical Tags here:
    http://www.htmlcodetutorial.com/logical.html
    Find and replace is good for removing whitespace if you know how to do it correctly. Make backup copies just in case things go wrong.  http://www.tjkdesign.com/articles/whitespace.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Html5 but when press Shift+Enter in code view, get created a br / tag

    WHEN I CREATE a new web page what choose if i want:
    HTML 5 page
    when press Shift+Enter in code view, get created a <br /> tag and NOT <br> tag...? now if choose html5 created <br> tag...

    Are you manually selecting an HTML 5 document then?
    If I have understood your question correctly, the link I posted should give you a workable answer. It basically changes the default <br> to <br /> whether it's an HTML doctype or XHTML doctype. http://www.alistapart.com/articles/dreamweaver/
    Closing non–closing elements
    XHTML requires you to close non–closing (“empty”) elements including form tags, image tags, horizontal rule tags and break tags. Closing these pesky elements can be one of the most time–consuming tasks in transitioning to XHTML. But you can modify Dreamweaver to do the work for you:
    CLOSING THE LINEBREAK.HTM
    Let’s start with the simple line break; we’ll change <br> to <br />.
    First, find the file called LineBreak.htm in Configuration\Objects\Characters.
    Create a backup of LineBreak.htm.
    Open LineBreak.htm.
    Edit line 17 so that <br> becomes <br />.
    Save and close the file.
    Open a new HTML document in Dreamweaver and insert a line break.
    View Source to be sure it worked.

  • 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.

  • Blank spaces in code view

    Hello,
    Whenever I copy and paste text from another website -- sometimes from my own website after it goes live -- onto Dreamweaver, the text looks just fine in Design view. Fonts and paragraphs are preserved, as they're supposed to according to my preferences.
    However, when I look at the code view, there are always several -- sometimes a whole lot of -- blank spaces separating words; blank spaces that were not in the original text (even in code view) and that can't be detected in Dreamweaver's design view.
    It looks ok online just like it looks ok in Dreamweaver's design view, but I'm just a little concerned that those blank spaces may confuse search engine crawlers.
    For instance. In design view and online, one sees:
    "Great Holiday"
    but in the code view/source page you'll see
    "Great                    Holiday"
    That's what the crawlers and spiders will see as well. And they may think that "Great Holiday" and "Great                    Holiday" are two different sets of keywords when they should be the same.
    How can I ensure that only *one* blank space is allowed in Dreamweaver's code view, whenever I copy and paste text from webpages? Is there a way that I can preserve the texts' format and fonts while ensuring *one* blank space in code view?
    Any suggestions would be much appreciated.

    No, actually this is what happens:
    If one of us copies text from our blog online (www.altfg.com/blog/) we see the following in Dreamweaver's design view:
    Right behind Clash of the Titans, DreamWorks Animation’s How to Train Your Dragon, featuring the voices of Jay Baruchel, Gerard Butler, and
    America Ferrera, earned $3.8 million (+9.2%) domestically on Thursday,
    but in code view there are blank spaces between words. Blank spaces that shouldn't be there:
    <p>Right behind <em><strong><a href=
    "http://www.altfg.com/blog/movies-431/clash-of-the-titans-box-office-predictions/"
    >Clash       of the Titans</a></strong></em>, DreamWorks Animation’s <em>How to   Train Your Dragon</em>, featuring     the voices of <strong>Jay Baruchel</strong>,<strong> <a href=
    "http://www.altfg.com/blog/photos/bradley-cooper-gerard-butler-andrew-r-jones-810/"
    >Gerard       Butler</a></strong>, and <strong>America Ferrera</strong>, earned     $3.8 million (+9.2%) domestically on Thursday, </p>
    Notice the blank spaces separating "featuring      the voices" or "Gerard       Butler." Those shouldn't be there. Maybe it makes no difference. On the browsers, it all looks fine. But is there a way to ensure that Dreamweaver doesn't allow more than one blank space between words in code view?
    Also, *no one* has responded to my query about automatic hyperlinks for images. Any ideas?
    That has been such a drag.
    http://forums.adobe.com/thread/613801?tstart=30
    Thank you.

  • Paste html code into dreamweaver 8

    I'm creating my 1st website in Dreamweaver 8, and am trying
    to include a photo gallery. I haven't got as far as learning Flash
    yet, but Ive found a piece of html code that will do what I want
    and am now trying to place it on my dreamweaver file. I don't know
    how to do this though, can anyone help please?
    Many thanks
    Nic

    i think maybe you have answered your own question in your
    title.
    simply copy the html code from where ever it is and paste it
    into your DW page. paste it in using the code view though not the
    design view in DW.
    if your not sure where abouts to paste it in the code view
    then just go to design view and with your mouse select with one
    click on the area of page that you want the gallery to go, for
    example in the right cell of your table. then go back to code view
    and you'll see that the curser will be in the right place - then
    paste!
    hope this helps
    zac

  • Vendor Company Code View

    Hello,
    I wanted to know the importnace of Payment method supplement in Vendor Company code view>>payment transaction view.
    It would be kind if you explain by giving an example.
    Thanks.

    List of the Payment Methods to be Considered
    List of payment methods which may be used in automatic payment transactions with this customer/vendor if you do not specify a payment method in the item to be paid.
    If you do specify a particular payment method in the item to be paid, this specification has priority over the specifications in the master record. You may also specify payment methods in the item which are not listed in the master record.
    This field notifies that whether the vendor payment is to be made in cash, by cheque, bank draft etc.

  • Paste Google code into template?

    Hi all – I am trying to get my company site recognized by Google's tracking software. I am using templates, and trying to paste the code into the master template. The code as viewed in my Dreamweaver file is multi-colored and I cannot paste into the place where it is needed. Can you tell me why this is, and more importantly, how to remedy the situation?

    Here it is to the </head> tag. I think I've included all the important code (since Google wants their code put in before </head>.).
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <meta name="alexaVerifyID" content="95U4t0_M0WeCXeUdZ-WPwQzaUAc" /><html>
    <link href="../black text.css" rel="stylesheet" type="text/css"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #006600;
    body {
    background-color: #CCCCCC;
    background-image: url();
    margin-left: .5in;
    margin-top: .5in;
    margin-right: .5in;
    margin-bottom: .5in;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0000CC;
    font-weight: bold;
    a:visited {
    color: #FFFFFF;
    text-decoration: none;
    a:link {
    color: #006600;
    text-decoration: none;
    a:hover {
    text-decoration: none;
    a:active {
    text-decoration: none;
    .phone {
    font-size: 16px;
    .phone {
    text-align: center;
    -->
    </style></head>
    <body>
    I copied it directly from the code. I don't know if this matters or not, but the code is multi-colored, which didn't come through in the pasting. I appreciate your help...

  • Scrolling horizontally in Code view with tilt-wheel mouse.

    I'm having an issue with scrolling horizontally via my mouse's tilt-wheel, side-scrolling feature.  I'm using Dreamweaver CS6 in WIndows 7, but perhaps the bug may apply to CC as well.
    When I scroll sideways, the scrollbar moves, but it loses all of it's styling (gradient effect and draggable icon) but the view content does NOT move at all.  After side-scrolling, if I click anywhere in the Code view, the styling resets and the content tries to reconcile with the scrollbar's location, and the view breaks, like this:
    Scrolling vertically past these lines and back resolves the text breakage.  But, horizontal scrolling is still a pain unless I make the effort to drag the scrollbar with my cursor.
    I've considered it being a driver issue, so I reinstalled them and restarted.  I've installed legacy versions and restarted.  No dice.
    Has anyone else experienced this?  Why is tilt-wheel side-scrolling different than clicking the right arrow button?  Any help would be appreciated!

    Thanks Jon.
    But, I'd rather not word-wrap.  I see plenty of how-to's for word-wrapping, so I'm not sure if I'm really alone in wanting to visually maintain longer lines, or whether hardly anyone else has tilt-wheel issues, or that they don't find it worth posting for help about. 
    Hm.  I'll keep looking for a solution for a while longer.

  • How to link an image file in code view

    I can't seem to figure out how to link the image file in code view. It has to be in code view because the image is hidden in Design View so I can't do it in HTML view. Here's the coded section:
    <!-- TAB #3 CONTENT -->
                    <div id="tab3" class="tabsGeneral">
                      <div class="tabsFeatureImageContainer asyncImgLoad" title="img/index/tabs/tab3/DonateNow-168x112.jpg"></div>
                      <h3 class="tabsHeader">Partner With Us</h3>
                      <p class="tabsDesc">Get involved with all the exciting things God is doing at Provision House. Partner with us to help others find true and lasting freedom from addiction in Christ. <a href="http://provisionhouse.org/giving.html" class="commonLink">Click here</a></p>
    It's' the red jpeg image file I want to link to another page in the site and I don't have enough experience to do this.
    I am thankful for your help.
    Paul

    Thanks, Gramps. Here's the page I want to like to from the image:
    http://provisionhouse.org/giving.html
    Paul
    Here's the whole section where the problem exists:
    <!-- TABS -->
                <div id="tabsContainer">
                    <div id="tabsWrapper">
                        <!-- TAB #1 CONTENT begin -->                
                        <div id="tab1" class="tabsGeneral">
                         <div class="tabsFeatureImageContainer asyncImgLoad" title="img/index/tabs/tab3/WalkingByTheSpirit-168x112.jpg"></div>
                        <h3 class="tabsHeader">Session 5 of the Breaking the Chains Seminar Completed</h3>
                            <p class="tabsDesc">Visit the <a href="videos.html" class="commonLink">Videos page</a> to watch clips of Session 5, <span class="Italic">Walking by the Spirit</span></a></p>   
                        </div> <!-- tab1 -->
                        <!-- TAB #2 CONTENT begin -->                       
                      <div id="tab2" class="tabsGeneral">
                            <div class="tabsFeatureImageContainer asyncImgLoad" title="img/index/tabs/tab2/FreedomFromAddiction168x112.jpg"></div>
                            <h3 class="tabsHeader">Session 2, Freedom from Addiction</h3>
                            <p class="tabsDesc">Is it possible for the Christian to find true and lasting freedom from addiction? This session explains how all addictions are also sin, and it is sin that Jesus has set us free from. Anticipated release: November, 2011. <span class="commonLink"><a href="curriculum.html">Read about Session 2</a></span>
    <!--HIDDEN SECTION<<div class="tabsThumbsContainer">
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/1.jpg">
                                    <img src="img/index/tabs/tab2/thumb1.jpg" alt="" />
                                    <span class="desc displayNone">Dubai</span>
                                </a> 
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/2.jpg">
                                    <img src="img/index/tabs/tab2/thumb2.jpg" alt="" />
                                    <span class="desc displayNone">Dubai</span>                           
                                </a>
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/3.jpg">
                                    <img src="img/index/tabs/tab2/thumb3.jpg" alt="" />
                                    <span class="desc displayNone">Dubai</span>                               
                                </a> 
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/4.jpg">
                                    <img src="img/index/tabs/tab2/thumb4.jpg" alt="" />
                                    <span class="desc displayNone">Dubai</span>
                                </a>
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/5.jpg">
                                    <img src="img/index/tabs/tab2/thumb5.jpg" alt="" />
                                    <span class="desc displayNone">Dubai</span>                           
                                </a> 
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/6.jpg">
                                    <img src="img/index/tabs/tab2/thumb6.jpg" alt="" />
                                    <span class="desc displayNone">Dubai</span>                           
                                </a>                   
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/7.jpg">
                                    <img src="img/index/tabs/tab2/thumb7.jpg" alt="" />
                                    <span class="desc isplayNone">Dubai</span>                           
                                </a> 
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab2/8.jpg">
                                    <img src="img/index/tabs/tab2/thumb8.jpg" alt="" />
                                    <span class="desc displayNone">Dubai</span>                           
                                </a>
                            </div> --> <!-- tabsThumbsContainer -->          
                      </div> <!-- tab2 -->
                        <!-- TAB #3 CONTENT -->                        
                        <div id="tab3" class="tabsGeneral">
                        <div class="tabsFeatureImageContainer asyncImgLoad" title="img/index/tabs/tab3/DonateNow-168x112.jpg"></div>
                            <h3 class="tabsHeader">Partner With Us</h3>
                            <p class="tabsDesc">Get involved with all the exciting things God is doing at Provision House. Partner with us to help others find true and lasting freedom from addiction in Christ. <a href="http://provisionhouse.org/giving.html" class="commonLink">Click here</a></span>
                            <div class="tabsThumbsContainer">
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab3/WalkingByTheSpirit-350x250-no text.jpg">
                                    <img src="img/index/tabs/tab3/WalkingByTheSpirit-26x26-no text2.jpg" alt="" />
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab3/WalkingByTheSpirit-350x250-no text.jpg">
                                    <img src="img/index/tabs/tab3/WalkingByTheSpirit-26x26-no text2.jpg" alt="" />
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab3/WalkingByTheSpirit-350x250-no text.jpg">
                                    <img src="img/index/tabs/tab3/WalkingByTheSpirit-26x26-no text2.jpg" alt="" />
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab3/WalkingByTheSpirit-350x250-no text.jpg">
                                    <img src="img/index/tabs/tab3/WalkingByTheSpirit-26x26-no text2.jpg" alt="" />
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab3/WalkingByTheSpirit-350x250-no text.jpg"><img src="img/index/tabs/tab3/WalkingByTheSpirit-26x26-no text2.jpg" alt="" />
                                <a class="tabsThumb imgTipLeftTop" rel="img/index/tabs/tab3/WalkingByTheSpirit-350x250-no text.jpg">
                                    <img src="img/index/tabs/tab3/WalkingByTheSpirit-26x26-no text2.jpg" alt="" />
                                    </span>                           
                                </a>                   
                            </div>
    <!-- tabsThumbsContainer -->         
                        </div> <!-- tab3 -->
                    </div> <!-- tabsWrapper -->
                    <!-- TABS BUTTONS -->
                    <div id="tabsBtnBar">               
                        <div class="tabsBtn">latest news<span class="tabsSource">#tab1</span><span class="tabsSource">#tab1</span>                
                    </div>
                        <div class="tabsBtn">Current Project
                            <span class="tabsSource">#tab2</span>
                        </div>
                        <div class="tabsBtn">how to help
                            <span class="tabsDefaultTab"></span>
                            <span class="tabsSource">#tab3</span>
                        </div>                   
                    </div> <!-- tabsBtnBar -->
                </div> <!-- tabsContainer -->

  • Help navigating my own code view...

    ok, the particulars... mac, dw 8 (using it since way back in
    ver 2 - but hand-coding for years), more than enough power/ram for
    dw even though it's not relevant to the question...
    i'm usually about 70/30 in split view with code being the
    primary, or all code view... basically, to not go into the design
    view arguement... i don't need it or use it much outside of
    visually checking image paths as i work.
    bouncing around in the code view (moving my cursor) is quite
    a pain when compared to other text editors and word processors
    (even though the intent of the app is completely different) —
    and it would seem that since they've thought of most everything
    else, it's probably in here and i just can't find it...
    for example: in textedit, word, entourage and mail,
    illustrator, photoshop, any browser input box, etc... using
    command-arrow, option-arrow, command-shift-arrow, etc will all
    provide different desired results per the specs of each app... but
    in dw, it seems to me that (except the nice selection abilities
    using the shift modifier) it only does one thing. it will bounce to
    the beginning or end of the last/next element, attribute, or equal
    sign if that is the case, or in css it will only move between the
    next/last selector, attribute or value, etc...
    is there a simple way to jump to the beginnig or end of a
    line? or the beginning or ending of an element (w/ or w/o skipping
    the attributes inside)? are there any other ways to bounce around
    in dw that i just cannot find in the forums, help files, etc...?
    it seems an app this well-put-together and extensible
    wouldn't lack a feature that is common just about everywhere else,
    and hinder the productivity of the user... especially when most
    good coders i know barely take their hands off the keyboard to go
    to a mouse until they're viewing the site live to test
    interaction... i must be missing something i'm sure!
    anyone? even if it's pc-related, i'd assume there is a
    mac-equiv so don't be shy...
    thanks,
    - jeremy

    Within the Tomcat directory, under your application directory place the class file/s into the WEB-INF/classes directory. If your classes are part of a package place the entire directory structure of the package under the WEB-INF/classes directory.
    The import in the JSP is the same as for any Java class.
    Hope this solves your problem.

Maybe you are looking for

  • Can't open finder, appstore and other apps after installing updates

    Hi, I am using Mac book pro which I bought 3-4 years back. I have 8GB RAM. Processor: 2.4 GHz Intel core i5. Few days back I installed the updates and since then I am not able to open many applications like: Finder, App store and others. Some apps li

  • New bookmarks not being saved

    Beginning today my new bookmarks are not being saved. I read several KB articles and have tried: - making sure the bookmarks file is not read-only - reset browser.places in about:config - renamed the places.sqlite and places.sqlite-journal, and resta

  • Changes to pmset being ignored

    This is a question for advanced users. I'm on a mid-2012 "MacBookPro9,2" Before I upgraded to Mavericks, I was using the most up-to-date version of Mountain Lion. In Mountain Lion, I had my pmset standbydelay set to 24 hours instead of the default (I

  • Disk Utility-Partitioning EXTREMELY slow

    I just purchased a 250GB external HD for backups. I want to create two partitions so I have 50GB as a bootable HD clone (using Carbon Copy Cloner) and the remainder to use as ongoing backups with Time Machine. In Disk Utility, selecting First Aid wor

  • Publishing documents from local machine onto Infoview

    Post Author: ak004 CA Forum: Publishing Hi All, I am trying to upload/publish documents from my local drive on to Infoview so users can see them in infoview. We can do that by clicking "New" button and selecting the document. But is there a way to do