Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Dreamweaver PLEASE

    ok, I am sort of new to the design world. I have designed plenty of sites using
    dreamweaver an photoshop on my computer and uploading them to a sepeate host. I
    have purchased a server and am trying out remotely designing the site on the
    server itself. My problem is....I design the image in photoshop, put the image
    in the route folder, put a layer onto the page in Dreamweaver and insert the
    image. The image only shows as an outline on dreamweaver I can see the
    background through the image but when I preview in browser it looks fine. I
    have been through the view options and preferences and see nothing to make the
    image show in full. Please HELP.
    Thanks,
    Kelly

    KellySimmons Guest

  2. Similar Questions and Discussions

    1. CF8 Help in Dreamweaver CS3
      Does anyone know how to configure Dreamweaver CS3 to show CF8 help when I hit F1 while I have a CF tag highlighted? Thanks so much for any help. ...
    2. Dreamweaver/PHP
      Hi - I want to be able to do is produce a list which is defined by specific criteria. So, for example, I'd like a drop down box which contains...
    3. FW->Dreamweaver->web
      Did you remember to also upload the external JavaScript file (.js)? Win ------------ On Mon, 8 Sep 2003 17:34:40 +0000 (UTC), "sanvito"...
    4. Will a webpage designed in Dreamweaver 4 be compatible with Dreamweaver MX?
      Will a web page designed with Dreamweaver 4 and Fireworks 4 be compatible with the MX versions of Dreamwever and Fireworks? We have one PC with...
    5. Dreamweaver bug..
      Hey, I found a bug in dreamweaver mx. I'm not sure what it is, but whenever i use dw for over an hour, the characters i type in the code section...
  3. #2

    Default Re: Dreamweaver PLEASE

    > and am trying out remotely designing the site on the
    > server itself
    Why?
    > The image only shows as an outline on dreamweaver
    Show me the page's code, please.

    By the way, you will get better exposure for such questions on the DW
    general discussion forum.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "KellySimmons" <webforumsuser@macromedia.com> wrote in message
    news:dvugvt$7q7$1@forums.macromedia.com...
    > ok, I am sort of new to the design world. I have designed plenty of sites
    > using
    > dreamweaver an photoshop on my computer and uploading them to a sepeate
    > host. I
    > have purchased a server and am trying out remotely designing the site on
    > the
    > server itself. My problem is....I design the image in photoshop, put the
    > image
    > in the route folder, put a layer onto the page in Dreamweaver and insert
    > the
    > image. The image only shows as an outline on dreamweaver I can see the
    > background through the image but when I preview in browser it looks fine.
    > I
    > have been through the view options and preferences and see nothing to make
    > the
    > image show in full. Please HELP.
    > Thanks,
    > Kelly
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Dreamweaver PLEASE

    Why? Because I typically work from home, and am just trying to help out with
    the design, (typically the finances are my job) without having to drive to the
    office. Doesn't seem to be helping out much huh? :)
    The code is as follows: Thanks for your time and help.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #CCCCCC;
    }
    #Layer1 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:1;
    left: 50px;
    top: 50px;
    }
    #Layer2 {
    position:absolute;
    width:68px;
    height:20px;
    z-index:2;
    left: 82px;
    top: 370px;
    }
    -->
    </style></head>

    <body>
    <div id="Layer1"><img src="Higher-Ground-Background.gif" width="850"
    height="800" /></div>
    </body>
    </html>


    KellySimmons Guest

  5. #4

    Default Re: Dreamweaver PLEASE

    > Why? Because I typically work from home, and am just trying to help out
    > with
    > the design, (typically the finances are my job) without having to drive to
    > the
    > office. Doesn't seem to be helping out much huh? :)
    I just wouldn't do it this way *AT ALL*.

    I'd define a site with local on your hard drive, and remote on the server,
    and GET all the files. Then edit locally, and PUT when done.

    Which DW are you using?

    You know the downsides of using Layers as an exclusive layout method, right?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "KellySimmons" <webforumsuser@macromedia.com> wrote in message
    news:dvv59u$6a1$1@forums.macromedia.com...
    > Why? Because I typically work from home, and am just trying to help out
    > with
    > the design, (typically the finances are my job) without having to drive to
    > the
    > office. Doesn't seem to be helping out much huh? :)
    > The code is as follows: Thanks for your time and help.
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > body {
    > margin-left: 0px;
    > margin-top: 0px;
    > margin-right: 0px;
    > margin-bottom: 0px;
    > background-color: #CCCCCC;
    > }
    > #Layer1 {
    > position:absolute;
    > width:200px;
    > height:115px;
    > z-index:1;
    > left: 50px;
    > top: 50px;
    > }
    > #Layer2 {
    > position:absolute;
    > width:68px;
    > height:20px;
    > z-index:2;
    > left: 82px;
    > top: 370px;
    > }
    > -->
    > </style></head>
    >
    > <body>
    > <div id="Layer1"><img src="Higher-Ground-Background.gif" width="850"
    > height="800" /></div>
    > </body>
    > </html>
    >
    >

    Murray *ACE* Guest

  6. #5

    Default Re: Dreamweaver PLEASE

    I really don't know much about the design end at all. Any tips would be greatly appreciated. I currently have DW 8, and do not know the downsides of exclusive layer layout, nor another way to do it.
    KellySimmons Guest

  7. #6

    Default Re: Dreamweaver PLEASE

    If I'm understanding correctly, what you want to do is save a website layout as
    a single image, then upload it as a single page with no links or anything - say
    for design approval or something like that??

    I do a similar type of thing - Easiest way to do it is probably to use a table
    layout instead of layers. Layers can be a bit tricky. Set up your Local and
    Testing servers as Murray has mentioned above.

    If you need help with the finer points email me at [email]danny@whiteart.com.au[/email] and I
    can help you out via email.

    elliot@carto Guest

  8. #7

    Default Re: Dreamweaver PLEASE

    You can see one of the primary downsides in action here -

    [url]http://www.great-web-sights.com/g_layer-overlap.asp[/url]

    Read the directions and try them. See what happens? By the way, that page
    itself is done without layers and without tables. It is the same as other
    pages on my site. Try the same thing on them. See how (with minor
    exceptions) they resist the overlapping of content? That would be because I
    did not use layers for layout.

    As mentioned (and as with any tool), layers require some experience and some
    knowledge before you can use them "safely". And the more you know about
    layers, and about CSS in general, the less you will find you need to use
    them.

    For now, stick with tables until you feel very comfortable with HTML. While
    acquiring this facility, study CSS. You'll get there.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "KellySimmons" <webforumsuser@macromedia.com> wrote in message
    news:dvviki$m5c$1@forums.macromedia.com...
    >I really don't know much about the design end at all. Any tips would be
    >greatly appreciated. I currently have DW 8, and do not know the downsides
    >of exclusive layer layout, nor another way to do it.

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139