Blogging for teachers and students, made easy ...find out more
Getting Started
Edublogs Pro
User Accounts & Usernames
Adding users to a blog
Batch adding new users
Batch adding existing users
Adding users one at a time
Adding a users to multiple blogs
Removing yourself from multiple blogs
Changing your password
Retrieving a lost password
Changing your email address
Changing your personal settings
Changing or deleting a usernameBlog & User Roles
Creating new blogs for yourself
Navigating between blog dashboards
Bulk creating blogs
Changing your blog URL
Creating users with one email account
Choosing user roles on blogs
Enabling email subscription
Retrieving a lost password
Changing your email address
Importing your blog
Archiving student blogs
Deleting a blogPosts & Pages
Files, Videos, Images & Embedding
Using Plugins & Advanced Features
Themes, Widgets, & Appearance
Comments



Writing Links in Comments
A common frustration for commenters is how do you write links in comments on blog posts.
Inserting links in posts is relatively easy because your Visual Editor provides a Insert/Edit Link button but this tool isn’t available for writing comments on posts. This is where a basic knowledge of HTML helps because you use HTML to write links in comments.
Here is an example of a comment that has use HTML to create a link:
What is HTML?
HTML is short for “Hyper Text Markup Language” which is a language used to tell a browser how to organise the layout of a web page it has downloaded from the Internet. It influences if text is bold, italics, a heading, bullet points.
When you write a post or page inside your blog dashboard you don’t worry HTML because the Visual Editor does it for you. If you click on the HTML tab it shows the HTML code in your text.
Here Is the HTML you use to write links:
<a href=”http://theedublogger.edublogs.org/”>check out The Edublogger</a>
produces
Check out The Edublogger
Make sure you close the tag with </a> and enclosed the website URL with quotation marks (needs to look like this “http://theedublogger.edublogs.org/”)
Please note: