Announcement

Collapse
No announcement yet.

borrow a section list - Newbie

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    borrow a section list - Newbie

    I have a design that was created in DW.

    However, I would like to use the same section list design / layout as used in the 'Works best with Executive' layout where there are row lines between the section headings and neat little bullet points in front of each section.

    What would be the procedure for copying that style/layout into my own design.

    Here is my code from DW

    Code:
     
    <td class = "sectionmenu"><br /><br />
          <Actinic:Variable Name="TopLevelSectionList"/>
    </td>
    Note - I am a beginner.


    Thanks,

    John

    #2
    probably:
    • take a snapshot to protect yourself.
    • change the theme layout to the one you like.
    • click on design tab and show a page containing the layout you like.
    • cliick on part of the design, and follow the code-layout to see how they did it.
    • in theory, you could then copy the entire code into notepad
    • swap back to your original theme
    • create a new layout for the copied theme (or overwrite the current un-liked layout) with the code that you've stored in notepad.
    • apply and show the web page

    If you do not like what you see (or something goes wrong), then you can always restore your layout from your saved snapshot.

    You must make sure you have the required gifs etc to see the layout work.

    hope its clear.

    Comment


      #3
      section list design / layout as used in the 'Works best with Executive'
      This is created by the actinic.css file - just apply the formatting to the toplevelsectionlist. I used it here www.the-old-smokehouse.co.uk

      Comment

      Working...
      X