Primary Navigation
O3 Tips and Tricks
Archives for O3 Administrator « Recent Articles
Some of our technical users have begun migrating their content to Pages so they can leverage the new web publish tools such as versions, save as draft and widgets. Part of migration may include deleting old content.
After you have migrated your existing content and/or re-built/designed a new page the question is "What do I do with my old content?" For most people this means deleting the content. Before you delete here are some of the things you should be thinking about.
1. Review the folder contents
Make sure you have reviewed the Folder Contents section on every folder and sub-folder - so you are not accidently deleting content.
2. Verify your migrated content
Test the new web pages and if you centralized…
Simple introduction to the CSS box model
Padding vs. Margin
Understanding padding and margins is an important concept for most CSS beginners. Mixing them up leads to incorrect usage which can trigger browser bugs and inconsistencies.
What Is Padding and Margin?
Padding is the inner space of an element which can be styled with a background while margin is the outer transparent space of an element. And in between is the elements border.
CSS Properties
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 0px;
- padding-left: 0px;
- margin-top: 0px;
- ma…
Pasting content from other sources can bring with it hidden code. Here's how.
The WYSIWYG editor has many of the same formatting options as you see in word processing, as well as the ability to cut and paste content. However, the underlying code used for web publishing is different then the underlying code used for word processing. If you copy content from an MS Word document, for example, it can bring with it some code you don't want on your O3 web page.
When you copy text directly from a word processing program such as Word or even an e-mail client such as Outlook, …
Here's a tip from the IGLOO team on how to simplify the creation of tables.
Setting up a simple table with alternate row colours is pretty easy. Take the following HTML snippet for example:
<tableclass="shade-table"><tbody>
<tr class="odd">
<td>item 1</td>
<td>item 2</td>
</tr>
<trclass="even">
<td>item 1</td>
<td>item 2</td>
</tr>
<tr
class="odd">
<td>item 1</td>
<td>item 2</td>
</tr>
<trclass="even">
<td>item
1</td>
<td>item
2</td>
</t…
Channel Contributors
Recent Posts
- Folder to Page Migration: Dele…
6 months ago - Beginner CSS: Padding & Ma…
6 months ago - Pasting Content Using the WYSI…
7 months ago - Alternating Table Colour Rows …
12 months ago - How to Build & Revise Docu…
14 months ago - How to Embed Almost Anything i…
15 months ago - Hold A "Science Fair"…
15 months ago - Conditions for Wiki Success
16 months ago - Online Collaboration Is Like t…
16 months ago
Page Options