If your WebPRISM site has a slideshow, you will probably want to update it from time-to-time, to show new information and pictures. You can add new slides or update the existing ones by adding new images and editing the code for the slideshow.
...
Log into your staging website through your HTML editor.
Upload a new slide image to the Slideshow > Images folder.
Note: All slide images should be the same size. On newer templates, they should be 1300 x 650 pixels, or you can look in the code comments in the slideshow.asp file for the correct dimensions.In the Slideshow folder, double-click the slideshow.asp file to edit it.
Decide where in the slide order you would like the new slide to be placed. Highlight and copy the code for one of the existing slide images.
Paste the copied code where you would like the new slide image to be located.
Change the path (src attribute) of the copied slide image to the path of the new image, e.g., slideshow/images/new_image.jpg.
Change the title attribute of the <img> tag to something unique that will match the new caption you will create. For example, if you are adding a fourth slide, you could make the title attribute #htmlcaption4.
Change the alt attribute of the <img> tag to provide a short description of the new image.
If you want to make the new image a link to a page, edit the href attribute of the <a> tag that wraps around the <img> tag.
Highlight and copy the code for one of the existing slide captions.
Paste the copied code in the appropriate order of the slide captions.
Change the id attribute of the new <div> tag you pasted to match the title attribute of the new image above, minus the # sign. For example, if your title attribute was #htmlcaption4, your id attribute would be htmlcaption4.
If you want to make the caption a link also, edit the href attribute of the <a> tag that wraps around the caption text.
Edit the first line of the caption text, within the beginning and last <p> tag before the <br> tag.
Edit the second line of the caption text within the <p> tag after the <br> tag.
Save the file.
Verify that the new slide image, caption text, and links are working correctly by opening the homepage of your staging site in your browser.
Note: If you already have the page open in your web browser, you will need to refresh the page in your browser.If you are done with making changes to your site, you will need to deploy the content to your live website.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Note |
---|
use this for warnings |
Info |
---|
Use this to point out important tips |
...
Warning |
---|
Use this to highlight errors |
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
© 2019 2020 Nebraska Book Company, Inc. All rights reserved.