Project Builder 1
Continue your work on the TripSmart website that you began in Project Builder 1, and continued to work on in Chapter 2. You are now ready to format text on the newsletter page and begin work on the destinations page that showcases one of the featured tours to Kenya. You want to include some colorful pictures and attractively formatted text on the page.
- Open your TripSmart website
Newsletter Page:
- Open dw3_3.html from the Digital Design folder on the server
- Save it in your TripSmart folder as 'newsletter.html', overwriting the existing newsletter.html file and not updating the links
- Verify that the path for the banner is correctly set to your assets folder of the TripSmart website
- Create an unordered list from the text beginning “Expandable clothesline” to the end of the page
- Create a new CSS rule called paragraph_text making sure that the Class option is selected in the Selector Type section and that the (New Style Sheet File) option is selected in the Rule Definition section of the New CSS Rule dialog box
- Save the style sheet file as 'tripsmart_styles.css' in the TripSmart website root folder
- Choose a font, size, style, color, and weight of your choice for the paragraph_text style
- Apply the paragraph_text style to all of the text on the page except the “Ten Packing Essentials” heading
- Create another style called 'heading' with a font, size, style, color, and weight of your choice
- Apply it to the “Ten Packing Essentials” heading
- Type "Travel Tidbits” in the Title text box on the Document toolbar
- Copy the Navigation Bar (in Code View on the Index Page to be sure you get all of the appropriate code) into the code of this page to bring the Navigation Bar onto this page
- Save and close the newsletter page and the tripsmart_styles file, then close the dw3_3.html page
Destinations Page:
- Open dw3_4.html from the Digital Design folder on the server and save it in your tripsmart root folder as 'destinations.html', overwriting the existing destinations.html file – do not update links
- Attach the 'Tripsmart CSS' style sheet to this page
- Apply the paragraph_text style to all of the appropriate text
- Insert zebra_mothers.jpg (from the Digital Design assets folder on the server) to the left of the sentence beginning “Our next,” then add appropriate alternate text
- Insert lion.jpg (from the Digital Design assets folder) to the left of the sentence beginning “This lion,” then add appropriate alternate text
- Create 2 rules for the images: image_float_left and image_float_right
- Apply the rules to the pictures as needed
- Apply the 'heading' style to the “Destination: Kenya” heading
- Apply the 'paragraph_text' style to the rest of the text on the page – add any necessary page breaks to separate the paragraphs of text
- Apply any additional formatting to enhance the page appearance
- Add the page title 'Destination: Kenya'
- Copy the Navigation Bar (in Code View on the Index Page to be sure you get all of the appropriate code) into the code of this page to bring the Navigation Bar onto this page
- Save your work, then preview the destinations page in your browser
- Close your browser, then close all open files
- Post to the Hulk server
