|
HTML Inserts for RealOA Administrators |
|
In the current release of Real Office Assistant all text is entered simply as unformatted text. While this makes administration remarkably easy we recognize that some customers would like more text formatting controls. The tutorials below are set up so you can copy, paste, and fill in the blanks to get the desired results. |
|
Copyright 2010 Intranets-NetsCom.com RealOA and Real Office Assistant are trademarks of Intranets-NetsCom.com All rights reserved |
|
How to create paragraphs and line breaks: |
|
How to insert a link to another webpage: |
|
What You Want to Do |
Html |
Instruction / Result |
|
To create a line break or new paragraph |
<br> |
I want to enter this as two paragraphs. This is the first paragraph. <br><br> This is paragraph two. Each time I put in the html code at left it is the same s hitting the ENTER key on your keyboard. |
|
|
|
This is the result |
|
|
|
I want to enter this as two paragraphs. This is the first paragraph. This is paragraph two. |
|
What You Want to Do |
Html |
Instructions/Result |
|
You want to insert a link people can click on and go to another web page. |
<a href="http://www.website.com">Name of Link</a> Note: you can directly copy and paste this code into your RealOA announcement, calendar event, etc … and then make the appropriate changes. Try it. Its easier than you think and sort of fun. |
I want to create a link that is in my paragraph. This link will take people to KeepUp for Realtors. Hello everyone, just found this educational resources that seems pretty good. It’s called KeepUp for Realtors. Here is the link, <a href="http://www.keepupforrealtors.com">KeepUp For Realtors</a> |
|
|
|
This is the result |
|
|
Replace the web address that is between the quotes with the url you want to go to. Change, Name of Link to the text you want to see in your instruction. Often this will say, click here, or show the url or the name of the service. |
Hello everyone, just found this educational resources that seems pretty good. It’s called KeepUp for Realtors. Here is the link, KeepUp For Realtors |