#featureImage{ background-image:url(rw_common/themes/d_scribe_2/images/editable_images/header11.jpg);}
So by this method you can tell RapidWeaver to look for images 26, 27, 28, etc.. Of course you'll then have to manually add in these new images. You can do this by opening your D Scribe 2 theme contents, click through "images > editable_images", then add in your own images. After that, just change the css code above to match your added image name.#featureImage {background-image:url(http://my_website/images/my_image.jpg);}
In your page inspector, open the "Slide Setup" panel in the style options. Select a desired slideshow playback setting. When you enable the slideshow, your static banner image should disappear.

Open your snippets panel, and open your custom header box in the page inspector. Next, drag and drop the "NCD - D Scribe - Slideshow (html)" snippet into your custom html box.

Now select your custom css box, then drag and drop the "NCD - D Scribe - Slideshow (css)" snippet into your custom css box. Once done, switch to preview mode to view your slideshow!

a) Open your theme tray, find the "D Scribe 2" theme icon.
b) Right click (or control + click) on the icon, then select "Reveal theme contents in Finder."
c) Follow the path "images > editable_images > slideshow", then drag your images into the slideshow folder.
d) Once your images are added, just change the default image file names in your custom css box.

<div id="myExtraContent2">Your Custom Badge Content</div>After pasting, be sure to highlight the div elements and select "Format > Ignore Formatting". Below is an example screen shot of adding in custom banner content. Note that when ignore formatting has been applied, your content will be highlighted in pink.
<div id="myExtraContent2" style="text-align: center;">Your Custom Badge Content</div>Here align "center" is being used, but other values include "left" and "right".

<div id="myExtraContent3">Your Custom Banner Content</div>After pasting, be sure to highlight the div elements and select "Format > Ignore Formatting". Below is an example screen shot of adding in custom banner content. Notice how you can mix html code in with styled text, just make that you select ignore formatting for all code, and not for styled text. Note that when ignore formatting has been applied, your content will be highlighted in pink.
Open your snippets window, and look for "NCD - Mediabox Advanced". Click and drag this title to your custom header box. If you don't have this snippet, download it here.

Create a Styled Text page (for this example), then type in some sample text (or an image) that you'll use to create your Mediabox link.
Highlight your text (or image), then click the add link button (bottom left corner of the edit page).

Type in the url (web address) of your video, or other media you wish to view. For a sample, you can use this YouTube link.http://www.youtube.com/watch?v=d2oh0_e7Y9U

Click the Custom Attributes arrow to expand your link options.
In the title row, under the Value column create a title for your content. Then click the + button to add a new row, and name it "rel", then type "lightbox[]" in the Value column. When done, click the Set Link button.

Click Preview, click your link, sit back and enjoy.

Within your Custom Attributes window, under the "lightboxbox[]" value, add in your own custom gallery title for all media you wish to play together. For example, "lightbox[set1 600 400]" for your series of images or videos will create a gallery that will display a width of 600px, and height of 400px.



h1.title{ letter-spacing: 2px;}This code will adjust the letter spacing of the site title.
#logo{ margin-top: 30px;}Adjust the top margin px value as needed.
#wrapperOuter{background-attachment: fixed;}This code will give the background texture a "no-scroll" fixed position. While this is a cool effect, it is not IE6 compatible, and IE6 visiters will just have the normal scrolling background.
#padding{ padding: 15px 20px 30px 20px;}This code will adjust the inner padding of the main content section. The padding order values go: top, right, bottom, left.
#contentWrapper, #topWrapper{ background: #FF0000;}This code will turn your site border red, just change the hex color value as needed. For more colors, google "hex colors".
#bottomInfo{background: #FF0000;}This code will turn your footer background red, just change the hex color value as needed. For more colors, google "hex colors".