CSS copying question.

Rightio,
I'm fairly new to the coding/css game but I'm learning quite fast and recently I got hold of a template to mess around with. It came with a main page and two subpages, I opened the subpage and then created a new page in order to try something different, copying and pasting the subpages html and css.
What my problem is now, is that when I edit something in one of the subpages, it automatically changes the coding in the page in which I copied it to originally. I don't want to do this and I'm presuming there maybe some form of html or css code that's doing this?
could anyone shed some light, thanks in advance.

Cheers again.
Although, I still havn't managed to sort it out. I also have no .dwt file.
The CSS is actually the only thing copying, as the HTML on either pages sticks to whatever I change it to.
I'm going to take the risk and post the entire css coding I have and maybe have one last crack at seeing if it can be figured out. (Although, If anyone can tell me another way to post it all, I'll delete and replace!)
Sorry for dragging this out but it's the only problem I have and the only one I really can't work out.
html, body {
    height: 100%;
body {
    margin: 0px;
    padding: 0px;
    background: #f0f0f0 url(images/subpage2_06.jpg);
    font-family: Helvetica, Verdana, Sans-serif;
    font-size: 13px;
    color: #5E5E5E;
h1, h2, h3 {
    margin-top: 0px;
p, ol, ul {
    margin-top: 0px;
p, ol {
    line-height: 175%;
strong {
    color: #5E5E5E;
a {
    color: #3e6e35;
a:hover {
    text-decoration: none;
a img {
    border: none;
img.border {
img.alignleft {
    float: left;
    padding: 5px 20px 0px 0px;
img.alignright {
    float: right;
img.aligncenter {
    margin: 0px auto;
hr {
    display: none;
#wrapper {
    background: #f0f0f0 url(images/subpage2_012.jpg) repeat-x left top;
.homepage #wrapper {
    background: #f0f0f0 url(images/homepage01_1.jpg) repeat-x left top;
.container {
    width: 1000px;
    margin: 0px auto;
.clearfix {
    clear: both;
/** HEADER */
#header {
    overflow: hidden;
    height: 137px;
    background: url(images/subpage1_012.jpg) no-repeat right top;
/** MENU */
#menu {
    float: left;
    width: 650px;
    height: 137px;
#menu ul {
    float: left;
    margin: 0px;
    padding: 68px 0px 0px 90px;
    list-style: none;
    text-align: center;
#menu li {
    display: inline;
#menu a {
    display: inline-block;
    margin-right: 0px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
#menu a:hover {
#menu li a span {
    display: inline-block;
    height: 23px;
    padding: 40px 15px 10px 15px;
    font-weight: bold;
    color: #3e6e35;
#menu li.active a {
    background: #3e6e35 url(images/homepage03_02.jpg) no-repeat left top;
#menu li.active a span {
    background: url(images/homepage04_02.jpg) no-repeat right top;
    font-weight: bold;
    color: #f7f540;
/** SPLASH */
#splash {
    width: 920px;
    height: 188px;
    padding: 112px 0px 0px 80px;
    background: url(images/homepage05_03.jpg) no-repeat left top;
.subpage #splash {
    width: 1000px;
    height: 150px;
    padding: 0px;
    background: url(images/subpage2_022.jpg) no-repeat left top;
.single #splash {
    width: 1000px;
    height: 150px;
    padding: 0px;
    background: url(images/designer.jpg) no-repeat left top;
#splash p {
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px 1px #39A0B4;
    color: #ffffff;
#splash .text1 {
    text-indent: -9999em;
    font-size: 30px;
#splash .text2 {
    text-indent: -9999em;
    margin-top: -5px;
    font-size: 42px;
/** PAGE */
#page {
    background: url(images/subpage2_04.jpg) repeat-y left top;
#page .bgtop {
    overflow: hidden;
    margin: 0px;
    padding: 35px 0px;
    background: url(images/subpage2_03.jpg) no-repeat left top;
.homepage #page .bgtop {
    width: 940px;
    padding: 0px 30px 35px 30px;
.subpage #page .bgtop {
    width: 940px;
    padding: 0px 30px 35px 30px;
/** CONTENT */
#content {
.subpage #content {
    float: left;
    width: 565px;
    padding: 30px 30px 0px 30px;
    background: url(images/homepage06.jpg) no-repeat right top;
.single #content {
    width: 890px;
    padding: 0px 55px;
/** SIDEBAR */
#sidebar {
    float: right;
.subpage #sidebar {
    width: 255px;
    padding: 30px 30px 0px 30px;
/** FOOTER */
#footer {
    background: url(images/subpage2_052.jpg) repeat-x left top;
    height: 105px;
#footer p {
    margin: 0px;
    padding: 25px 0px 0px 0px;
    text-align: center;
    color: #FFFFFF;
#footer .legal {
#footer .links {
#footer a {
    color: #FFFFFF;
.box-style {
.box-style .title {
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px;
    font-size: 22px;
    font-weight: bold;
    color: #3e6e35;
.box-style .byline {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 12px;
    color: #7D7D7D;
.box-style .content {
.box-style .link1 a {
    float: right;
    width: 83px;
    height: 26px;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    background: url(images/homepage07_02.jpg) no-repeat left top;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
#three-columns {
#three-columns .column2, #three-columns .column3 {
    width: 315px;
#three-columns .column1 {
    float: left;
    width: 250px;
    padding: 30px 30px 0px 30px;
    background: url(images/homepage06.jpg) no-repeat right top;
#three-columns .column2 {
    float: left;
    width: 255px;
    padding: 30px 30px 0px 30px;
    background: url(images/homepage06.jpg) no-repeat right top;
#three-columns .column3 {
    float: right;
    width: 255px;
    padding: 30px 30px 0px 30px;
ul.style1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
ul.style1 li {
    padding: 20px 0px 30px 0px;
    background: url(images/homepage11.jpg) repeat-x left top;
ul.style1 h3 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-style: italic;
    color: #3e6e35;
ul.style1 .byline {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-style: italic;
ul.style1 .first {
    padding-top: 0px;
    background: none;
<!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>The Carpet Emporium | Designer Flooring</title> 
<meta name="keywords" content="" /> 
<meta name="description" content="" /> 
<link href="default.css" rel="stylesheet" /> 
<style type="text/css"> 
@import "layout.css"; 
</style> 
</head> 
<body class="single"> 
<div id="wrapper"> 
    <div id="header" class="container"> 
        <div id="logo"> 
            <h1><a href="/index.html"> </a></h1> 
            <p> </p> 
        </div> 
        <div id="menu"> 
            <ul> 
                <li><a href="/carpets" accesskey="1" title=""><span>Carpets</span></a></li> 
                <li class="active"><a href="#" accesskey="2" title=""><span>Designer Flooring</span></a></li> 
                <li><a href="#" accesskey="3" title=""><span>Laminate</span></a></li> 
                <li><a href="#" accesskey="3" title=""><span>Wood</span></a></li> 
                <li><a href="#" accesskey="4" title=""><span>Rugs</span></a></li> 
            </ul> 
        </div> 
    </div> 
    <div id="splash" class="container"> </div> 
    <div id="page" class="container"> 
        <div class="bgtop"> 
            <div id="content"> 
                <div class="box-style"> 
                    <div> 
                        <p><img src="images/axminster.jpg" alt="" width="150" height="60" class="alignleft" /><strong>Vestibulum commodo volutpat</strong> a etiam convallis ac, laoreet enim. Phasellus sed  fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec malesuada fames ac turpis velit, rhoncus eu, luctus et.</p> 
                            <li><a href="#">Adams Carpets</a></li> 
                            <li><a href="#">Alternative Flooring</a></li> 
                            <li><a href="#">Associated Weavers</a></li> 
                            <li><a href="#">Axminster Carpets</a></li> 
                            <li><a href="#">Brookway Carpets</a></li> 
                            <li><a href="#">Cavalier Carpets</a></li> 
                            <li><a href="#">Crucial Trading</a></li> 
                            <li><a href="#">Cavalier Carpets</a></li> 
                        </ol> 
                    </div> 
                </div> 
            </div> 
            <div id="sidebar"></div> 
        </div> 
    </div> 
</div> 
<div id="footer"> 
    <p>Copyright (c) 2011 The Carpet Emporium | www.thecarpetemporium.co.uk | All rights reserved.</p> 
</div> 
</body> 
</html>

Similar Messages

  • Css copy feature

    Why does the new css copy feature in photoshop appear not to work well in Dreamweaver?

    I presume you're referring to the new Copy CSS command in Photoshop 13.1 (Cloud only update).
    http://tv.adobe.com/watch/photoshop-cs6-featuretour/new-css-support-in-photoshop/
    http://psd.tutsplus.com/articles/news/cs6_1/
    What exactly do you mean by not to work well in Dreamweaver? Got any specific examples you can show us online?

  • CSS & PT Question

    Hi Everyone
    I have several sites that I'm getting rid of some older CUCM 4.3 boxes and I have a question about CSS and PT. Currently none of the sites are connected by to a PUB & SUB setup, all the sites are independent of each other but when I remove the older boxes and they just have the GW and they connect across the want I wanted to know can I use the current CSS & PT that I currently have on my SUB at our data center. I've checked all the boxes and they have the exact same setup as CSS & PT goes. But once they all connect back will I have to change anything or would I have to make any additional ones. I'm attaching a copy of the names that we have and these names again are the same on all the older boxes and on our new PUB & SUB.
    Eric

    That's up to your dial plan and requirements, you need to define whether the current dial plan adjusts to what the company wants, or if you need to modify it, but that's up to you.

  • Basic CSS Functionality Questions

    Hi,
    I have a CSS 11501 loaner on the way from Cisco, but was hoping to ask a few questions ahead of time. I am relatively new to this, so bear with me.
    I have three offices connected via a VPN between two pix devices. Local users and anonymous web traffic all funnels through the remote office. I am hoping I can incorporate a CSS box to direct traffic (via a VPN to another pix) to a third office in the event the www server at the main office is not reachable, but return to the first office when it is back online.
    I am a little confused by VIP. Right now, my domain name resolves to an IP address on the outside of my pix which NATs and sends the request on to my web server. If the CSS is behind it, do I create a VIP that maps to the actual IP of the www server, and have the pix send traffic to the VIP?
    I have read the PDFs found online, but am still a little foggy.
    Thanks,
    JM

    the Pix will have to send the traffic to the VIP.
    The VIP should be an address existing only on the CSS and that the rest of your network knows how to reach.
    The CSS will then nat to the real server ip.
    Gilles.

  • Quick CSS box question

    Hi guys,
    Firstly a very Merry Christmas to you all !
    I'm just getting to grips with converting all the text on my
    site to CSS and have a quick question.
    On some of my pages I add an 'Also see' links box aligned to
    the right - it's a CSS div tag thingy someone kindly talked me
    through once. All of my pages are built from a template with an
    editable region.
    My question is, can I add this box (perhaps with a standard
    'Also check out' title and then spaces for my links) at the
    template level? This will save me having to go to Insert>Layout
    Objects>DivTag on every page. I've tried simply adding this to
    the editable region of the template but it simply pushed the
    editable region box over to the right and then didn't appear on my
    pages
    Also, the links box would ideally appear about half way down
    my pages on the right...
    Hope you can help, many thanks in advance!
    James
    Here's an example page where I have manually added my link
    box on the right of the page...
    http://www.fyrne.com/james_journalism/Pages/Mosaic_of_the_med.html

    Your CSS link implies that the CSS file is in the Templates
    folder. You
    shouldn't have anything there other than the template (dwt)
    files
    themselves. Please move it out to any other location in your
    site.
    <link href="../../Templates/Box.css" rel="stylesheet"
    type="text/css">
    Changes made to template editable regions would not propagate
    to existing
    child pages - that's why you aren't seeing that addition in
    them....
    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
    ==================
    "JamesFryer" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi guys,
    >
    > Firstly a very Merry Christmas to you all !
    >
    > I'm just getting to grips with converting all the text
    on my site to CSS
    > and
    > have a quick question.
    >
    > On some of my pages I add an 'Also see' links box
    aligned to the right -
    > it's
    > a CSS div tag thingy someone kindly talked me through
    once. All of my
    > pages are
    > built from a template with an editable region.
    >
    > My question is, can I add this box (perhaps with a
    standard 'Also check
    > out'
    > title and then spaces for my links) at the template
    level? This will save
    > me
    > having to go to Insert>Layout Objects>DivTag on
    every page. I've tried
    > simply
    > adding this to the editable region of the template but
    it simply pushed
    > the
    > editable region box over to the right and then didn't
    appear on my pages
    >
    >
    > Also, the links box would ideally appear about half way
    down my pages on
    > the
    > right...
    >
    > Hope you can help, many thanks in advance!
    >
    > James
    >
    > Here's an example page where I have manually added my
    link box on the
    > right of
    > the page...
    >
    http://www.fyrne.com/james_journalism/Pages/Mosaic_of_the_med.html
    >

  • CSS layout question regarding browser sizing

    Hi,
    Basically I want the basis of my site to be - A header, Main content with a background image, A Footer.
    I'm having problems however, I can't seem to get my footer to position where I want it i.e. at the bottom of the browser window at all times. I'm doing it as an AP div and how it should work is that it's fixed at the bottom of the page and then if the user resizes their browser in the y direction the footer moves up with it, over the top of the main content (but not the header which will have a higher z-index).
    The way I THOUGHT to do it was to firstly create a div tag for the whole page (780 pixels wide, auto left and right margins, auto height) and then inside that put my ap div header fixed height at the top and have another ap div as the footer, fixed height and tell it to position 0 pixels from the bottom. However this doesn't seem to do the trick, I'm sure I'm missing something really really simple. Anyone who's vaguely familiar with the program will be able to answer this I'm sure. If my question isn't clear please let me know and I'll rephrase,
    Ta

    There is no reason to use APDivs for such a simple layout.  Default CSS positioning (which is no positioning at all) is typically all you need for most layouts.  Build your HTML markup logically from top to bottom of page and your footer will naturally appear at page bottom.
    Live Demo (view page source to see the code)
    http://alt-web.com/TEMPLATES/Basic-1-col-fixed.html
    Or, for a Sticky Footer using Fixed positioning:
    http://alt-web.com/DEMOS/CSS2-Sticky-Footer.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 Layout Questions

    Only making baby steps in CSS still but I am learning a lot. Here's a link to the page I am trying to create: http://www3.telus.net/~jessum/details_layout.html
    Here's what I have managed to create so far: http://www3.telus.net/~jessum/details.html
    When explaining any steps please explain it using Dreamweaver. I will be looking in the code to see how it all works but I want to be able to get proficient using Dreamweaver so I can see how things flow etc. before I try and hand code.
    Questions
    1. Is it a good practice to use a "container" to hold all of the div's or is it better to start by adding a header without a container?
    2. How can I centre a div in the page?
    I read that to align the div so it's "centred' in the page I can use: margin: auto;
    but I'm not sure how to do this. Please explain.
    3. How do I remove the space around the "container"? I've set the margin and padding to: "0" but the space is still there.
    Thanks

    osgood_ wrote:
    Not sure where this notion of using the body as a container came from but for years a wrapper or container was considered standard practice.
    The idea is being promoted by several of the most active and knowledgeable members of this forum. I think the idea first came from Altruistic Gramps, and I remember debating the issue with him about a year ago. It has also been picked up enthusiastically by Murray, and I've seen Nancy O suggest the same idea.
    I've been doing a lot of research into CSS3 recently, and discovered that the Borders and Backgrounds module specifically advises against styling the <html> element (http://www.w3.org/TR/css3-background/#special-backgrounds). It doesn't give a reason for this recommendation.
    I suppose the idea of giving the body a width instead of using a container might come from the HTML5 definition of the body as representing the main content of the document (http://dev.w3.org/html5/spec/the-body-element.html#the-body-element).
    I suspect that this is likely to develop into the same type of fruitless argument as we had several years ago about the "superiority" of ems over pixels. Adding a single <div> to act as the container or wrapper for the content doesn't strike me as being less efficient. It also has the advantage of avoiding styling the <html> element.

  • System Copy Questions R/3 4.6c  + Oracle + Solaris

    dear gurus
    goal system copy in R/3 4.6c + Oracle + Solaris
    I am doing the db export using R3SETUP (quite slow, I have optimize it using split SRT files method)
    I have questions here..
    when I do export I download latest R3szchk, R3load, R3SETUP, R3check, R3LDCTL
    I download from
    Support Packages and Patches - Archive - Additional Components - SAP Kernel -SAP KERNEL 64-BIT - SAP KERNEL 4.6D 64-BIT
    R3szchk, R3load, R3check, R3LDCTL using SAPEXEDB_2364-10001132.SAR (Kernel Part II for Stack Q1-2008)
    R3SETUP using R3SETUP_29-10001132.CAR
    source system : Oracle 8.1.7 - R/3 4.6C - Solaris 9
    my question is
    target system : Oracle 10.0.2 with patches - R/3 4.6C - Solaris 10
    later on when i do import to target system, should I use the same kernel when I do the export, or should I use the one from
    Support Packages and Patches -> Additional Components -> SAP Kernel -> SAP KERNEL 64-BIT -> SAP KERNEL 4.6D_EX2 64-BIT
    another question
    how to speed up the export ? i am stucked with bottle neck in IO, CPU usage is very low, please dont recommend me something related to hardware or disk architecture, if possible recommend me something related to Oracle parameter.
    disk IO  using IO stat showing 100% busy and service time 800-1500
    thanks !

    later on when i do import to target system, should I use the same kernel when I do the export, or should I use the one from
    Support Packages and Patches -> Additional Components -> SAP Kernel -> SAP KERNEL 64-BIT -> SAP KERNEL 4.6D_EX2 64-BIT
    Yes - use that one. It uses the Oracle instantclient instead of the old 9.2 client. Make sure you add "-loadprocedure fast" to the load options, this will enable the fastloader.
    Make also sure you install all the patchsets and interim patches BEFORE you start the data load.
    another question
    how to speed up the export ? i am stucked with bottle neck in IO, CPU usage is very low, please dont recommend me something related to hardware or disk architecture, if possible recommend me something related to Oracle parameter.
    if you disk I/O subsystem can´t deliver more than you are lost with Oracle parameters.
    Markus

  • Css copy paste problem still a problem in Dreamweaver CS4

    Hi all, I know this one has been discussed before, but this is still a major usability issues with the product with no practical solution available.
    For some reason no one seems to be able to mark http://forums.adobe.com/thread/209290?start=50&tstart=0 as unanswered, yet numerous posts stating it isn't resolved.
    Therefore, I'm starting this request to see if there is a solution.
    For those of you unaware, the issue affects Dreamweaver CS4 code view.  After editing in code view (usually with CSS files though others have reported other code types) for a little while (sometimes within seconds, sometimes after many minutes of use) and then when you copy (Ctrl-C) the application selects all text and copies that.  Usability wise, you've just lost your place in the code (which you may have spent some time finding in a complex file) and what you wanted to copy is not what's in the clipboard.  So frustrating.
    The issue is similarly repeated with pasting (i.e. you select some text or a place to paste and the system selects all before pasting from clipboard).
    So does anyone know of a patch to fix this yet?
    Thanks

    This is a user to user forum and Adobe Technical people very rarely visit the forum.
    If you want to make sure your problem is heard please report your problems via the Wish Form:  The more people reporting a specific issue, the more likely that it will be looked into:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Css copy paste problem in Dreamweaver CS4

    Having a problem in CS4 when I want to copy and paste things
    in my stylesheet.
    Whenever I do ctrl +c to select a something the whole
    stylesheet gets selected. And that is not what I want.
    Even is I want to copy something from an other css into the
    css I am working on it won't do the job.
    Anyone having the same problem and found a solution?

    I observe this problem too on my Vista x64 machine with CS4
    using dual monitors and split code/design views, and have found
    others who have this problem by searching Google.
    Description of problem: Roughly 50% of the time, when
    switching between files (regardless of type) and trying to select a
    block of code with my mouse (dragging over some code with the left
    button), it appears to work normally (the intended code is
    highlighted). However, when then attempting to CTRL-C (cut) or
    paste, the selected code instantly changes to a much larger block
    of code (usually selecting a specific div block or something). The
    cut or pasted code is then the larger (unintended) block of code.
    Once the code view selection works for a particular file
    (either it worked from the start or I poked at it long enough to
    work), it seems to remain working until switching to another file
    and then returning.
    Also, Dreamweaver CS3 didn't have this problem, so it's CS4
    only.
    This is a workflow nuisance much like a word-processor
    deciding to insert a % character randomly every 10 seconds while
    typing.
    I found a Google groups thread
    here
    in which a poster writes that deleting the Dreamweaver
    configuration file fixes this temporarily (the problem eventually
    shows up again, and you lose all your customizations by doing
    this). The posters in this thread also describe the same problem
    with other hardware configurations.
    My current workaround is to type return then backspace when
    dropping in to the code-view of another file--kind of a pain, but
    at least predictable. I also tried avoided the issue by: (a)
    selecting something in the design view and then selecting something
    in the code view, and/or (b) telling Dreamweaver to show the
    "element view" (right click in design view, element view, Full),
    but this latter action may be superfluous.
    I'd be very interested if someone were to post a simple fix
    for this problem.
    thanks!
    JP
    PS. David: I've learned a lot from your books. Thanks for
    writing them!

  • Beginners CSS layout question - expanding a layer and not overlapping another

    Having got well and truly fed up of using tables to layout
    pages I am trying to gem up on CSS layer based layout. All well and
    good but despite the various tutorials I can't find an answer to
    this question...
    Q. I have a layout with layers to make a three column layout,
    however, I want to have a footer section at the bottom of the page
    that runs the same width as the three columns (you can see my WIP
    example here
    http://www.spiralfilm.com/clients/broadoak/index_css.html
    ). Problem is, as the centre section expands with more content, how
    do I make that section expand and not overrun the current footer
    section? I want it to expand like a table does and push the footer
    down.
    I'm sure it is simple but I just can't get my head around it!
    Thanks in advance for any pointers...

    > However, is the use of div tags the way to seperate
    blocks of content? The
    > DW8
    > help file seems a little unclear on this?
    Yes, it would be one way to do that. A div tag is simply a
    container for
    other HTML elements, like a table. The problem you are having
    comes with
    using DW 'layers' to contain text. As Thierry suggested, this
    is because
    absolutely positioned elements (i.e., DW 'layers') are
    removed from the
    normal flow, preventing them from interacting with adjacent
    page elements -
    this means that when the text inside them expands, it will
    begin to overlap
    other content. See my demonstration of this here -
    http://www.great-web-sights.com/g_layers-overlap.asp
    Try these tutorials -
    http://www.macromedia.com/devnet/mx/dreamweaver/css.html
    http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html
    http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html
    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
    ==================
    "Benfrain" <[email protected]> wrote in
    message
    news:elgpba$qds$[email protected]..
    > Hi, thanks for those links. Sorry to confess they are
    all a little beyond
    > my
    > knowledge. I will read on and see if I can understand
    them.
    >
    > However, is the use of div tags the way to seperate
    blocks of content? The
    > DW8
    > help file seems a little unclear on this?
    >

  • CSS Design question

    Hi All,
    I have a couple of questions around the CSS 11501 would be grateful if any gurus out there cud shed more light, here goes;
    -Does the CSS support bridging between 2 vlans? In a similar way to the CSM. What command might be used to achieve this?
    Thanks.
    Kind Regards,

    Thanks for your response Giles.
    Gotcha, further more ... so if CSS is L-2 adjacent to the servers do the servers have to have loopbacks created for the VIP?
    I wud assume this wud be required as the CSS will only be re-writting the MAC address? Can you please shed more light here as well.
    Cheers

  • Rapid Provisioning or SAN Copy question

    Hi VMM Community,
    I'm involved in cloud (WAP) project. The customer wants to avoid VM deployment over the network, he wants to use the VMM SAN to SAN copy. AFAIK, SAN to SAN copy is the same as Rapid Provisioning, so we can't use such technique with Cluster Shared Volumes
    (several VMs on the Same CSV), each VM will have its own LUN. The customer claims that it's possible with CSV. So i'm asking the question here to have a non refutable answer.
    Is there a technique in VMM to avoid VM deployment via Network and that leverage SAN to SAN copy and works with CSV?
    Thanks for all.
    Regards, Samir Farhat Infrastructure Consultant

    WAP talks to SPF and SPF tells VMM what to do.
    If this is a WAP Gallery Item, WAP will use differencing disks.  Because WAP is really telling SCVMM what to do.
    If this is from VHD, again, WAP will tell SCVMM what to do.
    If this is from an SCVMM Template that has been exposed to the Tenant - then SCVMM will do whatever the SCVMM Template defines for the provisioning method.
    San to San for CSV?  That is detail that I don't know.  Hopefully someone else will.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • CSS copy everything from slot0 to slot1

    Is there a way to copy everything I have from slot0 to slot1 in a CSS 11500 ?
    When I say everything I am mainly looking at services, content rules, header fields, source groups, ssl certificates?
    A Cisco rep told me to issue a copy 0 command and I haven't tested it yet, I was wondering if I could achieve that with that command.
    Thanks in advance.

    yes, the copy 0 command is going to copy everything from slot 0 to slot 1, this includes the code, logs, config, ssl files, cores.
    Cesar

  • CSS update question

    I had font-size = 12 as a global CSS tag. Changed to 14 but no updates of existing elements displayed. Exited app and restarted, now CSS displays as 14pt in the property sheet but obviously still really 12 pt on run. Is there a call or invalidateDisplayProperties or something that can help refresh this?

    Mahmoud_Rabie wrote:
    Dear Experts,
    Given:
    The sample:
    http://apex.oracle.com/pls/apex/f?p=53647:5
    test/test
    Workspace information
    Workspace : ralab
    user : test
    password : test
    application : Sample Trees
    page : 5
    Required
    I can change node color using jQuery contains() selector based on a value e.g. Project
    apex.jQuery("#eba_demo_tree").find("a:contains('Project')").css("color","red");Now, the question how to update the jQuery code to do change the node based on a regular expression like
    ^[P]or in other words for all nodes starts with P, the color should be changed to redDon't think I can recall anyone posting a thread so they can answer another one (and demand points for doing so) before.
    If anyone's up for it, just answer the original: +{thread:id=2491175}+

Maybe you are looking for

  • Re: [SunONE-JATO] Re: Using an object to store and display data

    Personally, I think there is little or no value to creating a "domain" object that itself relies on a JATO QueryModel internally, but hides that fact and requires use of BeanAdapterModel. It would be more appropriate (and much less work, and more sca

  • Learning the basics of EXISTS operator

    I am learning the basics of EXISTS operator. create table loans (acc_id number, balance number(10,2)); insert into loans   (acc_id, balance) values   (100, 20000); insert into loans   (acc_id, balance) values   (110, 22000); insert into loans   (acc_

  • Trouble connecting multiple computers wirelessly

    I have an airport extreme base station and I am having trouble connecting more than one computer wirelessly to the internet. In fact if I do get the other computer connected, it crashes the connection of my main computer that is always connected. Any

  • Del complete indicator reset in PO

    Hello Experts, PO qty =20 , delivered =10 I set  Delivery indicator =x in po , In PO it shows open po qty(deliv sched tab)  =0 , I  can still post GR for remainining quantity =2   till this part its ok but after posting GR , system is resetting Deliv

  • Are Server-Side Includes in Dreamweaver ok to use?

    Hi, I'm considering using the built-in feature, 'Server-Side Includes' in Dreamweaver CS3. Can anyone tell me if this is ok to use, or is there a better way of approaching this process? Many thanks in advance!