problem

Out of context: Reply #19

  • Started
  • Last post
  • 28 Responses
  • ********
    0

    well if you have the time, toy with it... DW's CSS control is (for the basics at least) very easy to use..

    you can use the lines as bg images and drop them into css controlled boxes..

    see Stylesheet properties window in DW, and you better make an external stylesheet (separate document) as you have to change only one document to change the whole site layout or errors you might find.

    use div's and give them an identity:

    for instance:

    [div id="masthead"]your content for the masthead[/div]

    then call the element with CSS:

    #masthead {
    width: 500px;
    height: 120px;
    position: absolute;
    top: 10px;
    left: 20px;
    }

    etc.
    etc.

    do a search for CSS in PV-AN and you will find lots!!

    also Chris Lea has linked some CSS resources in the NTB.

    goodluck.

View thread