Blogs
This Page
Related Links
External Links
The Blogs at Penn State system includes some accessibility features, but the following guidelines can help to further enhance accessibility.
Synopsis
-
Blogs with just text are normally accessible. Any issues that a user encounters can be reported to blogs@psu.edu.
-
If you upload an image into the blog, make sure you give it a descriptive Name in the image upload window. This will become the ALT tag used by screen readers, and that is displayed when an image fails to load.
-
Other files that are uploaded to the Blogs, such as PDFs, podcasts or PowerPoint files, should be made as accessible as possible if they are used in a course.
Add Image ALT Tag
Just as with other websites, images in blogs need to include the alt tag in order so that screen readers can read the text as a replacement for the images.
To insert an image with alt text
- When creating or editing a blog entry, click the Insert Image button in the formatting toolbar.
- Select an image to upload.
- After uploading the image, enter a short description in the Name field; this will become the image’s alt tag.
- Configure any additional attributes of the image such as alignment and thumbnail size, then click Finish.
Student Blogs Entries
Depending on their situation, some users may not be able to fully interact with the system to create and write blog entries.
If your course requires posting entries to a blog and a student reports a problem, consider alternates such as:
- Asking students to post comments instead of an actual blog entry
- Allow students to forward entries as e-mail for instructors to post
- Allow students to write blog entries in an alternative enviroment
Working with HTML Source and CSS Templates
Although the output of the Blogs at Penn State is generally accessible, there are always improvements that can be made. If you are comfortable using the HTML source view and CSS, consider these options:
- Paragraph breaks are coded
<br />when entered in the WYSIWYG editor, but should be replaced with true P tags in the source view, so that screen reader users can jump between paragraphs. - Use the H2 tag on entry titles, and the H3 tag on section headers within a long blog entry. Specifying headers allows screen reader users to jump through the sections of a page. The easiest way is to do this in the HTML source view.
- If needed, you can modify the default style sheet to make H3 more distinct by default. See http://blogger.psu.edu/node/368 for details.
See support documentation at the Blogs at Penn State for information on how to access style sheets or templates.
Accessible Blogs Quickstart Guide
Download the "Creating Accessible Blogs" Quickstart Guide (.docx).
