Help with setting up a new html page

Following the tutorial and it tells me to select 'structure' on the insert tab when setting up a new html page.  I do not have the 'structure' option.  Help please.

If you don't have the Structure option, you probably don't have Dreamweaver CC. The tutorial is designed for CC. It won't work with earlier versions of Dreamweaver.
If you're using Dreamweaver CS6, you might be interested in this six-part written tutorial series: http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1_cs6.edu.html.

Similar Messages

  • Help with setting up a new user account

    What is the solution to file sharing on the same computer with two separate User Accounts? I want to set up a new user account, but I want to be able to access the Documents, Music, Movies and Pictures folders, as well as others possibly in the original account. Is this easy to do, and/or possible without messing around too much with permissions and the like?
    Thanks,
    Mac

    Setting up read only access for other users is pretty easy. Just change a few permissions and you're done. I'll show you how to do it if you like.
    Setting up full read+write, well, that's a little trickier. It's because of how Mac OS X sets up permissions on new files and folders. By default, any new file or folder that is created gets full read and write permissions for the user that created it, and read-only for everyone else.
    Changing permissions on the two users' home folders to that both users have full read+write for everything inside can be done, and it's not too hard. The problem is when new files are added - they will be read only for the other user. So the procedure has to be repeated again and again, every time a new file is created.
    Having said that, it is possible to set up Access Control Lists on certain folders, so that anything that is created in to copied to the folder automatically gets read+write for both users. This is a little trickier to set up, but it can be done. I use it to share iMovie projects, and an iPhoto library between my and my wife's user accounts and it works well.
    The latter solution requires entering some scary-looking Terminal commands. If you bro is scared to ask for help in web forums then he sounds likely to be scared of Terminal commands too. :/

  • Need help with setting up a new iMac

    I tried to use Migration Assistant to set up my new iMac. I transferred data from PPB G5 10.5.8 but MA hung at "less than one min. remaining" so I closed the window. Is there any way to erase what has been transferred and start over again with transferring from G5 to iMac? Can I partition the iMac disk to put Boot Camp on one disk so I can use my WIndows applications?

    Personally I would just try to Migrate the data again, if it hangs just leave it to it, its more than likely trying to work out where to put the files or even might be re-writting bits of data to move your files from the older OS to the newer OS, given that the file structures are bound to be slightly different. Give it a chance and see how it goes.
    As for boot camp as fas as I know it comes with it installed so I don't see any reason you couln't install windows on the iMac, why you would want to it another matter.

  • Help with inserting SWF file into .html page

    I created a photo gallery in Flash CS5.5, using the advanced photo gallery template. It works fine as a standalone SWF file but it's not displaying properly when I try and insert it into the Gallery page of my website.
    The thumbnails are showing as blank white boxes and the main image holder isn't showing at all, though the controls beneath it are showing. The SWF file and all the images are stored in site/images/gallery/ and my Gallery page is in the root. What's going on here? Can anyone help please?
    Thanks

    If you are storing any of your Flash assets in sub-folders and having problems... it's most likely because of pathing problems. For review:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    What it boils down to is that you need to path the Flash assets from the Web page that you place the main .swf on... NOT the physical location of the .swf
    Best wishes,
    Adninjastrator

  • Need help with Java script calling an html page

    Hello -
    I have a bunch of web pages, that call a java script called "header.js". The "header.js" puts a header on the top of each web page. In the Java script, I have a gif (picture) that displays a logo and if you click on it, it will send to you a different website.
    I'd like to replace this gif with an actual web page. So, the "header" would actually be a web page and not some gif.
    Below is a snippet of the code and I'd like to replace the highlighted section with a web page called "header.html". I don't even know if this is possible.
    Can anyone tell me what I need to do? I know pretty much nothing about Javascripting so please be as detailed as you can. Thanks!
    /* Common header across all pages... */
    document.write('            <div id="header" class="clearfix">');
    document.write('                            <div id="left" class="float_left">');
    document.write('                                            <div id="logo"><a href="http://www.xyz.com/" onclick="window.open(this.href);return false;" onkeypress="window.open(this.href);return false;" target=_blank><img src="/images/xyz.gif" width="105" height="75" alt="" border="0" /></a></div>');
    document.write('                                            <div id="mainNav" class="clearfix"> ');
    document.write('                                                             <ul>');
    //document.write('                                                                         <li id="nav_controls"><a href="controls.html">Controls</a></li>');
    document.write('                                                                              <li id="nav_motion"><a href="motion.html">Motion</a></li>');
    document.write('                                                                              <li id="nav_sensor"><a href="sensor.html">Sensor</a></li>');
    document.write('                                                                              <li id="nav_encoder"><a href="encoder.html">Encoder</a></li>');
    document.write('                                                                              <li id="nav_system"><a href="system.html">System</a></li>');
    //document.write('<!--                                                                  <li id="nav_logs"><a href="#">Logs</a></li> -->');
    document.write('                                                             </ul>');
    document.write('                                            </div>');
    document.write('                            </div>');
    document.write('                            <div id="right" class="float_left">');
    document.write('                                            <div id="controls">');

    Well, the problem with this is that I'm not an expert on SSI and I really know nothing about javascripting...so I'm afraid of breaking the whole web site and also having to modify all the web pages that call this header.
    I'll have to read up on server side include...cause I don't know much about it.
    If I could do what I want with this "header.js", it would be a lot easier.

  • Create new HTML page with white background.

    When I create a new HTML page the background color in Design view is yellow. Dreamweaver Preferences and Page Properties do not show yellow. What to do?
    FredF

    I'm totally stumped as to why the default color is yellow. I do know that
    the website where I'm the webmaster, all the pages have a yellow background
    ( http://281st.com ).  But what that has to do with a new HTML default
    background page color in Dreamweaver I'm not knowingŠŠŠ
    The reason is the background color is hard wired in the body like this:
    <body bgcolor="#FFFFCC" style="text-align: center">
    Now if you are relying on your styles then you are going to be totally stumped because you won't be looking at your HTML code.  In fact most people won't remember to look at HTML code because they assume that because your work is quite proficient, you are not likely to embed styles in your HTML code. 

  • Help with image placement in new browser window.

    I need help trying to position images that are being opened
    in a new browser window. I have created a photo gallery with
    thumbnails that are links to the larger image. Ive used the
    behaviors panel to open the new image in a new browser window but
    the image is always shown at the top left margins of the new
    window. Is there a way to 1. center the image in the new window, 2.
    change the background color of the new window that opens.
    Any help would be appreciated.
    Stu

    If, as I read it, you are simply opening the image, it will
    always be upper
    left and cannot be changed. IF you wnat to position it, you
    will need to
    create a new html page and position your image on that page,
    then call the
    page, not the image from your thumbnail link.
    In Dreamweaver in the command menu try the "Create Web Photo
    Album" command.
    It will create all of your pages, links and thumbnails for
    you. (requires
    Fireworks)
    Michael Hager
    www.cmhager.com
    "Stu127" <[email protected]> wrote in
    message
    news:eo70n5$qo5$[email protected]..
    >I need help trying to position images that are being
    opened in a new
    >browser
    > window. I have created a photo gallery with thumbnails
    that are links to
    > the
    > larger image. Ive used the behaviors panel to open the
    new image in a new
    > browser window but the image is always shown at the top
    left margins of
    > the new
    > window. Is there a way to 1. center the image in the new
    window, 2.
    > change the
    > background color of the new window that opens.
    >
    > Any help would be appreciated.
    > Stu
    >

  • How to display everything inside a canvas on a new HTML page

    Hi, im trying to display images, words and everything inside a canvas on a new HTML page. By a click of a button, a new window with HTML page will pop up display the canvas. Can anyone help me?

    Apps and other media from iTunes can only be used with the account they were bought with.

  • I need help with setting up my Sun Java Studio Creator

    Hello all, i need help with setting up the Studio Creator, i"m new to all that staff so is there anyone to help me just a little with all that if yes email me at [email protected] or get me on AOL Instant Messanger with the screen name: wretch17
    thanks :-)

    Hi,
    Welcome to the Creator community! Thanks for your interst in Sun Java Studio Creator. Please feel free to post any question related to creator on this forum .
    Take a look the creator website at
    http://developers.sun.com/prodtech/javatools/jscreator/
    CreatorTeam

  • Can anyone help with setting up AirPrint on my iPhone 4

    Can anyone help with setting up AirPrint on my iPhone 4.  Printer is ready.

    you have a compatable printer correct? http://support.apple.com/kb/ht4356
    if you do may i introduce you to a hassel free app for your mac called printopia i use it also very easy to set up and use
    http://www.udeo.com/mac/printopia/
    hope thats helped
    Goody

  • Can anybody help me setting up my new IPad  I getting Germany language on my app store application.?.... I change the language option un the setup but it's still in German.

    Can anybody help me setting up my new IPad  I getting Germany language on my app store application.?.... I change the language option on the setup but it's still in German.

    Are you in Germany when connecting to the App store?  How long has it been doing this?

  • Purchased extreme to replace modem/router DSL used telephone cord need help with set up

    Prior to purchasing Airport Extreme had a standard modem/ wireless router from ATT for DSL. I have two macbooks both dropped connections while online with older modem.
    Airport Extreme purchased to correct connection issues I need help with set up. The older modem just used telephone cord. I tried to use telephone with extreme it did not work.
    How do I get extreme to work as the modem and router ?

    How do I get extreme to work as the modem and router ?
    you can't. the extreme is only a router. you need a separate modem (or disable the wireless part of your old router and use it as a modem - if that's possible).

  • I need help with setting up time machine for backup

    I would like help with setting up time machine for backup.

    You will need an external hard drive (formatted for a Mac).
    Then you plug it in and go to system preferences>time machine and select the external HD and turn it on.
    The backups are automatic.
    Barry

  • HT1695 i need help in setting up my new Iphone....please!!

    i need total help in setting up my new iphone....from the jump!!! Please help

    This might help you http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • Help With Setting Main Page

    Hey there,
    If anyone could solve this (likely simple) problem, I'd be so
    thankful!
    In dreamweaver, I have the main.html page set as the home
    page but when you go to www.knw-yr-own.com it won't show up but if
    you go to www.knw-yr-own.com/main it's there along with the rest of
    the site... what am I doing wrong?

    I could be wrong in my previous post. But here is what I am
    getting
    If I type this link
    http://www.knw-yr-own.com/main/index.html
    I get the right page but no pics and the links are not
    displaying pics
    either
    If I type this
    http://www.knw-yr-own.com/main.html
    I get your page displaying normally and all the links are
    just fine.
    So I will presume that Murray is right in the sense that your
    folders are
    not properly defined. But I would get a step further in
    saying that your
    site is not properly define too.
    aka Frenchy ASP
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:gdo4fu$b0c$[email protected]..
    > Your remote site is not properly defined. What do you
    have in the FTP
    > Host field, and in the Host directory field?
    >
    > When you connect to the site, and expand the Files
    panel, what FOLDER
    > names do you see at the topmost level of the Remote
    site?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "knw-yr-own" <[email protected]> wrote
    in message
    > news:gdo48g$aim$[email protected]..
    >> Hey there,
    >>
    >> If anyone could solve this (likely simple) problem,
    I'd be so thankful!
    >>
    >> In dreamweaver, I have the main.html page set as the
    home page but when
    >> you go
    >> to www.knw-yr-own.com it won't show up but if you go
    to
    >> www.knw-yr-own.com/main
    >> it's there along with the rest of the site... what
    am I doing wrong?
    >>
    >

Maybe you are looking for