Rabu, 27 Maret 2013

How to Make a Bullet and Numbering Look Neat on Joomla Website



I've had trouble in posting the article that contains the bullet and numbering neatly on my website "almasentra.com". These difficulties is

  1. If the bullet or numbering article copied and paste directly from Microsoft Word, the result are always not as I expected. And getting real messy in article format right justified.
  2. If the bullet and numbering created using the command facility available on the website, the results are neat but in a smaller size than the font size article, so it looks out of proportion, and odd.
  3. If the article’s font size is reduced to fit the default size of bullet or numbering in website, the article would be too small and would reduce the interest of visitors to read

The problem is now solved, the solution is as follows:

  1. Prepare your article in Microsoft Word, the font size such as 16pt.
  2. Prepare your article in Microsoft Word, the font size such as 16pt.
  3. Turn off all orders bullet / numbering contained in article
  4. Please copy your article that are free from bullets and numbering commands  and paste to the loading location article on the website
  5. Block section that you want to show in the form of bullet / numbering
  6. Click the command bullet / numbering available in the command box
  7. Click the save command while
  8. Then, Click the blue html command
  9. Search code <ol> in article html
  10. Insert the following code: style = "font-size: 16.0pt;"
  11. So it becomes <ol style="font-size: 16.0pt;">
  12. Press Save and see the results
  13. If the numbering is not appear, insert the following code: margin-left: 7.5pt;
  14. So it becomes <ol style="font-size: 16.0pt; margin-left: 7.5pt;">
  15. Press save and view the results

Good luck....