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.
>

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

  • Dynamic Converter Template Type drop down list error

    UCM 11g, win xp 64 bit
    when I try to check in dynamic converter template (Dynamic Converter Admin -> Check in existing template), the drop down of template types never gets updated with templates types, it just sits on "Loading values...". Any ideas why ? I can edit template types right in the UCM DB, DocMeta table, xTemplateType column, but that doesnt sound like a "clean approach".
    Best regards,
    Giedrius

    try uninstall and insatall the component again. Also logout and login
    regards,
    deepak

  • How to convert an html/css website into muse

    How to convert an html/css website into muse.

    Hi,
    It is not possible to convert html/css site into Muse. Muse recognizes .muse files only.
    Regards,
    Aish

  • Convert Templates

    Is there an easy way to convert templates created in
    Dreamweaver6 to the templates used in Dreamweaver8 along with all
    the documents the templates are attached to?
    Is there a need to?
    I noticed that Dreamweaver8 uses a different syntax for
    templates - specifically editable regions - and I'd like to update
    my currrent templates created in Dreamweaver6.
    Thanks

    > Is there a need to?
    No. The markup is exactly the same.
    > I noticed that Dreamweaver8 uses a different syntax for
    templates -
    > specifically editable regions
    If you are seeing different markup then the template must
    have been created
    with an earlier version of DW than DW6. It would be a good
    idea to convert
    them, in that case. You will find a tutorial for how to do
    that here -
    http://www.dmx-templates.com
    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
    ==================
    "Jeff.M" <[email protected]> wrote in
    message
    news:e9mfen$7v2$[email protected]..
    > Is there an easy way to convert templates created in
    Dreamweaver6 to the
    > templates used in Dreamweaver8 along with all the
    documents the templates
    > are
    > attached to?
    > Is there a need to?
    >
    > I noticed that Dreamweaver8 uses a different syntax for
    templates -
    > specifically editable regions - and I'd like to update
    my currrent
    > templates
    > created in Dreamweaver6.
    >
    > Thanks
    >

  • Convert template into html

    Hi
    Is it possible to simply convert a template back into html
    and so get rid of all "not editable regions". In one of my
    templates I have problems with not being able to make an header
    editable again.
    Thanks.
    Sarosa

    This template is a mess.
    You have two editable regions named head -
    <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable --><!--
    InstanceBegin template="home.dwt"
    codeOutsideHTMLIsLocked="false" --><
    and
    <!-- InstanceBeginEditable name="head" --><!--
    InstanceEndEditable --><title>Badrane
    Tours</title>
    In addition, if you REALLY pasted in the whole page's code,
    there is no
    doctype, no <html>, no <head>, and no
    <body> tag.
    I'm guessing DW complains quite a bit when you try to do
    anything with this
    template.
    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
    ==================
    "Sarosa" <[email protected]> wrote in
    message
    news:[email protected]...
    > The code is attached. Thanks.
    >
    > <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable --><!--
    > InstanceBegin template="home.dwt"
    > codeOutsideHTMLIsLocked="false" --><style
    > type="text/css">
    > <!--
    > body,td,th {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 12px;
    > color: #333333;
    > }
    > body {
    > background-color: #000000;
    > }
    > .hairline_top_r_l {
    > border-top-width: thin;
    > border-right-width: thin;
    > border-bottom-width: thin;
    > border-left-width: thin;
    > border-top-style: solid;
    > border-right-style: solid;
    > border-bottom-style: solid;
    > border-left-style: solid;
    > border-top-color: #CC6600;
    > border-right-color: #CC6600;
    > border-left-color: #CC6600;
    > }
    > .hairline_top_bot_r_l {
    > border: thin solid #C46200;
    > }
    > -->
    > </style>
    > <link href="../website/website/styles/main.css"
    rel="stylesheet"
    > type="text/css" />
    > <script src="../scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > <!-- InstanceBeginEditable name="head" --><!--
    InstanceEndEditable -->
    > <title>Badrane Tours</title>
    > <link href="../website/styles/main.css"
    rel="stylesheet" type="text/css">
    > <br />
    > <table width="800" height="330" align="center"
    cellpadding="0"
    > cellspacing="0"
    > bordercolor="#000000">
    > <tr>
    > <td height="52" bordercolor="#000000"
    class="hairline"><div
    > align="center"
    > class="hairline_top_r_l">
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','800','height','150','src','../website/swf/header','qu
    > ality','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cg
    >
    i?P1_Prod_Version=ShockwaveFlash','bgcolor','#000000','movie','../website/swf/he
    > ader' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="800" height="150">
    > <param name="movie"
    value="../website/swf/header.swf">
    > <param name="quality" value="high"><param
    name="BGCOLOR"
    > value="#000000">
    > <embed src="../website/swf/header.swf" width="800"
    height="150"
    > quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    > bgcolor="#000000"></embed>
    > </object>
    > </noscript></div></td>
    > </tr>
    > <tr class="hairline_top_r_l">
    > <td height="223" bordercolor="#000000"
    class="hairline_top_r_l"><!--
    > InstanceBeginEditable name="body" -->
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <!-- InstanceEndEditable --></td>
    > </tr>
    > <tr class="hairline_top_bot_r_l">
    > <td height="20" bordercolor="#000000"
    > class="hairline_top_bot_r_l"><script
    > type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','800','height','20','src','../website/swf/menu','quali
    > ty','high','pluginspage','
    http://www.adobe.com/shockwave/download/download.cgi?P
    >
    1_Prod_Version=ShockwaveFlash','bgcolor','#000000','movie','../website/swf/menu'
    > ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="800" height="20">
    > <param name="movie" value="../website/swf/menu.swf"
    />
    > <param name="quality" value="high" /><param
    name="BGCOLOR"
    > value="#000000">
    > <embed src="../website/swf/menu.swf" width="800"
    height="20"
    > quality="high"
    > pluginspage="
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Versio
    > n=ShockwaveFlash" type="application/x-shockwave-flash"
    > bgcolor="#000000"></embed>
    > </object></noscript></td>
    > </tr>
    > </table>
    > <!-- InstanceEnd -->
    >

  • Convert Table to CSS - any tool available ?

    Does DW have any tool for converting a table-based page or
    template into a CSS-based page?
    I have some old generic table-based templates that I'd love
    to convert, but I'm a CSS total newbie.
    I was thinking that perhaps DW might have a tool or
    conversion thing that could help with this.
    If DW does not, might you know of any Table-to-CSS conversion
    tools out there ?
    Many thanks

    Well, if I knew, I wouldn't say, so I'm just saying that I
    bet it has. :-D
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Ya think?
    >
    > --
    > 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
    > ==================
    >
    >
    > "P@tty Ayers"
    <[email protected]> wrote in message
    > news:[email protected]...
    >>I bet it's been discussed. :-)
    >>
    >>
    >> --
    >> Patty Ayers | www.WebDevBiz.com
    >> Free Articles on the Business of Web Development
    >> Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    >> --
    >>
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Not if I have anything to do with it! 8)
    >>>
    >>> --
    >>> 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
    >>> ==================
    >>>
    >>>
    >>> "P@tty Ayers"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>>> If DW does not, might you know of
    any Table-to-CSS conversion tools
    >>>>>> out there ?
    >>>>>
    >>>>> There is no such thing. I agree with
    Shane....
    >>>>
    >>>> Shhhh! I wouldn't be surprised if that ended
    up in the next version of
    >>>> Adobe-weaver. :\
    >>>>
    >>>>
    >>>> --
    >>>> Patty Ayers | www.WebDevBiz.com
    >>>> Free Articles on the Business of Web
    Development
    >>>> Web Design Contract, Estimate Request Form,
    Estimate Worksheet
    >>>> --
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

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

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

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

  • Should I convert my inline css to external?

    I was told my site would be cleaner and easier for google to find if I changed my css styles to external.  All my pages are a little different, so I was also told I would have to do it for every page.  What is the best way to do this?  I knew very little about css when I created the site, sorry.
    Do I select everything from <style to style> right click and select  Convert inline CSS to rule.  That option is greyed out.  Do I select new rule?
    The site is www.macrophotographer.net  I am a not a professional web designer so go easy on me.

    I have had a look at source code for your home page, your styles are embedded in two groups between your pages head tags, so it will be easy to externalise the css.  In code view if you put your cursor in one of the styles you wish to move and then click on the 'Move or convert css' button or go to format > css styles > move css rules ... you can move the styles one by one into an external stylesheet.
    The other and what I think will be the quicker way for you will be to open your webpage then go to File > New > Blank Page > CSS > Create, this will create a new empty stylesheet already with the encoding set.  With this still open switch tabs back to your webpage and select all the code between the <style type="text/css"> and </style> cut it and then switch tabs back to the stylesheet and paste. Save the stylesheet, then switch tabs back to your webpage, in code view you need to enter the following line before the  </head> tag
    <link href="/nameofstylesheet.css" rel="stylesheet" type="text/css" />
    Richard

  • How to convert Templates into tables under Smartforms

    Hi Gurus,
        I need to print internal table data onto a Template. But I'm wondering as how to convert a Template into Table. It is very urgent.
       Answers are rewardable.
    -Syed.

    Hi ,
    Why do you wantto use templates as table control .   
    You  should use table control  in place of template  to dipslay contents of an internal table .
    To use table control as template  put template inside a loop  . Im not sure it works or not .
    Regards

  • Problems converting templates from dot to dotx - concerning tables

    I have a lot of templates where bodytext and tables are mixed.
    Word standard (to 2010) was that a table starts 0,19 cm left of left margin and since the tablecell has a standard indent of 0,19 cm from left the text in the table alignes with the bodytext above or under the table.
    When using Save as to convert a dot to a dotx file in Word 2013 the position of the table changes so it starts at the left margin but still has 0,19 indent in the cell.
    The result is that text in the table ends up with an indent of 0,19 which not alignes the rest of the text.  
    The solution is not to change the cell indent to 0 since the text then is to Close to a possible border.
    Is there any explaination or solution out there?
    Thanks!

    Please find a sample dataset app in the Business Objects Developer Library :
    [CRXIR2 - Web and Windows projects (Visual Studio .NET 2002/2003 and Visual Studio 2005) |http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/en/CrystalReports_dotNET_SDK/crsdk_samples_aspx/data/crsdk_net_tutorials_115_en.zip]
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm

Maybe you are looking for

  • Adobe Reader for Android

    Hi, I am developing an android app. I need to be able to display a particular page from various pdf files based on a page no supplied by the app. Therefore I need to be able to pass this page no to the pdf reader and for the reader to display the rel

  • EJB Best Practives: Objects or Primitives?

    I'm trying to understand which is the better option when developing EJB's (CMP and BMP). It makes sense to keep the primary key an object, but will using primitives for other fields affect performance as such? Up until now I've been pretty much in a

  • Camera Raw noise problem in Photoshop CS6

    Opening a Canon .CR2 in Photoshop CS6, Camera Raw generates a significant amount of noise or graininess in the image compared with the simultaneously saved .JPG file.  This results in the image from the raw file being of reduced quality.  I never had

  • When I try to view apps on the computer it shuts down itunes

    on the computer on itunes i click on my iPhone. I want to view the apps on my phone but when i click on the apps tab, it says "iTunes has stopped working. A problem caused the program to stop working correctly. windows will close the program and noti

  • Open Source Log Analyzer Project

    Hi people, I have a question whether there is a open source project which analyze logs from database. I mean I have a table(Log table which is like syslog message format). I need to analyze this table with a web based project. So, Do you know any ope