Template lost CSS?

Actually there are two problems that would seem to be related
in some way on
this site.
The first is that when putting a file, I get a dialog box
saying that a file
has been altered on the remote server and will be
overwritten. The box
appears on every upload. I have deleted the file from the
server, but it
still persists. It is a backgound png file. It is a png that
I have used as
a background image in a div as well as in PMM menu.
Second, in my template, in design view, it would appear that
all of the CSS
styles no longer apply. The files that I uploaded after this
occurance are
fine, and do not show any difference, but the template
appears in the design
view without style...all except for that one png file that I
keep getting
the messge about...it is still visable.
And last, some of the child pages in design view are out of
whack (alignment
is way out of place), but are fine when viewed in a browser.
http://www.siddonslaw.com/Untitled-7.php
What could have caused that and what would be the fix?
Thanks
Gary

I restarted DW and corrected the CSS issue...
The constant warning issue is still there.
"GPaul" <[email protected]> wrote in message
news:glpt31$sc6$[email protected]..
> Actually there are two problems that would seem to be
related in some way
> on this site.
>
> The first is that when putting a file, I get a dialog
box saying that a
> file has been altered on the remote server and will be
overwritten. The
> box appears on every upload. I have deleted the file
from the server, but
> it still persists. It is a backgound png file. It is a
png that I have
> used as a background image in a div as well as in PMM
menu.
>
> Second, in my template, in design view, it would appear
that all of the
> CSS styles no longer apply. The files that I uploaded
after this
> occurance are fine, and do not show any difference, but
the template
> appears in the design view without style...all except
for that one png
> file that I keep getting the messge about...it is still
visable.
>
> And last, some of the child pages in design view are out
of whack
> (alignment is way out of place), but are fine when
viewed in a browser.
>
>
http://www.siddonslaw.com/Untitled-7.php
>
> What could have caused that and what would be the fix?
>
> Thanks
>
> Gary
>
>
>
>
>
>

Similar Messages

  • Pdf  document on  custom template and CSS

    There was a small pdf document on CSS and templates in the turial section of APEX. Anyone know where is this?
    George

    Raizel wrote:
    > In article <e4ovcd$eei$[email protected]>,
    > "billugs" <[email protected]> wrote:
    >
    >> It seems that my template and css style are still
    not showing up on my page,
    >> I
    >> uploaded both and I am out of ideas. Does anyone see
    a problem that I can
    >> fix?
    >> <a target=_blank class=ftalternatingbarlinklarge
    >> href="
    http://www.personalizedspanish.com">http://www.personalizedspanish.com</
    >> a>
    >
    > Can't help but ask -- why do you post your URLs as <a
    target=_blank
    > class=ftalternatingbarlinklarge
    >> href="
    http://www.personalizedspanish.com">http://www.personalizedspanish.com</
    >> a>
    >
    > instead of just the URL?
    Raizel: it's a problem with the forum and how stuff from
    there gets
    posted to the newsgroup. Per a recent post by Murray, the
    Adobe team
    are working on the problem. It's driving us all crazy.
    Bonnie in California
    kroko at
    pixelplum dot com
    http://www.theanimalrescuesite.com/cgi-bin/WebObjects/CTDSites.woa

  • Using templates with css in mx

    Hi,
    I'm sure I'm being stupid but it's driving me insane - I'm
    weaning myself off table based layout and using css (for the first
    time) in mx. I'm (finally) happy with my stylesheet and how it's
    all looking but can't seem to use css with a template - when I save
    the page as a template and preview the style sheet does not seem to
    be attached.
    Any help MUCH appreciated,
    Katy

    > Good to know about mx as I was thinking about upgrading
    to 8 - does it
    > make
    > like easier with css?
    Very definitely!
    Good grief - your stylesheet is ... big. Usually so many
    custom classes
    mean that the stylesheet is WAY overengineered.....
    I'll take a look though.
    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
    ==================
    "katyoj" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks -
    >
    > I've uploaded it here :
    >
    >
    >
    http://kateortonjohnson.bulldoghome.com/pages/kateortonjohnson_bulldoghome_com/i
    > ndex.html
    > & have attached the style sheet to the message
    >
    > Good to know about mx as I was thinking about upgrading
    to 8 - does it
    > make
    > like easier with css?
    >
    > Anyway thanks again
    >
    > Kate
    >
    > /* CSS Document */
    >
    > BODY {
    > margin:0px;
    > padding:0px;
    > font-family: arial, helvetica, sans-serif;
    > font-size: 11px;
    > color: #000;
    > background: #FFF;
    > }
    >
    > /* Link properties */
    >
    > A:link {
    > color: #333;
    > text-decoration: none;
    >
    > }
    >
    > A:visited {
    > color: #913c87;
    > text-decoration: none;
    >
    > }
    >
    > A:active {
    > color: #913c87;
    > text-decoration: none;
    >
    > }
    >
    > A:hover {
    > color: #913c87;
    > text-decoration: none;
    >
    > }
    >
    > /* Main text headings */
    >
    > h1
    > {font-family: tahoma, Arial, Helvetica, sans-serif;
    > font-size:11px;
    > color:#333;
    > text-decoration:none;
    > font-weight:bold;
    > margin:3px 5px 5px 3px;}
    >
    > h2
    > {font-family: tahoma, Arial, Helvetica,
    sans-serif;font-size:11px;
    > color:#154669;
    > text-decoration:none;
    > font-weight:bold;
    > margin:0px 5px 5px 3px;
    > padding:5px 0px 0px 5px;}
    >
    > h3
    > {font-family: tahoma, Arial, Helvetica, sans-serif;
    > font-size:11px;
    > color:#525E6A;
    > text-decoration:none;
    > font-weight:bold;
    > margin:5px 5px 5px 3px;
    > text-align:right;
    > }
    >
    > /* Footer text */
    >
    > .footertext {
    > font-family: tahoma, Arial, Helvetica, sans-serif;
    > margin:0px;padding:15px 0px 5px 0px;
    > font-size:10px;
    > color:#666;
    > }
    >
    > /* Titles */
    >
    > .t3 {
    > font-family:tahoma, Arial, Helvetica, sans-serif;
    > font-size:20px;
    > color:#154669;
    > text-decoration:none;
    > font-weight:bold;
    > }
    > .t2 {
    > font-family: tahoma, Arial, Helvetica, sans-serif;
    > font-size:14px;
    > color:#96968A;
    > text-decoration:none;
    > font-weight:bold;
    > }
    >
    > /* Main body */
    >
    > .maincontent {
    > border-top-style
    otted;
    > border-top-width:1px;
    > border-top-color:#989898;
    > margin:3px 10px 30px 0px;
    > padding:0px 10px 5px 10px;
    > font-family: arial, helvetica, sans-serif;
    > font-size: 11px;
    > color:#333;
    >
    > } .maincontent img {float:left;margin:5px 5px 5px 0px;}
    >
    > .maincontent2 {
    > border-top-style
    otted;
    > border-top-width:1px;
    > border-top-color:#989898;
    > margin:3px 220px 0px 0px;
    > padding:0px 10px 5px 10px;
    > font-family: arial, helvetica, sans-serif;
    > font-size: 11px;
    > color:#333;
    > }
    >
    > .maincontent2 img {float:right;margin:5px 0px 5px 5px;}
    >
    > .lwrap {
    > width:182px;
    > margin-top:15px;
    > margin-bottom:0px;
    > margin-right:auto;
    > margin-left:auto;
    > padding:0px;
    > }
    >
    >
    > /* Left content */
    >
    > .lcontent {
    > border-left-style:solid;
    > border-left-color:#C5C5C5;
    > border-left-width:5px;
    > width:172px;
    > margin:0px 0px 0px 0px;
    > font-family: Arial, Helvetica,
    sans-serif;font-size:11px;
    > color:#666666;
    > text-decoration:none;
    > text-align:left;
    > font-weight:normal;
    > padding:5px 3px 10px 5px;
    > background-color: #EEE;
    > }
    >
    > .leftshadow {
    > width:182px;
    > height:6px;
    > padding:0px;
    > margin-top:0px;
    >
    > }
    > .leftshadow img {padding:0px;margin:0px;float:right;}
    >
    > .separator {
    > border-top-width:1px;
    > border-top-style
    otted;
    > border-top-color:#989898;
    > margin-right:5px;
    > margin-left:5px;
    > margin-top:10px;
    > }
    >
    > /* News boxes */
    >
    > .newsheader{
    > background-image:url(images/left_subh.gif);
    > background-position:top;
    > background-repeat:no-repeat;
    > width:182px;
    > margin-left:auto; margin-right:auto;
    margin-top:15px;margin-bottom:0px;
    > height:17px;
    > text-align:right;
    > padding:1px 5px 0px 0px;
    > font-family: tahoma, Arial, Helvetica,
    sans-serif;font-size:10px;
    > color:#333;
    > font-weight:bold;
    > }
    > .newscell{
    > background-color:#EEE;
    > width:182px;
    > margin-left:auto; margin-right:auto;
    margin-top:-1px;margin-bottom:0px;
    > min-height:30px;
    > font-family: Arial, Helvetica, sans-serif;
    > font-size:11px;
    > color:#666;
    >
    > }
    >
    > .newscell p {padding:5px 5px 15px 10px;margin-top:0px;}
    >
    > /* Right content */
    >
    > .rcontent {
    > background-color:#EEE;
    > width:168px;
    > margin-left:auto;
    > margin-right:auto;
    > border-left-style:solid;
    > border-left-width:5px;
    > border-left-color:#C5C5C5;
    > min-height:30px;
    > margin-top:18px; margin-bottom:0px;
    > font-family: tahoma, Arial, Helvetica, sans-serif;
    > font-size:10px;
    > color:#666;
    > padding:5px 3px 10px 5px;
    > text-align: left;
    > }
    >
    > .rightshadow {
    > text-align:right;
    > width:168px;
    > height:7px;
    > padding:0px;
    > margin-top:0px;
    > margin-bottom:15px;
    > float:right;
    > }
    > .rightshadow img {padding:0px;margin:0px;float:right;}
    >
    > /* Bullet list */
    >
    > ul {
    > list-style-image:url(images/bullet.gif);
    > list-style-type:none;
    > }
    >
    > p img {margin-left:5px;}
    >
    >
    > #wrap{
    > margin:0px;
    > padding:0px;
    > width:100%;
    > }
    >
    > /* Header section */
    >
    > #header{
    >
    > background:#EEE;
    > margin:0px 0px 0px 0px;
    > font-size: 11px;
    > font-family : Verdana, Arial, Helvetica, sans-serif;
    > color : #000000;
    > border-bottom: solid #C5C5C5;
    > }
    >
    > /* Top navigation */
    >
    > #topnav ul
    > {
    > padding-left: 0;
    > margin-left: 5px;
    > margin:0px 0px 0px 0px;
    > background-color: #913c87;
    > color: White;
    > float: left;
    > width: 100%;
    > font-family: arial, helvetica, sans-serif;
    > font-size: 11px;
    > font-weight: bold;
    > height: 18px;
    > }
    >
    > #topnav ul li { display: inline; }
    >
    > #topnav ul li a
    > {
    > padding: 0.2em 1em;
    > background-color: #913c87;
    > color: White;
    > text-decoration: none;
    > float: left;
    > border-right: 1px solid #EEE;
    > }
    >
    > #topnav ul li a:hover
    > {
    > background-color: #C5C5C5;
    > color: #fff;
    > }
    >
    >
    > /* Left positioning */
    >
    > #left {
    > width:191px;
    > margin:0px 0px 10px 0px;
    > padding:0px 0px 20px 0px;
    > background-color:#EBE8DE;
    > border-right-width:3px;
    > border-bottom-width:3px;
    > border-left-width:5px;
    > border-top-width:0px;
    > border-style:solid;
    > border-right-color:#EFEEEE;
    > border-bottom-color:#EFEEEE;
    > border-left-color:#fff;
    > float:left;
    > min-height:15px;}
    >
    > /* Right positioning */
    >
    > #right {
    > margin-left:196px;
    > background-color:#fff;
    > min-height:30px;
    > text-align:left;
    > padding:10px 10px 15px 15px;
    > min-width:560px;
    >
    > }
    >
    > /* Footer positioning */
    >
    > #footer {
    > background-image:url(images/footer2.gif);
    > height:55px;
    > margin:0px 0px 0px 0px;padding:0px;
    > width:100%;
    > min-width:760px;
    > overflow:hidden;
    > clear:both;
    > }
    >
    > #footer img {padding:0px;margin:0px;float:left;}
    >
    > #footer a {
    > text-decoration:none;}
    >
    > /* Right positioning */
    >
    > #rightcol {
    > width:180px;
    > float:right;
    > min-height:30px;
    > background-color:#fff;
    > margin:0px 0px 0px 20px;
    > padding:0px;
    > text-align:center;
    > }
    > /** BOX3 */
    >
    > #box3 {
    > clear: both;
    > margin-top: 20px;
    > padding: 10px 0px;
    > }
    >
    > #box3A {
    > float: left;
    > width: 200px;
    > padding: 0px 13px 0px 43px;
    > background: url(/csstemplatetts/images/homepage20.gif)
    repeat-y right
    > top;
    > }
    >
    > #box3B {
    > float: left;
    > width: 200px;
    > padding: 0px 50px 0px 11px;
    > }
    >
    > #stretch {width:760px;height:1px;clear:both;margin:0px
    0px 10px
    > 0px;padding:0px;}
    >

  • Difficulties with templates and CSS in DW CS3

    I'm having difficulty with CS3 and templates.
    I started a new site. I created an HTML file (with CSS for
    some formatting - colors and margins) and made a template from the
    HTML file, creating one editable region (plus the default two of
    the page title and the additional area in the header). I then
    created my site HTML files from this new template. When I tried
    updating the template, I got an error that I had nested editable
    regions in the HTML files. I checked the template, and I don't. I
    checked the HTML files and I did see two </body> tags at the
    end.
    I started over. I updated my starting file and made a new
    template, overwriting my old one. I created new files from the new
    template. Although the HTML files display fine in the browsers,
    when I try to view them in Design View, this round DW doesn't
    render them with the CSS, and it did the first time.
    What's going on, and can I get it to stop?
    Thanks!

    I use File>New...>Page from Template, select the
    template, go to editable region, add my content, then save the
    result as an HTML file. Same as I've done lots of times. The Update
    page when template changes checkbox is checked.
    quote:
    Originally posted by:
    Newsgroup User
    > I then created my site HTML files from this new template
    How? FILE | Save As...?
    Or FILE | New from template > Template name > Create?
    > What's going on, and can I get it to stop?
    Let's see the template page, please.
    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
    ==================
    "pixlor" <[email protected]> wrote in
    message
    news:g4jn3o$r21$[email protected]..
    > I'm having difficulty with CS3 and templates.
    >
    > I started a new site. I created an HTML file (with CSS
    for some
    > formatting -
    > colors and margins) and made a template from the HTML
    file, creating one
    > editable region (plus the default two of the page title
    and the additional
    > area
    > in the header). I then created my site HTML files from
    this new template.
    > When
    > I tried updating the template, I got an error that I had
    nested editable
    > regions in the HTML files. I checked the template, and I
    don't. I checked
    > the
    > HTML files and I did see two </body> tags at the
    end.
    >
    > I started over. I updated my starting file and made a
    new template,
    > overwriting my old one. I created new files from the new
    template.
    > Although the
    > HTML files display fine in the browsers, when I try to
    view them in Design
    > View, this round DW doesn't render them with the CSS,
    and it did the first
    > time.
    >
    > What's going on, and can I get it to stop?
    >
    > Thanks!
    >
    >

  • Template and CSS issue

    I've been asked to keep a new website (template) updated. Many people before I did, were responsible for this website. There are much problems to solve. I replaced the website into Dreamweaver, but I can't change the origin CSS Stylesheet. I tried to make a new stylesheet, but by refreshing the website, the former CSS is showing up again. And the changes I made are gone.
    I tried to change the CSS directly into de index.php. Same here.
    I'am a newbie. Please can I get a tip or trick so I can change the CSS into the sheet I want.
    Sorry for my English and thanks in advance.

    iAkke wrote:
    I've been asked to keep a new website (template) updated. Many people before I did, were responsible for this website. There are much problems to solve. I replaced the website into Dreamweaver, but I can't change the origin CSS Stylesheet. I tried to make a new stylesheet, but by refreshing the website, the former CSS is showing up again. And the changes I made are gone.
    I tried to change the CSS directly into de index.php. Same here.
    I'am a newbie. Please can I get a tip or trick so I can change the CSS into the sheet I want.
    Sorry for my English and thanks in advance.
    Before you go any further make sure that you're not viewing a cached version of the web page in the browser. This could be a reason why the new css styles are not showing up.
    If that is not the case then how are you trying to attach the new css styesheet? You say you are working with a 'template'? The master template is a file which has a .dwt extention, not .html or .php extention. Have you got one of those?
    What happens when you look at code view in the index.php file. Do you see lots of greyed out code which you cannot select?

  • Lost CSS style rendering

    Help!
    I've read the FAQ regarding toggling CSS styles as I've lost/inadvertanly switched off the detail in the design pane leaving me only with the code. This was the advice:
    Sometimes, though, your CSS looks completely wrong or isn't displayed at all. Usually, this happens if you have accidentally turned off the display of styles, or if you have selected an option other than Screen Media Type in the View > Style Rendering submenu or the Style Rendering toolbar. Make sure Display Styles and Screen Media Type are selected (they should have checkmarks against them like this:
    However, I'm running an old version - DreamWeaver MX 2004 v 7.0.1 - and it doesn't have Style Rendering etc. under the View tag. Please tell me what I must do. (Don't say upgrade!)
    Thanks
    Les

    in a couple of pages I cannot see any text or image items in the Design View
    Use the validation tools below and fix reported errors.
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.

  • Convert Template to CSS

    I'm developing a website in DW and have found the whole
    template thing so buggy that I'm wondering if I could actually
    script the entire thing using css. The issue I have is that my site
    uses spry accordion widget placed over a apdiv tag/ In addition, I
    have a place for page info in an expandable box in an apdiv tag.
    Seems this should be easy, but i get hung up on figuring out
    to place the apdivs with in css.
    http://www.christywebbertemp.com/index.html
    is the link to the site.

    Script the entire thing using CSS? I can't imagine what you
    are thinking.
    Anyhow you have this CSS -
    topnav {
    position:absolute;
    width:420px;
    height:41px;
    z-index:3;
    left: 520px;
    top: 86px;
    font: bold normal 16px/normal Verdana, Arial, Helvetica,
    sans-serif;
    color: #CC0000;
    text-align: center;
    vertical-align: baseline;
    But that's not a proper selector. Then you have this -
    <p class="topnav"> </p>
    <p class="topnav"> </p>
    <div id="topnav">
    so I'm assuming you want that rule to hit this div. In that
    case the
    selector would have to be this -
    #topnav {
    Just so you'll know, I think it's terribly confusing to have
    both an ID
    selector and a class selector with the same name.
    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
    ==================
    "Malinki8" <[email protected]> wrote in
    message
    news:gqdfoj$oo8$[email protected]..
    > I'm developing a website in DW and have found the whole
    template thing so
    > buggy
    > that I'm wondering if I could actually script the entire
    thing using css.
    > The
    > issue I have is that my site uses spry accordion widget
    placed over a
    > apdiv
    > tag/ In addition, I have a place for page info in an
    expandable box in an
    > apdiv
    > tag.
    >
    > Seems this should be easy, but i get hung up on figuring
    out to place the
    > apdivs with in css.
    >
    >
    http://www.christywebbertemp.com/index.html
    is the link to the site.
    >

  • Template or CSS style sheet

    Which is the better way to start a website from scratch?
    1.  To make a comprehensive Template with lots of CSS rules and then base all the other pages on the template OR
    2.  Make individual pages and apply external CSS styles to each page?
    I'm really confused about how to structure my website.  I've looked at a lot of tutorials on how to build all these separate elements but I'm having a hard time visualizing an overall structure.

    Adding to Nancy's comments and with the knowledge that you are a newbie, I would suggest that you start with a single page first, called index.html.
    Start with the markup (HTML) first as per
    1. ensure that you start with the proper document structure
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>My Title</title>
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="stylesheet" href="css/style.css">
    </head>
    <body>
    </body>
    </html>
    2. Enter the content into the BODY element
    <div class="header">
        <h1>Company Name</h1>
      <div class="nav">
          <ul>
          <li><a href="#">Blog</a></li>
          <li><a href="#">About</a></li>
          <li><a href="#">Archives</a></li>
          <li><a href="#">Contact</a></li>
          <li><a href="#">Subscribe via. RSS</a></li>
        </ul>
      </div>
      </div>
      <div class="article">
      <h2>Article</h2>
    <p>Eu fugiat nulla pariatur. Velit esse cillum dolore ut aliquip ex ea commodo consequat. Duis aute irure dolor qui officia deserunt sed do eiusmod tempor incididunt. Ut labore et dolore magna aliqua.</p>
    </div>
    <div class="aside">
    <h3>Did you know?</h3>
    <p>Eu fugiat nulla pariatur. Velit esse cillum dolore ut aliquip ex ea commodo consequat. </p>
    <div class="footer">
    <h4>&copy; Comapny name</h4>
    </div>
    3. View in your favourite browser and you will see that it looks horrible. It needs some styling.
    4. Create a file in a css subdirectory called style.css
    5. In style.css start with browser reset rules as per http://meyerweb.com/eric/tools/css/reset/. This will help to ensure that you don't have browser problems down the track.
    6. Enter a few style rules into the CSS file
    body {
        width: 1000px;
        margin: auto;
    .header {
        height: 120px;
        background: #063;
    .header h1 {
        color: silver;
    .nav {
        background: darkgray;
        height: 35px;
    .nav ul li {
        position: relative;
        text-align: left;
        width: 10em;
        float: left;
    .nav ul a {
        display: block;
        background-color: darkgray;
        padding: 0.5em 0.75em;
        color: white;
        text-decoration: none;
    I did not finish the CSS, leaving it up to your imagination.
    The above is the workflow that I would suggest for all newbies. At each stage, check in the browser to see the effect of the addition/change/deletion.

  • Template with CSS style sheet attached, not updating in pages

    It shows when I look at it in a browser but its not updating in page view. Also not updating image links of style sheets.
    I am a developer for a long time. I know dreamweaver and how to do this. Its a bug I think. But need need to know what I can do to get this fixed.

    webgirlfl wrote:
    It shows when I look at it in a browser but its not updating in page view.
    Do you mean it's not showing in Design View?
    This could be caused by  errors in your code. DW's Design View is very unforgiving of even small errors that the browsers handle with ease.
    Check your template page against these validators and clean out any errors...
    HTML: http://validator.w3.org/
    CSS: http://jigsaw.w3.org/css-validator/
    Is the css that the template is attached to embedded within the template's <head>, an external .css file or inline css?
    Is any of the non-updating css in editable regions?

  • Template Lost It's History

    I had developed a web site but moved to another folder in another web site, and now the master template does not recognize any pages to update. What did I do, and can I re-attach to the master template so it will update?

    Incorrect wording, it was the "master" for my web site. I have relocated the template file out of the sub folder and have in the root folder and then attached the html pages that had been developed from the "master" to the new template. Problem solved, thanks for the feedback.

  • Lost CSS file

    I have a webpage I designed in Dreamweaver CS5.  When I preview it it can only be seen in IE8.  I'm assuming that the css coding is wrong.  I don't know how to find the problem.  In addition,  What I don't see in my files in 'my computer' is a CSS file. I know the CSS is coded in the html but don't I need an additional CSS file in addition?   Any help would be appreciated for a novice.

    This forum is for suite specific issues only. Please post in the Dreamweaver forum.
    Bob

  • Dreamweaver can't see my css or template files

    I'm sure this is a simple problem with a simple answer, but it's baffling me...
    I'm currently setting up a new site with a new local root folder. I'd like to make some pages for this new site based on my existing css file and templates. I put these files into my new site's local root folder, then clicked through the usual 'Page from template' procedure and created a new page from one of my templates in the normal way.
    Trouble is, as soon as I try to save the page I've created, I get an error message: "This document uses the following files not in this site -" Dreamweaver then lists my css file and various image files. But all the files show up as present and correct in my new local root folder!
    The error message box gives me the option to copy the files to the local root folder of my new site - although, as I've said, as far as I can see from a glance at the Files panel, they're all there already. In any case, if I click the "Copy" button, I get another error message: "Making this change would require changing code that is locked by a template or a translator. The change will be discarded."
    I can upload the page, but it comes up with no formatting - here it is: http://www.nemesis.to/testpage.htm
    Looking at the code, I see that the css file is linked like this:
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    I suspect that might be where the problem is. I would expect that line of code to look more like this:
    <link href="newpagestyle.css" rel="stylesheet" type="text/css" />
    But I have no idea why that's happening, or where to go from here. I suppose I could re-write that line of code by hand, but that doesn't amount to fixing the problem. I'd like the whole thing to work normally from the first click!
    Have I got my css file and/or template files in the wrong place? What do I have to do so Dreamweaver can find the files?
    All advice welcome - thanks for any wise words you might have.  Sorry if this all seems very simple, but I really don't know enough about this stuff to make progress from this point.

    Oh, yes, I think it's all ludicrously over-complicated! The thing is, I've been using my templates without any trouble for ages. The problem only came up when I created a new local root folder, copied my template and css files into it, created pages using those templates and - suddenly I've got no formatting.
    Everything in the old local root folder is still working fine. I can make new pages from the template files in that folder and it's all good. It does look like the copy/paste process broke the essential links, but how could that happen?
    I suppose I could create new templates from scratch in the new local root folder, but that seems unnecessary when I've already got template files that work perfectly - in the *other* local root folder!
    Anyway, here comes the code...
    This is the page_layout.dwt file as it appears in my old local root folder. This is the file as it appears in my old local root folder - the one that that works!
    Note the link to the css file, which I've made bold here:
    <!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>
    <link rel="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- TemplateEndEditable -->
    <link href="../newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- TemplateBeginEditable name="Masthead" --><img src="../imagesissue9/graphicsissue9forward/generic_masthead.jpg" width="525" height="250" alt="Nemesis To Go" /><!-- TemplateEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="../imagesissue9/graphicsissue9forward/linkbuttons_definitive.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- TemplateBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="../imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Nemhain</span><span class="datedetails"><br />
    Borderline, London<br />
            Wednesday September 8 2010</span></p>
        <table width="900" border="1" cellspacing="4" cellpadding="4">
          <tr>
            <td> </td>
            <td> </td>
          </tr>
        </table>
        <table width="880" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"> </td>
            <td width="723"> </td>
          </tr>
        </table>
        <table width="841" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"> </td>
            <td width="549"> </td>
          </tr>
        </table>
        <table width="824" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"> </td>
            <td width="49"> </td>
          </tr>
        </table>
        <table width="868" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"> </td>
            <td width="710"> </td>
          </tr>
        </table>
        <table width="844" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="443"> </td>
            <td width="367"> </td>
          </tr>
        </table>
        <table width="900" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="125"><table width="825" border="1" cellspacing="4" cellpadding="4">
              <tr>
                <td width="137"> </td>
                <td width="654"> </td>
              </tr>
            </table></td>
            <td width="741"> </td>
          </tr>
        </table>
        <table width="900" border="1" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="62"> </td>
            <td width="804"> </td>
          </tr>
        </table>
      <p class="supportband">Pussycat And The Dirty Johnsons: <a href="http://www.myspace.com/thejohnsonsno1" class="supportband">MySpace</a> | <a href="http://www.facebook.com/thedirtyjohnsons?ref=ts&sk=wall#!/thedirtyjohnsons?sk=wall" class="supportband">Facebook</a></p></div>
      <!-- TemplateEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- TemplateBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- TemplateEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="../imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    </html>
    And here is the file as it appears after I'd copied it into my new local root folder. This is the version that won't give me any formatting. Note the link to the css file has changed. This surely must be the problem, because I can't see anything else that's different  - but how could that line change simply by copying the file into another local root folder?
    <!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"><!-- InstanceBegin template="file:///Macintosh HD/Users/michaeljohnson/Documents/Templates/photopagelayout.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <link rel="shortcut icon" href="/miscpix2/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Photos - </title>
    <!-- InstanceEndEditable -->
    <link href="file:///Macintosh HD/Users/michaeljohnson/Documents/newpagestyle.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #F00;
    a:visited {
    color: #F0F;
    a:hover {
    color: #F60;
    a:active {
    color: #F60;
    #container .searchsection form div {
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -->
    </style>
    <!-- InstanceBeginEditable name="head" -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <meta name="Description" content="Misadventures in modern music: punk, post-punk, new wave, goth, rock, indie, plus all manner of tangents and diversions." />
    <meta name="Keywords" content="Punk, Post-punk, new wave, indie, goth, rock, music, live, gigs, photos, reviews, interviews, CDs, vinyl, downloads, music, webzine, zine, blog" />
    <meta http-equiv="imagetoolbar" content="no" />
    </head>
    <body>
    <a name="pagetop" id="pagetop"></a>
    <div id="container">
      <div id="header">
        <div id="masthead"><!-- InstanceBeginEditable name="Masthead" --><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/generic_masthead.jpg " width="525" height="250" alt="Nemesis To Go" /><!-- InstanceEndEditable --></div>
        <div id="topadbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Top of page ad */
    google_ad_slot = "9886597060";
    google_ad_width = 300;
    google_ad_height = 250;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div id="header2">
        <div id="navigationbox"><a href="http://www.nemesis.to">Home</a> | <a href="http://www.nemesis.to/live.htm">Live</a> | <a href="http://www.nemesis.to/records.htm">CDs/Vinyl/Downloads</a> | <a href="http://www.nemesis.to/photos.htm">Photos</a> | <a href="http://www.nemesis.to/int.htm">Interviews</a><br />
          <a href="http://www.nemesis.to/archive.htm">Archive</a> | <a href="http://www.nemesis.to/about.htm">Information and Contacts</a> | <a href="http://www.nemesis.to/links.htm">Links</a></div>
        <div id="buttonbox"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/linkbuttons_definiti ve.jpg" width="222" height="41" border="0" usemap="#Map2" />
          <map name="Map2" id="Map2">
            <area shape="rect" coords="-1,0,41,42" href="http://nemesis_to_go.livejournal.com" target="_blank" alt="LiveJournal" />
            <area shape="rect" coords="46,1,87,40" href="http://twitter.com/uncle_n" target="_blank" alt="Twitter" />
            <area shape="rect" coords="91,1,131,41" href="http://www.myspace.com/nemesis_to_go" target="_blank" alt="MySpace" />
            <area shape="rect" coords="134,2,175,39" href="http://www.last.fm/user/Uncle_Nemesis" target="_blank" alt="Last FM" />
            <area shape="rect" coords="181,-1,223,39" href="http://www.facebook.com/misadventures.in.modern.music" target="_blank" alt="Facebook" />
          </map>
        </div>
      </div>
      <!-- InstanceBeginEditable name="MainContent" -->
      <div id="maincontent"> <img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/920photos.jpg" width="920" height="44" alt="Photos" />
        <p><span class="specialheading2">Genuflex</span><span class="datedetails"><br />
    Underbelly, London<br />
           Friday November 26 2010</span></p>
        <table width="900" border="0" cellspacing="4" cellpadding="4">
          <tr>
            <td width="124"> </td>
            <td width="742"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex13.jpg" width="604" height="404" alt="Genuflex" /></td>
          </tr>
        </table>
        <table width="880" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="123"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex1.jpg" alt="Genuflex" width="604" height="443" align="right" /></td>
            <td width="723"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex7.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
        <table width="841" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="264"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex11.jpg" width="254" height="366" align="right" /></td>
            <td width="549"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex6.jpg" alt="Genuflex" width="604" height="404" align="left" /></td>
          </tr>
        </table>
        <table width="824" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="837"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex5.jpg" alt="Genuflex" width="250" height="411" align="right" /></td>
            <td width="49"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex9.jpg" alt="Genuflex" width="504" height="406" align="left" /></td>
          </tr>
        </table>
        <table width="868" border="0" align="center" cellpadding="4" cellspacing="4">
          <tr>
            <td width="124"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex8.jpg" alt="Genuflex" width="604" height="441" align="right" /></td>
            <td width="710"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue10/genuflex12.jpg" alt="Genuflex" width="254" height="379" align="left" /></td>
          </tr>
        </table>
      <p class="supportband">Genuflex: <a href="http://www.genuflexmusic.com" class="supportband">Website</a> | <a href="http://www.myspace.com/genuflex" class="supportband">MySpace</a> | <a href="http://www.facebook.com/#!/pages/Genuflex/122544001105597" class="supportband">Facebook</a></p></div>
      <!-- InstanceEndEditable -->
      <div id="footer">
        <div id="bannerbox">
          <script type="text/javascript"><!--
    google_ad_client = "pub-9536785785834220";
    /* Bottom of page ad */
    google_ad_slot = "0254538778";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
          <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        </div>
      </div>
      <div class="searchsection">
        <form method="get" action="http://www.google.com/search">
          <div style="border:0px solid black;padding:0px;width:auto;">
            <table border="0" align="center" cellpadding="2">
              <tr>
                <td width="291" align="right" valign="middle"><input type="text"   name="q" size="35"
    maxlength="255" value="" /></td>
                <td width="102" align="right" valign="middle"><input type="submit" value="Google Search" /></td>
                <td width="247" align="center" valign="middle"><input type="checkbox"  name="sitesearch"
    value="nemesis.to" checked />
                  <span class="searchtext">Search Nemesis To Go</span></td>
              </tr>
            </table>
          </div>
        </form>
      </div>
      <div id="footer2"><!-- InstanceBeginEditable name="CreditsBox" -->
        <div id="creditsbox">Page credits: Photos and construction by <a href="http://www.nemesis.to/about.htm">Michael Johnson</a>. Nemesis logo by <a href="http://www.antonyjohnston.com">Antony Johnston</a>. Red N version by <a href="http://www.rimmell.com">Mark Rimmell</a>.</div>
      <!-- InstanceEndEditable -->
        <div id="creativecommonsbox"><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/"><img src="http://creativecommons.org/images/public/somerights20.png" alt="Creative Commons License" border="0" class="floatleft" style="border-width:2" /></a><span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">Words and photos in Nemesis To Go</span> by Michael Johnson are licenced under <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.0/uk/">Creative Commons</a>. You may copy and distribute this material, or derivations of it, provided that you give a credit to Michael Johnson and a link to <a href="http://www.nemesis.to">Nemesis To Go</a>. Where material from other sources is used, copyright remains with the original owners. All rights in the name 'Nemesis To Go' and the 'N' logo are retained.</div>
        <div id="backtotopbox"><a href="#pagetop"><img src="file:///Macintosh HD/Users/michaeljohnson/Documents/imagesissue9/graphicsissue9forward/arrer_sml_up.gif" alt="Back To Top" width="40" height="40" border="0" class="floatleft" /></a><a href="#pagetop">Back To Top</a></div>
      </div>
    </div>
    </body>
    <!-- InstanceEnd --></html>
    Sorry for the big wedges of code - and sorry for this being such a stupid problem. I'm almost ready to scrap the whole idea of creating a new local root folder!

  • DW CS3: Template & CSS Rules problems

    Dreamweaver CS3 Templates and CSS Rules.
    I've built a basic html page with a header, navigation links and main content area, then saved this as a template with the content area as the edit region.
    When I create new html pages from this template I want to insert Divs in the edit region for each new page, which I can successfully do, but for some reason Dreamweaver is not allowing me to create new CSS Rules for each new Div? So I'm not able to control position, text layout, colours etc for the new content. So my question is how do I do this?
    I got around this with the current website by creating the template with virtually all of the content for the entire website firstly, then deleting as necessary for each page, which I know is the wrong way to build html site pages from a template!
    I wonder if someone could please point me in the right direction to get me back on track? Any pointers would be very much appreciated.
    Thanks in advance.

    Yes, there is a meta tag at the start of the CSS rules. Here's a copy and paste of the code generated in DW CS3. Template was created from a html doc...
    <!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=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
        background-color: #FFFFFF;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    body,td,th {
        font-family: Arial, Helvetica, Helvetica Neue, Verdana;
        font-size: medium;
    #container {
        background-color: #E6E6E6;
        width: 900px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    #banner_image {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #FFFFFF;
        margin-right: auto;
        margin-left: auto;
    #navigation {
        background-color: #E6E6E6;
        text-align: center;
        padding: 10px;
    #navigation ul {
        margin: 0px;
        padding: 0px;
    #navigation li {
        list-style-type: none;
        display: inline;
        margin-right: 40px;
        margin-left: 40px;
    #navigation a {
        color: #333333;
        font-size: 90%;
        text-decoration: none;
    #navigation a:hover {
        color: #FF3300;
        font-size: 90%;
        text-decoration: none;
    #spacer {
        background-color: #E6E6E6;
        text-align: center;
        padding: 10px;
        margin-top: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 25px;
        font-size: small;
    #content_area {
        background-color: #666666;
        margin-top: 10px;
        margin-right: 25px;
        margin-bottom: 10px;
        margin-left: 25px;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
    #copyright_footer {
        background-color: #FFFFFF;
        text-align: center;
        padding: 10px;
        font-size: small;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        clear: both;
    #navigation_lower {
        background-color: #E6E6E6;
        text-align: center;
        padding: 10px;
    #navigation_lower ul {
        margin: 0px;
        padding: 0px;
    #navigation_lower li {
        list-style-type: none;
        display: inline;
        margin-right: 40px;
        margin-left: 40px;
    #navigation_lower a {
        color: #333333;
        font-size: 90%;
        text-decoration: none;
    #navigation_lower a:hover {
        color: #FF3300;
        font-size: 90%;
        text-decoration: none;
    -->
    </style>
    </head>

  • CS3 DW, CSS templates, Spry widgets

    Hello--I'd appreciate any comments/advice. I created a new
    website using CS3 templates with CSS that came with the application
    and used the Spry widgets, horizontal navibar and tabbed panels.
    The site loads in all of the browsers fine; but, it sometimes does
    not allow movement from one navibutton to the next...like the
    navibar gets stuck on the previous button and/or the browser
    crashes (IE). Any thoughts? Thanks!

    Post a link to one of these pages, please.
    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
    ==================
    "ARCCHARI" <[email protected]> wrote in
    message
    news:glas3n$81l$[email protected]..
    > Hello--I'd appreciate any comments/advice. I created a
    new website using
    > CS3
    > templates with CSS that came with the application and
    used the Spry
    > widgets,
    > horizontal navibar and tabbed panels. The site loads in
    all of the
    > browsers
    > fine; but, it sometimes does not allow movement from one
    navibutton to the
    > next...like the navibar gets stuck on the previous
    button and/or the
    > browser
    > crashes (IE). Any thoughts? Thanks!
    >

  • CrystalReport problem with CSS in VS 2010

    Hi,
    Please help me with following issue:
    I have an ASP.NET project and it contains a lot of reports (.rpt, CrystalReports).
    All worked fine untill I updated my CrystalReports to version 13. (were VS2008, .NET 3.5, now VS2010, .NET 4.0, CR13.0 )
    All my reports have lost css-styles.
    The styles were set according to this msdn link and worked fine:
    http://msdn.microsoft.com/en-us/library/aa288418%28v=vs.71%29.aspx
    I've investigated this problem and found out the reason:
    for now the report itself is rendered inside its inner IFrame and obviously all css-styles specified for parent page are not applied.
    But could you tell me is css-styling supposed to work in CR 13?
    Or at least whom I should address this question to?

    CSS is supported in CRVS2010, but there are issues. See [this|Is property CSS styling supported in Crystal Reports; thread.
    Unfortunately, I have not had time to take a closer look at this yet. I'll try this week.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

Maybe you are looking for

  • A lot of problems after latest update.

    I've got this error message seven times on my desktop in a notepad during the last 3 days. My computer restarts all of a sudden at times , or my browser closes by itself, at times whenever the java applet starts loading.Chat rooms which used to open

  • Second computer as wireless

    I have two computers connected to a WRT54G and wish to connect a third computer (in another room) as wireless.  We purchased the WRT150N.  This machine needs to access the wireless signal and will be connecting an XBox360.  Where can I locate setup i

  • ORA-14314: resulting List partition(s) must contain atleast 1 value

    Hi, Using: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production, Windows 7 Platform. I'm trying to understand Exchange Partition and Split (List) partitioning. Below is the code I'm trying to work on:   CREATE TABLE big_table

  • Does coursecompass or mymathlab work on the iPad?

    Does coursecompass or mymathlab work on the iPad?

  • SQL Query to Delete SAP* user DB level

    Hi Everyone,                please tell me the SQL Querry to delete a User SAP* from the Table. so that, i can login SAP* using default password PASSS. Because, my SAP*  user is locked due 2 incorrect password. i dont have anyother User id in the Par