If you cannot find the answer to your question in our online support resources, please submit a ijenti help ticket by clicking on the button below, and one of our ijenti support team members will assist you as soon as possible.
HTML SupportAs you become more familiar with AcuWeb and adding stories, you may wish to manually insert or adjust various HTML commands within the text area. This list is designed to provide you with a quick reference for the most commonly used HTML commands.
LinksLinks, also known as hyperlinks, are used for many purposes on a web site. AcuWeb Updater allows you to set up four (4) different kinds of links: The bolded items are the parts that you change. ExternalExternal links point to a web site page that is not on your site.
InternalInternal links point to a page that is within your site.
ObjectObject links can point to media files such as graphics, PDFs, word documents, audio and video files.
E-mail links are the most popular links used on a web site.
ImagesUpload the images you want to use into your Image Library. Then you can copy the image name from the Image Library list and paste into the code below:
To link an image, use the following code:
Text FormattingBold/Strong
This is an example of bold text. Italics
This is an example of italicized text. Align Text
Available StylesAcuWeb Updater has many styles available to you for making your story look great. To apply a style to any of your text, use the code below and replace the bold sections with the appropriate style. You can view available styles in the story edit mode next to the story body section.
Main Header
TablesTables are very customizable. Just use the code below to start. The comments are indicated like this
If you want to add additional rows, to the table, use this code in-between the
ListsThere are two kinds of lists you can choose from. They are bulleted lists and numbered lists. You can also have a sub-level list as well. To add additional items to either one, simply add a Bulleted ListUse the following code to create a bulleted list.
Example:
Numbered ListUse the following code to create a numbered list.
Example:
Sub-level ListsTo have a sub-level embedded within a list, insert the ordered <ol> or unordered <ul> list within a list <li> item. <ul> Looks like this in your browser:
|