Please feel free to post questions in the comments section and we can work through potential solutions or workarounds together. I will alphabetize and categorize problems and solutions as this section grows.
In the meantime, here's a few "how to" questions that have already come up and the answer to it:
How do I create tabs, or "pages", in my blog?
- In your Design section, add the "pages" gadget. Drag to the top of the screen to create tabs or to the side for a menu bar effect.
- Go to the "Posting" section and "edit pages" and "create new page". Name it and start posting content if you wish. Save and this will now show up as a tab or page.
- Note: You cannot publish multiple posts on new pages, but it can be an effective way to categorize information and make it easily accessible, like an additional "About me" or "Contact" or "Photos" or even "Help" page.
Follow the steps in this article from the Bexter Review.
In brief, you need to use a little html coding to add a link in a comment. I've summarized the steps below.
- Paste the following code into your comment:
<a href="http://thebexter.com">The Bexter Review</a> - Put the website address you want to link to in the " "
- Put the words you want to link to that address after the quotes and > (where it ways The Bexer Review here)
For example, if I wanted my comment to say:
"Please see the IU South Bend website for more information",
the comment would look like the following before publication in my draft/view:
Please see the <a href="http://www.iusb.edu">IU South Bend website</a> for more information.
"Please see the IU South Bend website for more information",
the comment would look like the following before publication in my draft/view:
Please see the <a href="http://www.iusb.edu">IU South Bend website</a> for more information.
No comments:
Post a Comment