Ask a Question related to Dreamweaver AppDev, Design and Development.
-
livingloans #1
Impossible to preview frames in browsers
Hi,
I have built a few frames and non frames sites and have never had problems
previewing as I go.
However i just started building my own site (aren't they the ones that give
you the trouble?) and after resaving the frames / frameset filenames to more
appropriate filenames they were impossible to preview.
I have deleted several times from the HD and deleted from <Define Sites>
panel> also and rebuilt from the ground up and it doesn't make a scap of
difference except that I get the frames displaying (top / left / main) withj
error messages in them in IE6.
I get absolutely nothing in NS7 or Firefox.
I CAN preview nonframes pages defined in the same site, and I can preview all
my previously designed fames sites.
Can anybody help?
Also, regardless of whether the top of my pages / mastheads are tables, cells
or frames, I can't get them to align to the extreme left like some pages I have
seen, but they sit 10 0 15 pixels out.
How do you correct this?
Regards,
Peter
livingloans Guest
-
MX Kollection -- Impossible?
I have been attempting unsuccessfully to obtain clear, workable instructions from InterAKT on how to extend the NeXTensio Forms so that multiple... -
Frameset Preview in Browsers Impossible, floating menus,search function
Hi All, I posted a query over the weekend that Murray was good enough to reply to, but I haven't been able to make replies for some reason. ... -
DXF - Relatively Impossible
What's the deal with DXF and Illustrator CS? DXF and Illustrator had a shaky relationship before, but I think the last straw was broken and DXF left... -
Please HELP ME, this is impossible!!!
My problem is this, i open my save document (mail.dir) but macromedia director write me "this file is protect to open" ?????? What is it??? I... -
#25119 [Bgs]: impossible
ID: 25119 Updated by: helly@php.net Reported By: GGT at thorntonworks dot com Status: Bogus Bug Type: ... -
Murray *TMM* #2
Re: Impossible to preview frames in browsers
Please show me the code on your frameset page.
Also, when you preview this page, what happens?
Link to an external stylesheet (using DW's CSS editor), or embed a> Also, regardless of whether the top of my pages / mastheads are tables,
> cells
> or frames, I can't get them to align to the extreme left like some pages I
> have
> seen, but they sit 10 0 15 pixels out.
stylesheet in your code (between <head> and </head>) with the following
style in it (embedded shown for cut-n-paste convenience) (assuming you want
zero margins) -
<style type="text/css">
<!--
body { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0;
padding:0; }
-->
</style>
(when the value is zero, units are not required)
you could also try
body { margin: 0 0 0 0; padding:0; }
or
body { margin: 0; padding:0; }
as a shorthand method.
This will take care of the margins in IE4+ and NN6. To take care of NN4x,
you will need to use MODIFY | Page Properties... and set the two right hand
margin fields (marginwidth and marginheight) to 0 (only in DMX and below).
Since you are still using inline margin specs in the body tag, this method
won't validate (and is not easy to do in DMX2004). To get completely valid
code that works for all
browsers in any version of DW, change your stylesheet as shown below -
body {
padding: 0;
margin: 0 -10px 0 -10px;
/*/*/margin: 0 0 0 0; /* */
}
(this is called a CSS "hack" - the bottom line is not read by NN4x)
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"livingloans" <webforumsuser@macromedia.com> wrote in message
news:d4f5gr$r13$1@forums.macromedia.com...> Hi,
>
> I have built a few frames and non frames sites and have never had problems
> previewing as I go.
>
> However i just started building my own site (aren't they the ones that
> give
> you the trouble?) and after resaving the frames / frameset filenames to
> more
> appropriate filenames they were impossible to preview.
>
> I have deleted several times from the HD and deleted from <Define Sites>
> panel> also and rebuilt from the ground up and it doesn't make a scap of
> difference except that I get the frames displaying (top / left / main)
> withj
> error messages in them in IE6.
>
> I get absolutely nothing in NS7 or Firefox.
>
> I CAN preview nonframes pages defined in the same site, and I can preview
> all
> my previously designed fames sites.
>
> Can anybody help?
>
> Also, regardless of whether the top of my pages / mastheads are tables,
> cells
> or frames, I can't get them to align to the extreme left like some pages I
> have
> seen, but they sit 10 0 15 pixels out.
>
> How do you correct this?
>
> Regards,
>
> Peter
>
Murray *TMM* Guest



Reply With Quote

