Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
KellySimmons #1
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
-
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. ... -
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... -
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"... -
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... -
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... -
Murray *ACE* #2
Re: Dreamweaver PLEASE
> and am trying out remotely designing the site on the
Why?> server itself
Show me the page's code, please.> The image only shows as an outline on dreamweaver
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
-
KellySimmons #3
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
-
Murray *ACE* #4
Re: Dreamweaver PLEASE
> Why? Because I typically work from home, and am just trying to help out
I just wouldn't do it this way *AT ALL*.> 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'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
-
KellySimmons #5
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
-
elliot@carto #6
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
-
Murray *ACE* #7
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



Reply With Quote

