Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Cypress2 #1
Uusing a wrapper in Dreamweaver
I'm redesigning a Web site that was created, I think, in FrontPage. It uses
some CSS code that I'm unfamiliar with, called a wrapper. When I bring the Web
site into Dreamweaver 4 and make revisions to it, then upload it, it falls
apart. Apparently, Dreamweaver doesn't know how to handle that type of coding.
I wouldn't mind learning how to use a CSS wrapper, but it seems I can't work
with it in Dreamweaver.
BTW, I also have Dreamweaver MX, but I seldom use it because I'm fond of
Dreamweaver 4.
Can anyone give me some help?
Cypress2 Guest
-
Wrapper
Hi All, Does anybody know if it is possible to create a .aspx wrapper as opposed to a html page? All the best -
regenerating the wrapper
I've done a 'clean project' and now my /bin folder is empty and I'm unable to test my application (the wrapper is gone). Now, how do I regenerate... -
How do I create a wrapper
I work in an environment with a few system admins and we would like to create a "wrapper" so that when someone issues su -, they get a message... -
setuid wrapper
On Thu, 28 Aug 2003, ahoward wrote: hate to reply to my own message - but here is the program i'm using, posted to clr for posterity. no... -
Anyone know of a ASP.NET wrapper for HTMLTidy?
I am looking for a asp.net wrapper for HTMLTidy. I found a com wrapper for it here: http://perso.wanadoo.fr/ablavier/TidyCOM/ But i'd like a .net... -
Murray *ACE* #2
Re: Uusing a wrapper in Dreamweaver
> Apparently, Dreamweaver doesn't know how to handle that type of coding.
I would say that this is unlikely. Does it look OK while in DW? So if it
is falling apart in the browser, it would be a browser/code problem, no?
Can you post a link to the page, please?
--
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
==================
"Cypress2" <webforumsuser@macromedia.com> wrote in message
news:ejotgh$8mu$1@forums.macromedia.com...> I'm redesigning a Web site that was created, I think, in FrontPage. It
> uses
> some CSS code that I'm unfamiliar with, called a wrapper. When I bring the
> Web
> site into Dreamweaver 4 and make revisions to it, then upload it, it falls
> apart. Apparently, Dreamweaver doesn't know how to handle that type of
> coding.
>
> I wouldn't mind learning how to use a CSS wrapper, but it seems I can't
> work
> with it in Dreamweaver.
>
> BTW, I also have Dreamweaver MX, but I seldom use it because I'm fond of
> Dreamweaver 4.
>
> Can anyone give me some help?
>
Murray *ACE* Guest
-
Cypress2 #3
Re: Uusing a wrapper in Dreamweaver
Actually, the pages don't look right in Dreamweaver. For instance, the
nevagation buttons don't even show up in Dreamweaver.
Here's the Web site in question: [url]http://visualaidvolunteers.org[/url].
Here's what happened when I deleted some text and uploaded the pager to the
server:
[url]http://visualaidvolunteers.org/indexREVISED.htm[/url].
I guess I'm going to have to create a entire new Web site that does not use
any of the CSS or JavaScript of the old site. Right?
I'm attaching the CSS ffile. - and the JavaScript file.
Any suggestions will be gratefully appreciated.
CSS file:
body {
margins: 30px 0 0 0;
text-align:center;
font-family:Arial, helvettica, sans-serif;
font-size:16 pt;
}
h1 {
color: #008;
font-size: 20pt;
Font-weight: bold;
text-align: center;
margin:6px;
}
h2 {
color: #008;
font-size: 14pt;
Font-weight: bold;
text-align: center;
margin:12px;
}
.wrapper {
width:730px;
margin:0 auto;
text-align:left;
}
.main {
width: 550px;
float: right;
font-size: 16pt;
margin:0;
}
.main p {
margin:12px;
fontsize: 16pt;
}
/*------------------------------------------------------------*/
/* Navigation styles */
/*------------------------------------------------------------*/
.nav {
width: 150px;
float: left;
margin: -15px 0 0 0;
font-famiily:arial helvettica sans-serif;
font-size: 12 pt;
text-align:center;
}
.NavButton a:link, .NavButton a:visited {
font-size: 14pt;
Font-weight: bold;
display:block;
text-align:center;
background-image:url('btnNormal.jpg');
background-repeat:no-repeat;
text-decoration:none;
Padding-top:6px;
color:#000;
Height:32px;
width=140px;
vertical-align:Middle;
margin-bottom: 12px;
}
.NavButton a:hover {
font-size: 14pt;
Font-weight: bold;
display:block;
text-align:center;
background-image:url('btnReverse.jpg');
background-repeat:no-repeat;
text-decoration:none;
Padding-top:6px;
color:#fff;
Height:32px;
width=140px;
vertical-align:Middle;
margin-bottom: 12px;
}
.nav p {
margin:0px 0px 20px 0px;
padding:0;
text-align:center;
}
-------------------------
Script.js
fontsize=16
function LargerFont()
{
div = document.getElementById("MainData")
fontsize=fontsize * 1.5
div.style.fontSize= fontsize + " pt"
}
function NormalFont()
{
div = document.getElementById("MainData")
fontsize=16
div.style.fontSize= fontsize + " pt"
}
function LinkTo(inPage)
{
window.location=inPage
}
Cypress2 Guest
-
Murray *ACE* #4
Re: Uusing a wrapper in Dreamweaver
Not surprising that it doesn't look right in DW.
[url]http://validator.w3.org/check?verbose=1&uri=http://visualaidvolunteers.org[/url]
18 really serious errors....
I can't really address the other things until you fix these, and by the way,
get rid of all that FrontPage scruff in 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
==================
"Cypress2" <webforumsuser@macromedia.com> wrote in message
news:ejt1d8$3an$1@forums.macromedia.com...> Actually, the pages don't look right in Dreamweaver. For instance, the
> nevagation buttons don't even show up in Dreamweaver.
>
> Here's the Web site in question: [url]http://visualaidvolunteers.org[/url].
>
> Here's what happened when I deleted some text and uploaded the pager to
> the
> server:
> [url]http://visualaidvolunteers.org/indexREVISED.htm[/url].
>
> I guess I'm going to have to create a entire new Web site that does not
> use
> any of the CSS or JavaScript of the old site. Right?
>
> I'm attaching the CSS ffile. - and the JavaScript file.
>
> Any suggestions will be gratefully appreciated.
>
>
>
> CSS file:
>
> body {
> margins: 30px 0 0 0;
> text-align:center;
> font-family:Arial, helvettica, sans-serif;
> font-size:16 pt;
> }
>
> h1 {
> color: #008;
> font-size: 20pt;
> Font-weight: bold;
> text-align: center;
> margin:6px;
> }
>
> h2 {
> color: #008;
> font-size: 14pt;
> Font-weight: bold;
> text-align: center;
> margin:12px;
> }
>
> .wrapper {
> width:730px;
> margin:0 auto;
> text-align:left;
> }
>
> .main {
> width: 550px;
> float: right;
> font-size: 16pt;
> margin:0;
> }
>
>
> .main p {
> margin:12px;
> fontsize: 16pt;
> }
>
> /*------------------------------------------------------------*/
> /* Navigation styles */
> /*------------------------------------------------------------*/
>
> .nav {
> width: 150px;
> float: left;
> margin: -15px 0 0 0;
> font-famiily:arial helvettica sans-serif;
> font-size: 12 pt;
> text-align:center;
> }
> .NavButton a:link, .NavButton a:visited {
> font-size: 14pt;
> Font-weight: bold;
> display:block;
> text-align:center;
> background-image:url('btnNormal.jpg');
> background-repeat:no-repeat;
> text-decoration:none;
> Padding-top:6px;
> color:#000;
> Height:32px;
> width=140px;
> vertical-align:Middle;
> margin-bottom: 12px;
> }
>
> .NavButton a:hover {
> font-size: 14pt;
> Font-weight: bold;
> display:block;
> text-align:center;
> background-image:url('btnReverse.jpg');
> background-repeat:no-repeat;
> text-decoration:none;
> Padding-top:6px;
> color:#fff;
> Height:32px;
> width=140px;
> vertical-align:Middle;
> margin-bottom: 12px;
> }
>
> .nav p {
> margin:0px 0px 20px 0px;
> padding:0;
> text-align:center;
> }
> -------------------------
> Script.js
> fontsize=16
>
> function LargerFont()
> {
> div = document.getElementById("MainData")
> fontsize=fontsize * 1.5
> div.style.fontSize= fontsize + " pt"
> }
>
> function NormalFont()
> {
> div = document.getElementById("MainData")
> fontsize=16
> div.style.fontSize= fontsize + " pt"
> }
> function LinkTo(inPage)
> {
> window.location=inPage
> }
>
Murray *ACE* Guest
-
Cypress2 #5
Re: Uusing a wrapper in Dreamweaver
Thanks for running the code through the validator. That settlles it. I'm just
going to start all over and ignore all the CSS and Javascript of the original
designer. I was interested in using some of the original code because that
site is already "Bobby approved." And that wrapper code looked kinda neat. But
I'm just going to use tables and not try for CSS positioning.
Right now, the VAV site is on a Microsoft server. I hope that won't make any
problems for me. I'm accustomed to using a UNIX server.
BTW, what do you know about getting a site Bobby approved? I've looked at the
Bobby site and run pages rhru it, but I couldn't find out how you get that
official stamp of approval.
Cypress2 Guest
-
Murray *ACE* #6
Re: Uusing a wrapper in Dreamweaver
> I'm just
The CSS was OK. It was the HTML that was stinko.> going to start all over and ignore all the CSS and Javascript of the
> original
> designer.
It would be simple for such a simple page.> And that wrapper code looked kinda neat. But
> I'm just going to use tables and not try for CSS positioning.
Makes no difference.> Right now, the VAV site is on a Microsoft server. I hope that won't make
> any
> problems for me. I'm accustomed to using a UNIX server.
You put it there yourself when you have a page that passes validation.> BTW, what do you know about getting a site Bobby approved? I've looked at
> the
> Bobby site and run pages rhru it, but I couldn't find out how you get that
> official stamp of approval.
--
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
==================
"Cypress2" <webforumsuser@macromedia.com> wrote in message
news:ejtlnd$q83$1@forums.macromedia.com...> Thanks for running the code through the validator. That settlles it. I'm
> just
> going to start all over and ignore all the CSS and Javascript of the
> original
> designer. I was interested in using some of the original code because
> that
> site is already "Bobby approved." And that wrapper code looked kinda
> neat. But
> I'm just going to use tables and not try for CSS positioning.
>
> Right now, the VAV site is on a Microsoft server. I hope that won't make
> any
> problems for me. I'm accustomed to using a UNIX server.
>
> BTW, what do you know about getting a site Bobby approved? I've looked at
> the
> Bobby site and run pages rhru it, but I couldn't find out how you get that
> official stamp of approval.
>
Murray *ACE* Guest
-
Cypress2 #7
Re: Uusing a wrapper in Dreamweaver
Thanks, Miurray, for the response. You say the CSS is OK, but it was the CSS in
the "warapper" that failed when I brought it into Dreamweaver. Do you think I
should try to use CSS positioning rather than using tables? I've found that
it's hard to create anaything but a really bland Web site using only CSS
positioning. It really gets tricky when trying to place graphics.
Since the wrapper failed in Dreamweaver, I'm wondering if it would even be
possible to create a site in Dreamweaver using strictly CSS positioning.
Any thoughts on the subject of CSS positioning vs. tables?
Cypress2 Guest
-
Murray *ACE* #8
Re: Uusing a wrapper in Dreamweaver
> it's hard to create anaything but a really bland Web site using only CSS
[url]http://www.csszengarden.com[/url] - bland enough for you?> positioning.
Not at all - that's where it really shines.> It really gets tricky when trying to place graphics.
[url]http://www.projectseven.com/tutorials/css/qdmacfly/index.htm[/url]
[url]http://www.macromedia.com/devnet/mx/dreamweaver/css.html[/url]
[url]http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html[/url]
[url]http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html[/url]
My latest sites - [url]http://www.madisonconcrete.com[/url],> Since the wrapper failed in Dreamweaver, I'm wondering if it would even be
> possible to create a site in Dreamweaver using strictly CSS positioning.
[url]http://www.starhealthcarenet.com[/url] - have no tables....
Yes - if a table works best for you, then use it. I'm quite pragmatic about> Any thoughts on the subject of CSS positioning vs. tables?
it.
--
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
==================
"Cypress2" <webforumsuser@macromedia.com> wrote in message
news:ek873n$n8a$1@forums.macromedia.com...> Thanks, Miurray, for the response. You say the CSS is OK, but it was the
> CSS in
> the "warapper" that failed when I brought it into Dreamweaver. Do you
> think I
> should try to use CSS positioning rather than using tables? I've found
> that
> it's hard to create anaything but a really bland Web site using only CSS
> positioning. It really gets tricky when trying to place graphics.
>
> Since the wrapper failed in Dreamweaver, I'm wondering if it would even be
> possible to create a site in Dreamweaver using strictly CSS positioning.
>
> Any thoughts on the subject of CSS positioning vs. tables?
>
Murray *ACE* Guest
-
Cypress2 #9
Re: Uusing a wrapper in Dreamweaver
Thanks for all the good information. I admire your zeal in promoting the use of
pure CSS coding. It seems that it's possible lo create nice Web sites without
tables, but I'm not sure I can build a site without tables. In the past, I've
experimented with CSS positioning and found it very difficult. Apprently the
Zen site is based on a purchased template. Right?
Apparently all commercial sites use tables. I suspect that this is because
these sites need to be updated frequently, and they don't have time to figure
out how to code the positioning of text and graphics with CSS.
I hope in the future I can learn how to do this fancy CSS no-tables coding ,
so I'll study the examples you've referenced. Meantime, I must get this Web
site re-designed. So I'll employ tables this time.
Again, thanks for all the good info.
Cypress2 Guest
-
Murray *ACE* #10
Re: Uusing a wrapper in Dreamweaver
> Apprently the Zen site is based on a purchased template. Right?
Wrong.
Wrong again. Check Yahoo, and ESPN for two.....> Apparently all commercial sites use tables
--
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
==================
"Cypress2" <webforumsuser@macromedia.com> wrote in message
news:ekl2cd$o98$1@forums.macromedia.com...> Thanks for all the good information. I admire your zeal in promoting the
> use of
> pure CSS coding. It seems that it's possible lo create nice Web sites
> without
> tables, but I'm not sure I can build a site without tables. In the past,
> I've
> experimented with CSS positioning and found it very difficult. Apprently
> the
> Zen site is based on a purchased template. Right?
>
> Apparently all commercial sites use tables. I suspect that this is because
> these sites need to be updated frequently, and they don't have time to
> figure
> out how to code the positioning of text and graphics with CSS.
>
> I hope in the future I can learn how to do this fancy CSS no-tables coding
> ,
> so I'll study the examples you've referenced. Meantime, I must get this
> Web
> site re-designed. So I'll employ tables this time.
>
> Again, thanks for all the good info.
>
Murray *ACE* Guest
-
Cypress2 #11
Re: Uusing a wrapper in Dreamweaver
I assumed the Zen site was based on a template because the CSS file contains a
statement, "This file based on 'Tranquille' by Dave She." Also, there are
dozens of CSS files on the Web site and about a hundred index files.
I viewed the source code for the Yahoo and ESPN sites and found tables.
BTW, if I were to go the no-tables route, can Dreamweaver help me with the
coding - or will I have to hand-code all the CSS stuff ? And what about the XML
file - can Dreamweaver help with that?
Cypress2 Guest
-
Murray *ACE* #12
Re: Uusing a wrapper in Dreamweaver
> "This file based on 'Tranquille' by Dave She."
This just means that the file is a derivative work.
You are looking at the site as a whole. Don't do that. Look at each page> Also, there are
> dozens of CSS files on the Web site and about a hundred index files.
as a separate instance of a CSS layout.
See any here?> I viewed the source code for the Yahoo and ESPN sites and found tables.
[url]http://espn.go.com/[/url]
It's not likely you will be able to make the transition without> BTW, if I were to go the no-tables route, can Dreamweaver help me with the
> coding - or will I have to hand-code all the CSS stuff ? And what about
> the XML
> file - can Dreamweaver help with that?
understanding CSS.
What XML file?> And what about the XML file - can Dreamweaver help with that?
--
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
==================
"Cypress2" <webforumsuser@macromedia.com> wrote in message
news:eklg1h$9hg$1@forums.macromedia.com...>I assumed the Zen site was based on a template because the CSS file
>contains a
> statement, "This file based on 'Tranquille' by Dave She." Also, there are
> dozens of CSS files on the Web site and about a hundred index files.
>
> I viewed the source code for the Yahoo and ESPN sites and found tables.
>
> BTW, if I were to go the no-tables route, can Dreamweaver help me with the
> coding - or will I have to hand-code all the CSS stuff ? And what about
> the XML
> file - can Dreamweaver help with that?
>
>
>
Murray *ACE* Guest



Reply With Quote

