Creating your first website – Part 3: Adding content to pages - insert/formatting...

text using split view and typing in a Return in Mac OSX right after the end of the text you want to make a header out of does not create an end paragraph in the code view for me. It does create a CR LF in the code view but not an end paragraph tag (</p>).
I had to go into the design text to create an end paragraph in the code view.
Also putting the cursor on the heading "Inside Tesla Mortors" and clicking on heading 2 from the properties format list creates a <h2> </h2> line right below the text and in Design view there is at least two extra lines created. None of this is going like your tutorial said.
Any ideas?
  Dave V.

I seem to be able to work in Design view just fine but the tutorial shows that I'm suppose to be in code or split view.
You're supposed to be in Spilt View.
Split View (Split Vertically) - working in Design View on the RHS and observing - learning - what DW does in Code View on the LHS.
Here is the screen print of some of the text in his tutorial that shows code view not Design view. I'm confused.
Yes, I've seen the article
http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt3.html
The screenshot shows Split View - not Code View.
Work in Design View on the RHS of Split View.

Similar Messages

  • Adobe dreamweaver cs5 creating your first website part 2

    I'm trying to do the study creating your first website 2 but I have a problem. Maybe I'm stupid but all the time they are talking about figures but I don't see any picture. In part 1 they where there but in part 2 I see or find no pictures or figures at all. Can anyone help me, maybe even after that has stopped laughing about my ......hahaha Thanks!

    I'm at this moment in Portugal and I work with Mozilla, I tried with Explorer but the same result. I got an answer from Hans G who suffers the same problem and he said we had to be patient.....because the tutorial would come later. But you have it already? well patience can be a good thing on the right moment offcourse, thanks anyway it seems that I have to......
    Date: Sun, 20 Feb 2011 15:55:20 -0700
    From: [email protected]
    To: [email protected]
    Subject: Adobe dreamweaver cs5 creating your first website part 2
    I see only the letters figure 1,2....8 etc. but no picture.and if I click on them nothings appears!
    In which part of the world are you located?
    Have you tried using a different browser?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    >

  • What's wrong with this html and css code? ref: Create your first  website tut.

    In reply to David Powers re: design view doesn't translate to browser.  I hope this is the approved way to send copies of code and images.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>cable cars</title>
    <link href="main.css" rel="stylesheet" type="text/css">
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
    <script>var __adobewebfontsappname__="dreamweaver"</script>
    <script src="http://use.edgefonts.net/source-sans-pro:n6:default.js" type="text/javascript"></script>
    </head>
    <body>
    <div id="#wrapper">
      <header id="top">
        <h1>Bayside Beat</h1>
        <nav id="mainnav">
          <ul>
            <li><a href="index.html" class="thispage">Home</a></li>
            <li><a href="sightseeing.html">Sightseeing</a></li>
            <li><a href="eating_out.html">Eating Out</a></li>
            <li><a href="whats_on.html">Whats On</a></li>
            <li><a href="where_to_stay.html">Where to Stay</a></li>
          </ul>
        </nav>
      </header>
      <div id="hero">
        <article>
          <h2>Be  Where It&rsquo;s At</h2>
          <p> </p>
          <p>San Francisco is one of the most exciting and vibrant cities on  the planet. Bayside Beat is here to keep you informed of the best  places to see, where to eat, what to do, and where to lay down your  weary head after an action-packed day—or night—on the town.</p>
        </article>
      <img src="golden_gate.jpg" width="1214" height="547" alt=""/>  </div>
      <article id="main">
        <h2>Riding  the Cable Cars</h2>
        <p> </p>
        <p>No visit to San Francisco is complete without a ride on the iconic  cable cars that climb up the vertiginous hills of the city. Of the  twenty-three lines established between 1873 and 1890, three remain:  two routes from downtown near Union Square to <a href="http://www.fishermanswharf.org/">Fisherman's Wharf</a>, and  a third route along California Street.</p>
        <p> </p>
        <p>The cable cars rely on cables running constantly beneath the  road&rsquo;s surface. The driver—or gripman—uses a lever to grip the  cable to pull the car and its passengers up the hill. The gripman  requires not only great strength, but also great skill. He needs to  know where to release the cable to coast over crossing cables and  points. The conductor works in close cooperation with the gripman,  operating the brake at the rear of the car to prevent it from running  out of control on the downward slopes.</p>
        <img src="cable_car1.jpg" width="400" height="266" alt=""/>
        <figure>
          <p>The cable car terminus near Union Square</p>
    </figure>
        <p> </p>
        <p>Although the cable cars are now mainly a tourist attraction,  they&rsquo;re still used by local commuters to get to and from work. The  California Street line is particularly popular among commuters on  weekdays.</p>
      </article>
      <article id="sidebar">
        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
        <HTML>
        <!--          @page { margin: 2cm }          A:link { so-language: zxx }      -->
        <BODY DIR="LTR">
        <h2>Cable  Car Tips</h2>
        <p> </p>
        <p>A single ride on a cable car costs $6. If you plan to travel  around the city, it&rsquo;s often cheaper to buy a Muni Passport, which  gives you unlimited rides on San Francisco&rsquo;s extensive public  transport system, including the cable cars (but not the <a href="http://www.bart.gov/">BART</a> subway  system). Even a single-day passport ($14) will save you money if you  make a return trip, and stop off to visit Chinatown one way.</p>
        <p> </p>
        <p>There are often long lines at the cable car terminus, particularly  on the Powell-Mason and Powell-Hyde routes. If you don&rsquo;t want to  wait, try walking a few stops along the route. The conductor usually  leaves a small number of places to pick up passengers on the way. The  California Street route is generally less crowded (but not as  spectacular).</p>
      </article>
      <div id="footer">&copy; Copyright Bayside Beat 2013</div>
    </div>
    </body>
    </html>

    Some very strange code that doesn't belong. 
    <article id="sidebar">
        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
        <HTML>
        <!--          @page { margin: 2cm }          A:link { so-language: zxx }      -->
        <BODY DIR="LTR">
    Not sure how that got in there but it is definitely not valid.  Looks like a bad copy & paste from some other document.
    Have you reviewed the fundamentals of HTML5 docs yet?  Knowing the basic structure  will help you more than anything else you can learn at this point. 
    Each page has:
    one DOCTYPE,
    one set of <html> tags,
    one set of <head> tags,
    one set of <body> tags. 
    http://www.w3schools.com/html/html5_intro.asp
      <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Title of the document</title>
    </head>
    <body>
    Content of the document......
    </body>
    </html>   
    Nancy O.

  • I would like to start the "Creating your first website by David Powers," tutorial again from scratch. How do I delete what I have now?

    Or I am unable to see the website when I activated Dream Weaver that I have worked on so far. I am confused. Can someone help?

    Not sure what you mean about being unable to see the website when you activated Dreamweaver, but the simple way to start the tutorial from scratch is to delete the files. Then replace them with a fresh set from the download zip file.
    You can delete the files in the Dreamweaver Files panel. Alternatively, use the Windows File Explorer or the Mac Finder.
    If you want to delete the site definition in Dreamweaver, select Site > Manage Sites. Select the site in the list that appears, and click the minus button at the bottom left to delete the site from Dreamweaver. Note, however, that deleting the site definition does NOT delete the files or folder that you created. It simply removes the site definition from Dreamweaver.

  • Creating your first application

    Hello,
    I've downloaded manual "Creating Your First LiveCycle® ES
    Application". I was following all the instructions there,
    but when I try to start process in workspace I get an error:
    An error occurred creating the form (task 109, form 0). (ALC-WKS-007-040)
    Does anyone else have similar problems or this app. works fine?
    any experience?

    I think I found the solution for this error.
    In a Workbench ES we can create forms, and those are 2 kind of forms:
    1) Adobe XML Form File (XDP)
    2) Adobe XML Form File (PDF)
    When I create a process and for initForm variable I chose an XDP form then I can not view the form in Workspace, and I get this error ALC-WKS-007-040. If in initForm variable I chose an PDF form then I
    can see the form in workspace!!!!! :-)
    But now I get to another problem ;-( Which type for the initForm variable should I use? I think I can not use for the type xfaForm.
    I mean I've tried, but then even a simplest process (for example to submit the form to another user) is not working. I mean I can not submit the form.
    I'll try to describe the process I've created:
    I've deployed 2 components, first one is SetValue (Start Activity), and another is User component. I've created variable initForm, selected REQ., IN, OUT, as a type selected xfaForm, for the Template URL selected the PDF form.
    At the user component, I've selected a user from Def.Domain (apink), and at the FormDataMappings tab I've selected the initForm as Input form variable, and Output form data. Also I've tried with different values at these fields but still it is not working!
    Do you have any ideas?

  • Adobe muse (Tutorial) how to build your first website isn't right?

    hi there,
    I have a question i was trying to follow the tutorials from Katys bakery (how to build your first website in adobe muse )
    now im following it, ant some things aren't right, i think so.
    im from holland (so my english isn't that good, but good enough to read it, i hope so, or my english really sucks..
    My next question is: wil some one do te tutorial 2, and discus this project with me?
    i need to be sure if im wrong of the maker of the tutorial, It's just frustation u get, i want to learn something and i do only sometimes i can't get further and then im looking at the screen for a hour
    U can fint the tutorial here http://helpx.adobe.com/pdf/muse_reference.pdf
    Let me now soon
    tnx

    Please let us know if there is anything you need help with.
    Thanks,
    Sanjit

  • Part 02 - Creating Your First Webpage | Classroom: Basic Site Layout and Navigation in Dreamweaver | Adobe TV

    Take a quick tour of the Dreamweaver workspace including various panels and the Code/Design views.  Begin building your page by starting with a blank HTML page, and then bring in your content from a text document.  Go on to brush up the page by changing some of its basic properties.
    http://adobe.ly/wMVCOn

    here is the link
    http://downloads.tv.adobe.com/2012-06-26/2cb49ae4-317a-790a-0585-b115cce63ded.zip

  • In FF5.0 this Tab Groups feature doesn't work: "Once you've created your first group, the Tab Group button will be added to the right end of the tab strip to give you a one-click way to get back to your groups."

    The sentence in quotes in my question is from the instructions under "What are Tab Groups?" (Redirected from "What is Panorama?")

    Thank you cor-el. I had tried that but the icon wouldn't go on the tab bar. Now it will.
    All this may be me, but I still suspect FF5. For WHY did it not happen automatically, as the help page indicates?
    Sorry, only just got back to click Solved, as the icon is now where it's supposed to be. The icon I got from the Customization window before was useless on my cluttered toolbar, and I thought the only way to get it to appear on the tab bar as advertised was to remove it completely and see if it appeared in the right place after a reboot or something. I think we're probably still at the stage where we have to settle for ad-hoc fixes of the mercurial behaviour of new versions.

  • Creating your first AIR application for Android with the Flex SDK

    This question was posted in response to the following article: http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac25d3d8c712b2d86751e-8000.html

    The name of the self-signed cert that is generated in the "Create the APK package file" step is sampleCert.pfx, but the name of the file in the next step is sampleCert.p12. This should be fixed.

  • Creating your first LiveCycle ES2 Application

    Got about halfway done with the tutorial and realized that it requires LiveCycle Output ES2.  That is an optional component that we don't have.  I would assume many others don't as well.  Did anyone catch this fact before now?  It is not documented in the document as required, but the services you have to configure do indeed require it.  Thoughts?
    http://www.adobe.com/go/learn_lc_firstApplication_9

    Hi Eric,
    You are correct. The Output service is required as listed on page 5 "Installing a LiveCycle ES2 server". It mentions that you need Adobe LiveCycle Output ES2 and Adobe LiveCycle Process Management ES2 to complete the tutorial. If you have access to the server, run the installer again and select Output ES2 in the LiveCycle Configuration Manager. H
    Hope that helps!

  • I recieved my brand new mac today, im on the start up bit but my keyboard refuses to connect with the mac?The mouse is fine, but i cant get past the 'create your comuper account' part as the keyboard just wont connect? ugh what do i do

    ?

    Did you turn on the keyboard by pressing the round side button (right side, I think) such that the green light starts to blink? Then open Blue Tooth preferences in order to pair the keyboard to the computer.

  • Adding content to a web page [was: Help with basic question (i think)]

    Hi there everyone, first time in this forum.
    Im creating a website for the first time in dreamweaver after using other programmes and have so far created a banner and nav bar across the left hand side. I am unsure on how i am meant to add any content into the actual centre of my page as there is no box there to write in or add pictures and when i create a image or div or table they all just hug the top of my page and refuse to go next to the navigation bar like i need to it! im sure it is simple but i am finding it so much harder to use than any other programme.
    Im trying to do a list of pictures and descriptions for my mums business.
    any help would be greatly appreciated.
    thanks!
    Harry

    Harry, I have moved your post from the HTML5 Pack forum to the Dreamweaver General Discussion forum, which is the most appropriate place for this sort of question.
    Dreamweaver is a professional web development program that requires at least basic understanding of the underlying web technologies: HTML and CSS. It's not a WYSIWYG program where you can just drag and drop items on a page. To give you a better understand of how Dreamweaver works, it might be a good idea to try the Building Your First Website tutorial here: http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html.
    Since you're new to this forum, I also suggest you take a few moments to read How to get help quickly, and browse through the Dreamweaver FAQ.

  • First Website

    I'm looking at creating my first website for my wife's home based, hand craft business. Nothing fancy to start with. An intro, some pictures and a link to her e-mail. Is there anything that I should read or watch before I start, besides whats on the Apple Support pages?

    Be aware that +"iWeb websites are not made to be search engine friendly."+ ...Read more here:
    _SEO For iWeb: How to get your iWeb Websites into Google & Other Major Search Engines_
    iWeb is designed for personal sites and so Apple apparently assumes you'll simply pass your site's URL to friends & family. Consider Weebly for a free, web-based design app which also offers e-commerce:
    http://blog.weebly.com/2/post/2009/05/announcing-weebly-e-commerce-features.html
    Or, there's Sandvox Pro which integrates search engine optimization:
    http://www.karelia.com/sandvox/getyour_site_noticed_andb.html

  • Creating Flash/Html Website Front Page

    HI, i hope someone can help clear up my confusion.
    Im creating a website in flash at the moment. I want the
    first page of the site to be am HTML page where people without
    flash can view the page (download flash if they havent got it) then
    enter the site. Is this initial HTML page which will link to the
    main flash site created within flash somehow or is it created in a
    programme such as dreamweaver then links to the flash movie?
    Thanks so much for any help (im new to flash so a bit unsure
    of the complete process off making the site accessable for people
    withouth flash and publishing to the web)
    Adam

    if ur using front page it easy...you don't link to individual
    flash files but to html pages with flash embedded in them. you
    create your flash website...and make sure you publish it by
    selecting HTML and Flash in the publish settings..you embed the swf
    file into a html page by opening the published html in notepad
    copying the html and pasting it into front page. this html allows
    the flash site to be seen. within that html there is a line of code
    for an alternate page which will lead people without flash to a
    different page..you can change this if u wish to one that you have
    created allowing people to download flash player.

  • How do I create a similar website (Was: how to make)

    i need link for tutorial or little help i try make it site somthing like this { link removed by moderator } but i dont know how to start any ideas ?

    If you're new to Web Design, start learning HTML, CSS and Web Design Theory.
    Basic HTML, CSS & Web Design Theory Tutorials -
    http://www.html.net/
    http://w3schools.com/
    http://www.csstutorial.net/
    http://cookbooks.adobe.com/post_Centering_web_pages_and_other_elements_with_CSS-16640.html
    http://css.maxdesign.com.au/floatutorial/
    http://webdesign.tutsplus.com/sessions/web-design-theory/
    Creating your first web site in Dreamweaver -
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Nancy O.

Maybe you are looking for

  • IPhone 4S voice memo will no longer sync

    hi everyone, I have an iphone 4s running the latest OS 5.0.1  and itunes 10.5.3 on a 8 core tower, last generation. Previousle I had no issue syncing my voice memos but it seems that anything after jan 19, 2012 will not sync any longer. They appear o

  • Screen flickering when window is open on Cinnamon

    Hi, I have a fresh Arch install with Cinnamon DE(version 2.4.0). When I loggs in(always) or open some window(often) my screen flicker(what is shown in this video: http://www.dailymotion.com/video/x29jkt … 60313_tech ). I'm using open source xf86-vide

  • HP sweetens relationships with customers by making CRM social

    Social Media is the fastest growing channel of customer service at HP.  This is no surprise as more and more customers are seeking help on Twitter, Facebook, and other social media sites. According to a Simply Measured 2014 report*, “Users are adopti

  • Photoshop Cs 4 Image Processor

    Unable to use image processor feature in CS 4. Error message indicates "Cannot find javascript plug-in. This feature was working just fine until a few weeks ago. Nothing unusual has changed. Thanks

  • Optimize

    Hi, Basically I'm looking for optimisation tips really.  It's kind of a gaming question as well =S Basically myself and one of my housemates both have an Xbox 360.  His is wirelessly connected and his NAT is open.  Mine is not and if moderate. Also m