Drupal Practice Webpage
This is a test page to practice how various things look and work in Drupal.
Heading 2 Text
Heading 3 Text
Heading 4 Text
Paragraph Text (normal body text)
The Year Is 2024
The dragon has a high reputation in Chinese culture and represents auspiciousness and imperial power. The dragon is a symbol of dignity, health, honor, success, luck and strength.
Quoted text appears with the blue line at left and an indent to call attention to the text. It can be used for quotes or to set off the text.
Formatting Text
It's important to not just cut and paste from Word, as a lot of weird formatting can occur.
Best Practice: Copy and paste into Notepad to strip the formatting, and then copy and paste into your webpage. Another option is to copy the desired text and paste it into the text field using the keyboard shortcut Ctrl+Shift+V (which removes formatting before pasting).
Unfortunately, removing the formatting means you will have to re-link URLs individually. Still, it is preferred over having the Word formatting follow along to the webpage, because that can be very tricky to work with and will often appear in a strange way.
Help Resources
Drupal Tutorials from Our Web Team
Style Guides
Sample Text and Image
About Seattle Colleges
Seattle Colleges is Washington state’s largest community college district, with approximately 30,000 students enrolled each year and 2,000 employees. It is composed of North Seattle College, Seattle Central College, South Seattle College, several specialty training centers across Seattle, and a district office.
Seattle Colleges offers more than 130 workforce education and training programs, including bachelor’s degrees in high-growth industries, associate degrees in various disciplines, and transfer degrees to universities throughout the United States, as well as numerous certificate programs.
Seattle Colleges is a district composed of three colleges and several specialty training centers. We have a unique opportunity to hire three presidents—one for each of our three colleges, North Seattle College, Seattle Central College, and South Seattle College. The following information provides a districtwide perspective and links to more college-specific information.
Adding Accordion Boxes
In edit mode, go to page_paragraphs and "Add Accordion".
Text is added by clicking "Add Simple" to Accordion Section Body.
After an accordion box is added, while in edit mode where you see a grey button for "Add Accordion", if you click the down carrot and select "Add Simple" it allows you to create another field for text. This text will appear outside of and below that set of accordion box(es).


.newsletter-button {
background-color: #f4f4f4;
color: #000000;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
}
.newsletter-button:hover {
background-color: #0c489b;
color: #ffffff;
}