Simple tips for using the New APsense HTML editor...

Posted by Eric Smith
1043 Pageviews

Changing fontcolor

This is a simple process. 

1. Select (Highlight) the text you want to change the color of.

2. Select the text color button (The Big "A" with the colored dots UNDER it) OR right click with the text highlighted and choose the option from the pop up menu.

3. Choose the color you want and click OK.

4. DONE!

Changing the Font Background Color

This is a simple process. 

1. Select (Highlight) the text you want to change the color of.

2. Select the text color button (The Big "A" with the colored dots in the BACKGROUND) OR right click with the text highlighted and choose the option from the pop up menu.

3. Choose the color you want and click OK.

4. DONE!

Aligning Text to the Left - Middle or Right

Simply put the cursor in the text you want moved and click the appropriate button in the editor. You can also highlight the word and right click on it and choose the option this way.

Making Your Links Clickable

Simply Highlight the text you want linked and click on the "Joined Chain Link" icon in the editor. Enter your link details here - You can also choose to open the link in a new Browser window.

Starting your links with www OR http:// will "automatically" make your links live and clickable. But you will want to include hyperlinked keywords within your text.

You can also add links in the html by...Typing the web address instead of the Keyword like this:

... buy www.milifestyle.net products to help our environment...

Now click on the HTML tab (bottom right of editor) and find the code which will look like this...

<a href="http://www.milifestyle.net/>

Now change the code after the .net"> and before</a> to the text you want to use - in this example it would look like this...

So the original example would become...

... buy organic products to help our environment...

 

Hope this helps...