HTTP name of pages in dreamweaver

Hi,
I decided to build the majority of my website in flash. I.e. build different components (such as a calender) in flash and then I planned to import each component into dreamweaver on a seperate page and publish. The only trouble with this is that I have tried to link pages together using code in flash that goes to a specific web page. How do I name my webpages in dreamweaver so that it will go to that page.
E.g. I have created a link in a flash document to www.mywebsite.com/about - how do I name this page in dreamweaver so that it links to this page?
Cheers,

That seems simple enough.
Thanks for your help Joey...much appreciated.
Quick question though: do I have to create a folder in the root directory on the local server, or my website server, or both?

Similar Messages

  • Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?

    Is there a way to LIST OUT all of the active images that are currently being used on a page in Dreamweaver?  Or do I have to click each one and write down the image name by hand?
    Thanks!
    LJ

    Alternatively use a browser:
    Use the Firefox Web Developer Toolbar
    https://addons.mozilla.org/en-US/firefox/addon/60
    Images > View Image Information
    or the List All Images Add On for Firefox
    https://addons.mozilla.org/en-US/firefox/addon/3688
    or the Web Developer tools in IE8 (or earlier), F12 > Image > View Image Report

  • Viewing asp pages in Dreamweaver

    Developed an aspx page in Visual Studeo, but cannot view the
    page in Dreamweaver's design mode - only shows me the code
    view.

    Also, I went into manage sites, coldfusion8 tutorial (the name of the site)
    And in the site definitions box I have:
    Local Root Folder: C:\xampp\htdocs\Coldfusion8
    tutorial\cf8gettingstarted\tutorial\
    Default image Folder: C:\xampp\htdocs\Coldfusion8
    tutorial\cf8gettingstarted\tutorial\images\
    HTTP address:
    http://localhost/coldfusion8%20tutorial/cf8gettingstarted/tutorial/
    OMG how stupid am I? (don’t answer that)...
    I copied files to that directory and I can view them now by pressing f12 in
    DW.
    But can you explain why you think the browser jumps to index_content when I
    call for index.cfm
    Thanks for all of your help everyone. Sorry If I wasted anybody's time. I
    thought I had tried that but, in the confusion, it looks like I didn’t, or
    something.
    Thanks again
    Now I can start learning how CF handles databases.
    If you know of any good tutorials for a total novice, if you could let me
    know, that would be great!
    Many Thanks!

  • Apply template to html pages in dreamweaver 2004

    How do I apply a template to html pages in dreamweaver 2004?
    The template has editable regoins. Will this effect it?
    Why do I get an orphan message when I try to apply the
    template to new pages?

    You don't want to apply templates to pages. Instead use FILE
    | New > Page
    from Template > site name > template name, spawn a new
    page, and use this
    page for the content. THis is not really an issue for a brand
    new page, but
    if the page already has content when you apply the template,
    you'll see what
    I mean.
    You are being confused by a) not understanding root relative
    vs document
    relative links, and b) not understanding how DW previews
    files.
    If I have a document with a link to an image that looks like
    this -
    <img src="/images/foo.gif"...
    That's what's called a root relative link.
    If I preview that document in DW, then the browser gets the
    document, sees
    the leading "/" and reads that as the root of the hard drive,
    since the
    browser has no idea where the root of the site is. Thus, the
    image is
    broken in the preview.
    If I have temp files enabled, then DW will secretly convert
    the file being
    previewed into a temporary file, and hand that to the
    browser. This temp
    file has had all root relative links converted to document
    relative links
    (as you will see by looking at the code in the browser), and
    has had all
    include files actually embedded in the page, and has had all
    external CSS
    and js markup embedded in the page. In other words, DW has
    made the
    document into a stand-alone page.
    If you do not have temp files enabled, all of these links
    would be broken on
    preview.
    Now - if you are using root relative links, AND you have temp
    files enabled,
    AND you click away from the previewed document, then all of
    your links will
    be broken, since DW has not made that linked file into a temp
    file. This is
    what you are seeing.
    So - if you want to click away on preview, then you must use
    document
    relative links for the site -
    <img src="../images/foo.gif"... (for example)
    These will still work on preview since the browser knows how
    to determine
    the current file's location and how to follow that path.
    GEDDIT?
    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
    ==================
    "happydreamweaver" <[email protected]> wrote
    in message
    news:[email protected]...
    > How can I apply a template to new pages? I have done the
    following:
    > Apply the template to the pages as follows:1 Select File
    > Open.
    > 2 Browse to and select index.html.
    > 3 Select Modify > Templates > Apply Template to
    Page.
    > 4 Type the title of the page in the Banner Editable
    Region. Type or insert
    > text in the Body Editable Region.
    > 5 Select File > Save.
    >
    > Then when I preview the broswer, I see the html page as
    I should, put when
    > I
    > click to a new page, the new new doesn't have the
    template.
    >
    > Also, when I went to apply the template to a new page, a
    message said that
    > I
    > had orphaned stuff. What does that mean and how can I
    get the template
    > show
    > apply without the hassle.
    >

  • Make invisible page with dreamweaver 8?

    hi there, I need a help please, about "can I make an invisible page with dw8?"
    invisible page I mean is can I mean my website visitors can still have access to this page but this page name is now listed in the menu list.
    and also, the 2nd is:
    if I have 5 pages, and I want the menu list (consist of pages name) to be shown in only 3 of them how to do it?
    I'm beginner, if you might think this is a silly question.
    thx for the help

    Hi
    To get you started in creating web sites, try one of the tutorials from this page http://www.adobe.com/devnet/dreamweaver/, or if you prefer video tutorials try http://tv.adobe.com/product/dreamweaver/.
    As for your first question do as you say, create the page and do not link to it from within your main content.
    PZ

  • How to add an extra page to the index.html page on dreamweaver CS6?

    How to add an extra page to the index.html page on dreamweaver CS6?

    Index.html = your domain's home page.  There is only one home page per site.
    To create a new page from your index, go to File > SaveAs > filename.html.  Repeat for other site pages.  Add links on your index page that lead to other site pages.
    See  Creating your first web site in DW CC (5-part tutorial)
    https://helpx.adobe.com/dreamweaver/learn/tutorials/how-to/first-website-part1.html
    Nancy O.

  • Adding keywords to a web page with Dreamweaver 8

    Hi,
    Does anyone of you know how to add keywords to a web page
    with Dreamweaver 8? I want the link to the web page shows up when
    people google the keywords. I pulled out the instructions from
    ehow.com and followed the instructions by using the HTML Keywords
    function in the Insert menu. I tested it on Google website by
    entering the keywords but it did not work.
    Any clues would be helpful.
    Thanks,
    Shirley

    Let's put it this way - those sites I have that are highly
    ranked do not
    have any meta keywords on them. So - you do the math....
    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
    ==================
    "Nancy O" <[email protected]> wrote in message
    news:[email protected]...
    > Maybe...
    >
    >
    http://www.hypergurl.com/articles/metatagswhatare.html
    >
    > "Will Meta Tags Improve My Rankings?
    >
    > Unfortunately, the majority of the major search engines
    do not recognize
    > the
    > meta keyword tag at all. A larger number do recognize
    the meta description
    > tag for the purpose of creating a summary for the page.
    The prevailing
    > philosophy is that search engines prefer to index text
    that is clearly
    > VISIBLE to the user, although exceptions are certainly
    made. The engines
    > in
    > general consider invisible text, such as that found in
    meta tags, as
    > "untrustworthy" since they can be easily abused by an
    unethical Webmaster.
    > For example, someone could list out many keywords that
    do not apply to
    > their
    > page's content, or they could repeat a keyword many
    times in hopes of
    > boosting their rankings.
    >
    > Of the engines that do support meta tags, none are
    thought to give extra
    > "relevance" to words appearing in meta tags versus
    elsewhere on the page.
    > In
    > fact, most engines give words in these tags less weight
    than if they had
    > appeared elsewhere on the page such as in the body area
    or the page title.
    >
    > You might then conclude that meta tags are useless?
    Well, not quite. You
    > definitely want to include a meta description tag on
    every page to avoid
    > the
    > search engine making up its own description from random
    excerpts on the
    > page.
    >
    > In regard to the meta keyword tag, many experts believe
    that including a
    > keyword in BOTH your meta tags and in other areas of
    your page CAN help
    > improve your rankings. For example, let's say your
    keyword was "Star Wars
    > collectibles" and it appeared in the body text that is
    visible to the
    > user.
    > If the keyword were also included in your meta keyword
    tag, then that
    > would
    > reinforce to the search engine that "Star Wars
    collectibles" was an
    > important theme on this page. Although no extra
    relevancy boost is given
    > for
    > including the keyword solely in the meta tag, some
    engines may look to the
    > meta tag as a way to reinforce their belief that a page
    is relevant if all
    > the other more important factors "check out" too.
    >
    > In any case, including the tags are unlikely to hurt
    your rankings if you
    > follow a few simple rules. Be careful not to repeat the
    same keyword more
    > than two or three times in the tag. Never repeat the
    same word twice in a
    > row or you may trigger a search engine's "spam filter."
    Lastly, never
    > include keywords that do not apply to the content of
    that page."
    >
    >
    > --Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    >
    >
    >
    > "John Waller" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> > No one? Several regulars here do.
    >>
    >> Is there any point in using them other than typing
    practice?
    >>
    >> --
    >> Regards
    >>
    >> John Waller
    >>
    >>
    >
    >

  • Links in preview don't show template on new page in dreamweaver 2004

    links in preview don't show template on new page in
    dreamweaver 2004?
    I have created new html files using a template, then saved
    the file with a new html name.
    I preview it in my local broswer, the first page I want the
    preview shows uo OK. When I click to link to a new page in my root
    folder, the new page shows up, but not formatted with the template.
    Why and how can I fix this?

    "P@tty Ayers ~ACE"
    <[email protected]> wrote in message
    news:finae3$9vg$[email protected]..
    >
    > "happydreamweaver" <[email protected]>
    wrote in message
    > news:fina1g$9dv$[email protected]..
    >> ?links show new page, but not the template design in
    preview broswer?
    >
    > Not mind reader, need more info. :-)
    Never mind - you already posted this question and got some
    excellent help.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • How do i save a page in dreamweaver so it works in an Email?

    How do i save a page in dreamweaver so it works in an Email?

    Some more reading for you:
    http://alt-web.com/Articles/HTML-Emails.shtml
    Related Links:
    Creating Cross Client HTML E-Mails in Dreamweaver -
    http://www.adobe.com/devnet/dreamweaver/articles/html_emails.html
    Coding HTML E-mails and Newsletters -
    http://articles.sitepoint.com/article/code-html-e-mail-newsletters
    Nancy O.

  • [Locked] Centering an oversized web page in dreamweaver

    for a web programming class
    an extra credit challenge is to fix all found issues with some example web pages in dreamweaver
    in the first example page the most obvious problem is that the page has oversized dimensions
    which are 1680 x 1050
    so the main issue that it creates is a problem with the horizontal centering
    I'm looking for a coding/ script solution in dreamweaver that will automatically center the page when uploaded to the web
    I've attempted several web tutorials and so forth but have yet to come across something that actually works for me
    I am aware that this could be due to incorrect placement within the script
    so I have decided to include the a basic version of the example script.
    I appreciate any solutions that can be given...
    Here is the sample script
    <html>
    <head>
    <title>MockWeb_Example</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (MockWeb_Example.psd) -->
    <table id="Table_01" width="1680" height="1050" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td rowspan="2">
                <img src="images/Mock_LeftGrade.gif" width="397" height="1050" alt=""></td>
            <td>
                <img src="images/Mock_Header.gif" width="912" height="524" alt=""></td>
            <td rowspan="2">
                <img src="images/Mock_RightGrade.gif" width="371" height="1050" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/Mock_Menu.gif" width="912" height="526" alt=""></td>
        </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>

    Ramón G Castañeda wrote:
    PjonesCET wrote:
    If they stray into the wrong Forum. Then its our duty to point them in the right direction.
    That's bull!  When absent minded folks wander in here by mistake, telling them they are in the wrong forum will suffice.
    Nobody here is under any obligation to answer a given question, ever.  "Duty" my foot!
    Where in the above quote did I say to answer the question. I said point them in the right direction.
    Think back to the first time you ever went into a Forum or newsgroup. Back when you was a Greenhorn/newbie. (oh that's right you been on the net so long, you've never been a newbie.) Did you pick a group you thought was correct one. Did someone help you, or did you get your whatever chewed out. Did getting the help make you feel as though people try to help. The th chewing out make you feel  like slinking a wayand never returning for support from that software company's Forum/newsgroup.
    I ventured acidentally in the Office PC group on the msnews server years ago. and I received mostly geting my what-you may-call-it chewed out. But then I go almost as many suggestions as to what groups I should go to. I chalked up the chewed variety to the PC Macintosh war going on at the time. But appreciated the one that pointed be to right place.
    At that point, I decided that if someone gets lost I will try to find out where for them to go, and send them to correct area.

  • Centering web page in Dreamweaver

    for a web programming class
    an extra credit challenge is to fix all found issues with some example web pages in dreamweaver
    in the first example page the most obvious problem is that the page has oversized dimensions
    which are 1680 x 1050
    so the main issue that it creates is a problem with the horizontal centering
    I'm looking for a coding/ script solution in dreamweaver that will automatically center the page when uploaded to the web
    I've attempted several web tutorials and so forth but have yet to come across something that actually works for me
    I am aware that this could be due to incorrect placement within the script
    so I have decided to include the a basic version of the example script.
    I appreciate any solutions that can be given...
    Here is the sample script
    <html>
    <head>
    <title>MockWeb_Example</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (MockWeb_Example.psd) -->
    <table id="Table_01" width="1680" height="1050" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td rowspan="2">
                <img src="images/Mock_LeftGrade.gif" width="397" height="1050" alt=""></td>
            <td>
                <img src="images/Mock_Header.gif" width="912" height="524" alt=""></td>
            <td rowspan="2">
                <img src="images/Mock_RightGrade.gif" width="371" height="1050" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/Mock_Menu.gif" width="912" height="526" alt=""></td>
        </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>

    The people who have replied to you are well-informed, long-time contributors, in some cases experts in this field and they know exactly what you're asking.   You want this user forum to hand you a solution to your homework assignment so you don't have to work it out on your own. So far you've done little to bolster sympathy from this group. 
    Start by running code through these on-line tools and fix the reported errors.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    If you don't know something, look it up  .
    HTML & CSS Tutorials - http://w3schools.com/
    That's all folks,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Can't view page in Dreamweaver

    There is one page in Dreamweaver that doesn't show the web
    page (design), only the html shows up. I have it clicked on
    "split", but still nothing shows. How can I fix this? Thanks

    You have several problems on that page.
    For one, you call a routine in the body tag that is not
    mentioned in the
    javascript in the head -
    <BODY BGCOLOR=#316AC5
    background="../navimages/background.jpg"
    ONLOAD="preloadImages();">
    The code for the function named "preloadImages()" is not in
    the head of the
    page. What *is* there is the code for the DW function
    "MM_preloadImages()",
    but you do not call that one. This causes your page to throw
    a javascript
    error when it loads - since it cannot find the object called
    "preloadImages()". The solution would be to remove that call
    from the body
    tag, e.g.,
    <BODY BGCOLOR="#316AC5"
    background="../navimages/background.jpg">
    (note that proper syntax requires quotes around all attribute
    values)
    and then to reapply any preload that you want (I wouldn't
    bother) using DW.
    Your larger problem, though, is that your table structure is
    broken, and DW
    cannot figure out how to render it or its contents - that's
    why you don't
    see anything in DW. I would go through the code carefully and
    find out why
    DW thinks that your tables have too many cells in some rows
    compared to
    others - by this I mean that your cell configuration from one
    row to the
    next is not internally consistent throughout those inner
    nested tables.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "marygg" <[email protected]> wrote in
    message
    news:ehbhjl$i5o$[email protected]..
    > Thank you, Murray "Ace"! I'm afraid the html is too long
    to post here,
    > the page can be viewed at
    http://leppphoto.com/courses.htm

  • Unable to edit one of the pages in Dreamweaver CC

    I am trying to edit one of the pages of a club website thru Dreamweaver CC.  I can edit other pages in the website, just not the Calendar.  It shows the Logo at the top of the page and the Links on the left side of the page, but the remainder of the page is black with a line of code across the middle.  If I click to Live View, it shows up fine, but I can't figure out how to edit the page. 

    Hello,
    in this context I want to propose that you validate your Website. Herefore you can use DW itself, see
    http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcda9110b1f693f21-7ba2a .html#WSc78c5058ca073340dcda9110b1f693f21-7b9fa
    see "Validate documents using W3C validator (CS5.5)" and there "2.Select File > Validate > Validate Current Document (W3C)."
    or you can use the validators directly:
    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.ksahs.com%2F&profile=css 3&usermedium=all&warning=1&vextwarning=&lang=en
    and: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ksahs.com%2F&charset=%28detect+automati cally%29&doctype=Inline&group=0
    Hans-Günter

  • Photoshop designed page to dreamweaver

    Hello,
    I recently started trying build my site in photoshop to transfer to dreamweaver. I sliced my page, saved for web and devices, opened up my page in dreamweaver, and everything was fine when I previewed in browser. But as of now my entire page is made of images rather than a page with images arranged on them. When I tried to arrange them, I can't get them where I want them (I'm used to the ease of photoshop).
    Does anyone have any suggestions on what I could do to put it together in dreamweaver without having my whole page made up of images? Here is what my layout looks like: http://farm8.staticflickr.com/7176/6810043402_45b5d268a3_b.jpg

    http://alt-web.com/TEMPLATES/Dark-Grid-II.shtml
    Taking a Fireworks (or Photoshop) comp to a CSS Layout in DW
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to create a master page in Dreamweaver?

    Hi
    Does anyone know how to create a master page in Dreamweaver ??

    Dreamweaver Templates ~
    http://www.smartwebby.com/web_site_design/dreamweaver_template.asp#1
    Server-Side Includes ~
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Spry Tabbed Panels ~
    http://labs.adobe.com/technologies/spry/samples/tabbedpanels/tabbed_panel_sample.htm
    Spry Accordion Panels ~
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Need help on implementing all types of footers in one xmlp report

    Hi, I'm working on a XMLP report where i've requirement to print different footers as below. Footer1 -- First page only footer Footer2 -- Last page only footer Footer3 -- Regular footer which should be printed on all pages EXCEPT first and last Foote

  • Credit Management - Sales & Distirbution

    Dear Firends, I am using simple credit management in sales order level. I get a warning message of credit limit being exceeded. But the value considered for credit check is the net value of the document & not the total invoice value. Please can you t

  • Customer registration form won't display in testing environment.

    Hi everyone, I am using DWCS3 with the free version of MAMP. I have put a customer registration form together and have just started to add the php $mailSent code. In design view everything seems to be o.k the three gold shields are displayed at the t

  • I just upgraded to 10.5 but music not working right

    I just upgraded to 10.5 and all my music would play like it was scrambled how can I fix it I took out the 10.5 and went down one and it works but now I can't sink my iPhone 4

  • How I can see the actual XML request received during the test OSB Proxy?

    Hi everyone I have a question, I'm using PS3 OEPE and making functions in XQuery and want to see the result of the transformations. I'm using soapUI v.4 for requests and even WireShark to analyze the frames, but not like watching the http petition th