Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

\

Bolding List Elements

Bold List elements
Problem:  You want to make text inside li tags bold
(i.e.) <li>mytext</li>
The simplest method is to add a custom style class to css or to add inline style like:
<li style=”padding-right:5px; font-weight:bold;”>TEXT GOES HERE</li>