Css template

I edited a Dreamweaver 8 template and when I go to put it to
the remote server I have errors and the css files will not
transfer. The log error says the tr and the td are xhtml and not
supported in html.

You have a Template that you are putting to the remote
server? Why?
Templates don't belong on the server.
The CSS file doesn't transfer? How do you know that?
The error log has information about PAGE STRUCTURE in it?
Which error log?
The FTP log?
Basically, to summarize, "WHAT?"....
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
==================
"SharonLong17" <[email protected]> wrote in
message
news:eho0bn$lfo$[email protected]..
>I edited a Dreamweaver 8 template and when I go to put it
to the remote
>server
> I have errors and the css files will not transfer. The
log error says the
> tr
> and the td are xhtml and not supported in html.
>

Similar Messages

  • How do I convert an html design web site to CSS template and layout?

    Good Morning, All!
    How can I convert, apply, or change, efficiently, my html web pages into a CSS template so I don’t have to change each page every time I add something to the main page…also, I currently have two tables (I know, old-fashioned) one which holds my list of contents and links to the different sections (page) with information from the community on the website. The other table holds my text and pictures which I want to update daily. How can I change the format to a 2 column, liquid layout with a masthead area on top for logo and text with a box around it. Time was not available for me to learn all the details of my new Dreamweaver program so I did what I knew and uploaded it with all the boo-boos, inactive links and non-existant pages.
    Now I have the time to focus and want to get it done better so that it is easy to update with new text and features daily. (I am converting my printed newspaper to an online version after 17 plus years and trying to learn the new Adobe Premium Design Suite CS5 programs. What a trip this is at 61-years-old!
    My community and readership are looking forward to the web site according to a survey I took. They are very tolerant about my boo-boos while I learn the new software for the web design. I’ve let them know, through my newspaper and personally (I am very active in the community), that online is where I am going and all that I’ve spoken to, or who have sent emails, are very supportive and look forward to getting their news from my web site newspaper.)
    I am seeking some guidance...I know a little about a lot, but not a lot about anything...even though I've been working with computers since 1983.
    I thank you all in advance for whatever help you can give.
    Donna

    That's a good start.  You will want to fix these things -
    * change this -
    Don Lawton. Used with permission. <div></p>
    to this -
    Don Lawton. Used with permission.</p>
    * change this -
    </center>
    </P>
    <div align="center"><a href="mailto:
    to this -
    </center>
    <div align="center"><a href="mailto:
    * change this -
    <p>
      <center>
        <b><font size="+1">Webmistress: Donna Lee Hanlon<br />
          c/o www.Nahant.com &middot; PO Box 88 &middot; Nahant, MA 01908<br />
          Copyright 2002-12</font></b>
      </center>
    </p>
    to this -
    <p style="text-align:center;">
        <b><font size="+1">Webmistress: Donna Lee Hanlon<br />
          c/o www.Nahant.com &middot; PO Box 88 &middot; Nahant, MA 01908<br />
          Copyright 2002-12</font></b>
    </p>
    And now you will have a page that contains completely valid HTML.

  • CSS Template in Dreamweaver, cannot make flash(swf) show ???

    Hi all,
    I'm quite new at using dreamweaver, have been using GoLive
    some before and I have got a time consuming problem:
    To try to get a hang of CSS page designs I've used the Page
    Design (CSS) Halo Right nav that comes with DW8.
    I've learnt pretty much how it works BUT, I cannot make a
    flash file visible when inserted to the page design ????
    It does not show if I insert it to an existing div tag or if
    I insert it in a new layer. What am I doing wrong ?
    (same goes for images)
    Need help quickly.
    Thanks!

    This is one of the several weird problems with the HALO
    layout.
    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
    ==================
    "Pasay" <[email protected]> wrote in message
    news:eve7b0$s6g$[email protected]..
    > OK!,
    > will look into that, as I said I'm all new to this,
    grateful for all tips.
    > I've posted a new Topic : CSS Template in Dreamweaver,
    Submeny
    > dissapears?
    > may be related to the javascript error ?
    > //Bosse
    >

  • Can I over-ride thrColFixHdr.css template for homepage only?

    My site, http://isuckatgolf.net has a thrColFixHdr.css template used throughout the site. Which is fine for every page but the homepage. I want the homepage to be wide open so I can make a landing page more like a newpaper effect and not be restricted to fitting items into the small sidebars for instance. I want to do something more like this http://golfweek.com/ .
    I'd prefer to just add html to the homepage that would collapse the left and right sidebar and leave the main content area large. Right now the sidebars are 175 pixels and the content 600. I'd like the to be 950pixels and the sidebars 0 pixels. But leave the rest of the site as is.
    I'd prefer not to add a second style sheet just for the homepage, as that would mess up my spry menu bar that is on every page.
    Can it be done? If so what's the easiest (note I didn't say "best"!) to do so.
    Thanks so much.
    Ken

    Make a back-up of your homepage first just incase it all goes belly up and you want to revert back to the original.
    Open the homepage and add the below css:
    .thrColFixHdr #sidebar1, .thrColFixHdr #sidebar2  {
    display: none;
    .thrColFixHdr #mainContent {
    margin-left: 0;
    width: 960px;
    Look for this piece of css coding which already exists in your page:
    <style type="text/css">
    #mainContent {
        background-color: #222222 !important;
        background-image: url(/gradientgreenchris2.jpg);
        background-repeat: repeat-x;
    <!--
    .style9 {
        font-size: 24px
    -->
    </style>
    Add the two new css selectors as shown below: (please note your opening comment <!-- is in the wrong place. I've corrected it below:)
    <style type="text/css">
    <!--
    #mainContent {
        background-color: #222222 !important;
        background-image: url(/gradientgreenchris2.jpg);
        background-repeat: repeat-x;
    .style9 {
        font-size: 24px
    .thrColFixHdr #sidebar1, .thrColFixHdr #sidebar2  {
    display: none;
    .thrColFixHdr #mainContent {
    margin-left: 0;
    width: 960px;
    -->
    </style>
    You could just add - margin-left: 0;  width: 960px; - to the css selector which already exists like this:
    <style type="text/css">
    <!--
    #mainContent {
        background-color: #222222 !important;
        background-image: url(/gradientgreenchris2.jpg);
        background-repeat: repeat-x;
        margin-left: 0;
        width: 960px;
    .style9 {
        font-size: 24px
    .thrColFixHdr #sidebar1, .thrColFixHdr #sidebar2  {
    display: none;
    -->
    </style>

  • Location of CSS template files

    hi all,
    Can anybody tell me the location of CSS template files to customize the template ??
    thanks in advance
    Regards,
    Ahmed

    You do NOT want to change the bundled CSS files. Create your own CSS and include it in the template after the built-in CSS include. Any classes you create in your own file of the same name and specificity as the built-in classes will override those classes. For example:<style type="text/css">
    td.myclass{color:red}
    td.myclass{color:blue}
    </style>The color of the text in a table cell with the class "myclass" will be blue, not red, since the same class was defined twice, it will use the one that came last on the page.
    If you change the classes in the built-in template CSS files, you'll change them for everyone using your APEX instance, which is not a particularly good thing to do.
    Tyler

  • CSS template in document view

    Hello everyone,
    Somebody asked me to help with their DW CSS template view in
    document
    window. The template looks OK in browser preview, but in
    document window it
    looks like a "mess" - like CSS are not displaying properly.
    Is there a way
    to make it look in document window just like in browser
    preview? (sort of
    WYSIWYG).
    Thank you,
    Victoria

    VIEW | Style Rendering > Display Styles
    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
    ==================
    "Victoria" <[email protected]> wrote in message
    news:g4lchg$nc2$[email protected]..
    > Hello everyone,
    > Somebody asked me to help with their DW CSS template
    view in document
    > window. The template looks OK in browser preview, but in
    document window
    > it looks like a "mess" - like CSS are not displaying
    properly. Is there a
    > way to make it look in document window just like in
    browser preview? (sort
    > of WYSIWYG).
    >
    > Thank you,
    > Victoria
    >

  • Uploading css template to dreamweaver

    I need to upload some css templates to dreamweaver but can't
    figure out how to do it yet.

    Huh? Upload CSS templates to DW? You mean you need to add a
    CSS-based
    template page to your DW site? Is it a *.dwt page? If so just
    copy it into
    the Templates folder at the root level of the site.
    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
    ==================
    "ntnsllc" <[email protected]> wrote in
    message
    news:gj91bs$j0k$[email protected]..
    >I need to upload some css templates to dreamweaver but
    can't figure out how
    >to do it yet.

  • Please help with borders problem with CSS templates

    I'm trying to redo my site using the great CSS templates that came with CS4.  But I have something goofed up and can't figure out what.  Here's the test page that I am using to make the main Template.
    http://www.ausranch.com/start-for-2010.html
    I want a photo in the upper left and a vertical line from top to bottom of the container that is 6 pixels wide.  Then I want a 10 pixel border across the bottom of the photo and the header area.  Of course I'd like all of these borders to line up.  I thought it might be easier to move the sidebar1 div above the header div.  Was that a mistake?
    I thought I had it working.  It works/displays fine on my Vista computer using both Firefox and IE8. That monitor is an old 1280 x 1024.
    It doesn't work on Win 7 with IE8 and a 1600 x 900 widescreen display.  Fine on Firefox on both computers.  What happens is that the sidebar1 right border doesn't line up with the mainContent left border.  I need both because the sidebar1 border is needed for the area that is in between the header and the mainContent (I can't figure out where that space comes from, actually.)  The sidebar1 ends well above the end of the mainContent so it has to have a border too.  But right now, on that Win7 widescreen computer, the two borders do not line up and appear to be off about 6 pixels.  They touch but they don't line up.
    In order to make the horizontal lines line up, I had to remove the 30 px margin at the top of the sidebar1 that was in the comments as a bug fix for IE.
    Do I need a tweak somewhere or did I totally take the wrong approach here?  Thank you.

    Here you go:
    http://wwww.martcol.co.uk/test/horses.html
    That's my attempt and I think it might be a slightly more straighforward solution.  basically, I guess it's now a two column layout with no header or footer.  It's a bit clunky and if you want my opinion, I think you could get it a bit cleaner if you start again and build it on that basis a 2 Column, fixed, centered layout.
    I also think that what you got caught up in was trying to fix a problem by adding and adding to the page. That way eventually, it's really easy to lose track of things.  If you had seen it as a two column layout earlier on, it might have been a Eureka moment!  I'm no expert but I think I've cobbled something together that will hold up in IE 6 and Firefox.
    The two pages are below and if you open them up in DW you should be able to test the site in your local browser at least.  I have taken out all your template instances - I just don't understand or use all that stuff - and the links are all absolute to your site.  I've tried to comment the page to show you what I have done but, it won't explain everything probably because I am not sure how to explaing it all.
    Both the main divs that hold the two columns are floated so if you start tinkering with margins and border width it will throw the page off because of the Box Model.  If you want to push content away from the edge of something use padding.  The other thing to say is that the page will hold up all the while the right panel content is greater than the left panel.
    Gosh, I hope I haven't made things worse!
    Regards
    Martin

  • About CSS templates

    Is there any CSS templates ?
    I hope that any one has a CSS templates for JDev 11g please send it to me.
    Thank You
    Sameh Nassar

    Sameh,
    Thanks for the laugh... Your question is so vague as to be unanswerable. If you expect someone to send you their "CSS template," whatever that is, that they have spent their valuable time developing, perhaps you could at least invest enough time in writing a proper question.
    Are you looking for some sample skins? If so, just do help->check for updates. You can find some additional samples there.
    John

  • Problem with CSS/Template in IE display

    Hi,
    I have a problem with a new web site
    http://www.halloween-mayhem.com.
    The CSS is at
    http://www.halloween-mayhem.com/MasterCSS3Col240606.css
    and the template at
    http://www.halloween-mayhem.com/Templates/MasterHM3Col250606.dwt
    When viewed in Firefox everything is fine, but in IE the
    content slips right down the page to beyond the menu . Any idea
    what I have missed or done wrong please?
    Any help greatly appreciated.
    Roy

    The slipping content is too wide for the space you've
    allotted. Make it 3px
    narrower.
    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
    ==================
    "roythom" <[email protected]> wrote in
    message
    news:ecti8e$ohh$[email protected]..
    > Hi,
    >
    > I have a problem with a new web site
    http://www.halloween-mayhem.com.
    The
    > CSS
    > is at
    http://www.halloween-mayhem.com/MasterCSS3Col240606.css
    and the
    > template
    > at
    http://www.halloween-mayhem.com/Templates/MasterHM3Col250606.dwt
    >
    > When viewed in Firefox everything is fine, but in IE the
    content slips
    > right
    > down the page to beyond the menu . Any idea what I have
    missed or done
    > wrong
    > please?
    >
    > Any help greatly appreciated.
    >
    > Roy
    >

  • CSS Template in Dreamweaver, Submeny dissapears?

    Hi All,
    I've got yet another problem with CSS,
    To try to get a hang of CSS page designs I've used the Page
    Design (CSS) Halo Right nav
    that comes with DW8. I've learnt pretty much how it works
    BUT, the submeny dissapeared,
    or is not visible anymore after I inserted a new tag :
    <div id="logo">
    </div> and assigned a background image to it, why ?
    (I also inserted <div id="layout"> with background
    image that "surrounds" the whole creation for
    the shadow effect)
    Code can be found here:
    http://e10.se/SAST/CSS/
    index.html and CSS file: Copy of emx_nav_right.css
    //Bosse

    Don't use HALO for your page layout. Please.
    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
    ==================
    "Pasay" <[email protected]> wrote in message
    news:eve72r$ru9$[email protected]..
    > Hi All,
    > I've got yet another problem with CSS,
    > To try to get a hang of CSS page designs I've used the
    Page Design (CSS)
    > Halo
    > Right nav
    > that comes with DW8. I've learnt pretty much how it
    works BUT, the submeny
    > dissapeared,
    > or is not visible anymore after I inserted a new tag :
    <div id="logo">
    > </div> and assigned a background image to it, why
    > (I also inserted <div id="layout"> with background
    image that "surrounds"
    > the
    > whole creation for
    > the shadow effect)
    > Code can be found here:
    >
    http://e10.se/SAST/CSS/
    > index.html and CSS file: Copy of emx_nav_right.css
    > //Bosse
    >

  • Dreamweaver CSS Template Issue

    Hi all,
    Having a slight problem with creating CSS from a template in Dreamweaver. I have made templates before and created editable regions and usually can add CSS to the page. Though for some reason it's not accepting any CSS. I'll created the rule and hit ok and then it just disappears - though the CSS of the .dwt remains - as it should do.
    If anyone could cast any light on this, would be greatly appreciated. Please see attached code for the dwt below:
    <!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 {
    margin-left: 0px;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    background-image: url(images/tester.jpg);
    background-repeat: no-repeat;
    .outer {
    width: 985px;
    margin: auto;
    position: relative;
    .main {
    width: 625px;
    float: left;
    background-image: url(images/lighter_backing.png);
    .flashBanner {
    width: 625px;
    float: left;
    height: 315px;
    .mainContent {
    width: 585px;
    float: left;
    margin: 20px 20px 20px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5;
    color: #FFF;
    .footer {
    width: 585px;
    float: left;
    background-image: url(images/Trans_Background1.png);
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    padding: 20px 20px 20px 20px;
    border-top: 3px solid #222;
    .leftCol {
    width: 120px;
    margin-right: 20px;
    float: left;
    .navButtons {
    .logo {
    float: right;
    margin-bottom: 20px;
    .nav_buttons {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: right;
    height: 15px;
    float: right;
    width: 120px;
    margin-bottom: 3px;
    .img {
    border-style: none;
    .sub_tab_description {
    line-height: 1.3;
    .sub_tabs {
    .created {
    width: 985px;
    float: left;
    text-align: center;
    margin: 15px 0px 0px 0px;
    .sub_tabs_01_02 { width: 180px;
    margin-right: 20px;
    float: left;
    .sub_tabs_03 { width: 180px;
    float: left;
    .sub_tabs_04 { width: 180px;
    float: left;
    margin-left: 25px;
    .right_col { width: 220px;
    height: 45px;
    background-image: url(images/darker_backing.png);
    float: left;
    margin-top: 270px;
    .right_col_attention { background-image: url(images/semi.png);
    float: left;
    width: 180px;
    padding: 20px 20px 20px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #FFF;
    .right_image { margin-bottom: 15px;
    a:link {
    color: #FFF;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #FFF;
    a:hover {
    text-decoration: underline;
    color: #FFF;
    .img {
    border-style: none;
    a:active {
    text-decoration: none;
    color: #FFF;
    -->
    </style>
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="outer">
    <div class="leftCol">
    <div class="logo"><a href="index.html"><img src="images/logo.png" width="117" height="62" class="img" /></a></div>
          <div class="nav_buttons"><a href="../index.html">Home</a></div>
          <div class="nav_buttons"><a href="../salons.html">The Salon</a></div>
          <div class="nav_buttons"><a href="../hairdressing-price-list.html">Hair Price List</a></div>
          <div class="nav_buttons">Beauty Price List</div>
          <div class="nav_buttons">Children's Parties</div>
    <div class="nav_buttons"><a href="../careers.html">Careers</a></div>
          <div class="nav_buttons"><a href="#">Contact Us</a></div>
    </div>
    <div class="main"><!-- TemplateBeginEditable name="Flash Banner" -->
      <div class="flashBanner">
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="625" height="315">
          <param name="movie" value="../images/HairPriceList.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="../Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="../images/HairPriceList.swf" width="625" height="315">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
      </div>
    <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="Editable Content" -->
    <div class="mainContent"></div>
    <!-- TemplateEndEditable -->
    <div class="footer">
        <div class="sub_tabs">
          <div class="sub_tabs_01_02">
            <div class="sub_tab_description"><strong>CHIC OF NEWTON ABBOT</strong><br />
              9 Market Hall,  Opposite Somerfield<br />
              Newton Abbot,<br />
              Devon,<br />
              TQ12 2RX<br />
              <strong>Telephone: </strong>01626 362600</div>
          </div>
          <div class="sub_tabs_03">
            <div class="sub_tab_description"><strong>OPENING TIMES</strong><br />
              Monday - Saturday: <strong>9.00 - 5.00</strong><br />
              Late appointments available on request.</div>
          </div>
          <div class="sub_tabs_04">
            <div class="sub_tab_description"><strong>ABOUT CHIC</strong><br />
              Opened in 2009, having proved a great success, we've undergone a major reburnishment, we now have a beauty treatment room and offer a wide range of treatments.</div>
          </div>
        </div>
      </div>
    </div>
    <div class="right_col"></div>
    <div class="right_col_attention">
      <div class="right_image"><img src="images/how_to_book_white.png" alt="" width="172" height="34" /></div>
      <p>Call today or pop in to discuss your requirments with one of our dedecated team of technicians who will be happy to help. </p>
      <p><strong>CHIC OF NEWTON ABBOT<br />
      </strong>Telephone: 01626 362600</p>
    </div>
    <div class="created"><img src="../images/created-by.png" width="199" height="12" alt="Created by Kristopher Kerr" /></div>
    </div>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

    Your <style> tags are not within an editable Template region. You might want to move your CSS rules to an external stylesheet then link your Template to the external.css file.  It's a more efficient way of managing your site.
    See this link for details:
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Css template problems

    I am working on re-doing pages on a site so the content is centered and fixed width using css. Previously used tables. I am having some problems with the display. The background for the left menu does not show except behind the menu. The container that holds the menu doesn't seem to go all the way to the bottom and thus is shifting the other containers at the bottom to the left. The main container does not seem to extend to the bottom either you can see where the background color stops. I have set the html/body to min 100%. Also in IE for windows, there is no margin between the slideshow and the left menu, Firefox there is a margin. You can view the page at http://www.cheyennecampingcenter.com/templatetest2.html .
    I hope this makes some sense? I was up all night and I am on my way out now, just don't have much time to explain further right now. I am learning CSS, but obviously I have more to learn. Any help would be much appreciated!
    Thanks,
    Steve

    Okay, I'm still having trouble with the two background images, the bar on the left and the bar at top. In have remade the template and it displays fine when I create a page as shown here http://www.cheyennecampingcenter.com/template_test_FINAL1.html . When I reapply the template, the quote marks in the css definition of the "container" and "top_bar" are gone as well as the backgrounds as shown here http://www.cheyennecampingcenter.com/template_test_FINAL.html . The quote marks are still there in the template, but are lost when I reapply the template? Here is a sample of the css:
    #top_bar { background-image: url('images new/header_bkgnd.jpg'); margin-right: auto; margin-left: 110px; width: 815px; height: 100px; }
    #top_bar { background-image: url(images new/header_bkgnd.jpg); margin-right: auto; margin-left: 110px; width: 815px; height: 100px; }
    I have tried a few things, but it only seems to happen in the "headlocked" part of the code. One other strange thing, if I take the html file that does not have the backgrounds and duplicate it in the site window, the quote marks and backgrounds come back. If I reapply the template to the duplicated file, they disappear again? Any Ideas?
    Thanks again!

  • How to edit page on a css template?

    i have been trying to change the header on my webpage. I just dont understand how css work yet. If i change the header at the template root level will that affect the entire CSS or do i just have to got to the particular page in DW and just edit that one and load it up?? Im sorry for the basic question i just never been much good with html and DW, i am trying to get better though.
    Signature parrot cages

    here are 3 ways you can use CSS on a web page:
    Embed the CSS rules on the page
    Link to an external CSS file that contains the CSS rules
    Use inline CSS in the page's HTML tags
    Examples of each follow -
    Method 1
    <html>
    <head>
      <title>Method 1</title>
      <style type="text/css">
         body { color:red; }
       </style>
    </head>
    <body>
      <p>This is red</p>
    </body>
    </html>
    Method 2
    <html>
    <head>
      <title>Method 2</title>
      <link rel="stylesheet" type="text/css" href="_css/styles.css" />
    </head>
    <body>
      <p>This is red</p>
    </body>
    </html>
    Method 3
    <html>
    <head>
      <title>Method 3</title>
    </head>
    <body>
      <p style="color:red;">This is red</p>
    </body>
    </html>
    Method 1 and Method 3 are limited in scope to the current page, meaning that any changes you make to the CSS that is embedded or used inline on that page will ONLY affect that page.  Method 2 is the preferred method because it is the more efficient one - changes you make to that linked stylesheet will affect every page in the site that links to that stylesheet.
    Did that address your question?

  • 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!
    >

Maybe you are looking for

  • Smart Album not working

    Trying to set up a Smart Album that shows all pics not already in an album used to work but does not now. I keep a library for each year and trying to make sure only has pics for that year hence the smart album. If I select not in the album for the y

  • What is the role of quantity,surcharge in Condition types

    Im new to CIN ,in the pricing procedure JINFAC,the below mentioned conditons types belong to BED how all those differ JEXQ     IN A/R BED JEXP     IN: A/R BED % JEXT     IN A/R BED total same is for AED JEAP     IN A/R AED % JEAQ     IN A/R AED Qty J

  • Email password failed

    Yesterday I had to change my one of my emails password because it was hacked into... And it was the primer email for my bb 9330.  So I rest the password on the computer and went to my phone, and it say to verify the email..... So I did and it said fa

  • Macintosh HD icon changed

    Hi,  really hope somebody can help me here because i have been searching the web for the last three hours without any luck and its starting to drive me mad!  So heres the problem, Today whilst working on my imac i noticed that my Macintosh HD icon ha

  • N73 Cannot get into menu

    When I click the left menu button, the screen gets lighter and in the top left corner is a small box with a standby icon inside it. How do I bring back the menu to when the menu button is clicked so the box no longer appears? 2 x e63 brilliant! 1 x 6