Brilliant thanks, I can now add circles or another shape such as a square however the bulletpoint appears outside the DIV the List is in. (registerbenefitspagecontent)
I have tried different configurations of the HTML but that has no affect.
Code:
<div id="registerbenefitspagecell">
<div id="registerbenefitspageheader">
How can you benefit from EventVital?
</div>
<div id="registerbenefitspagecontent">
<li>Expose your work to millions of homeowners researching ideas and professionals</li>
<li>Store your entire photo portfolio for free</li>
<li>Use our online tools to communicate with clients and prospective clients</li>
</div>
</div>
Code:
#registerbenefitspagecontent{
float:right;
width:98%;
padding-top: 3px;
padding-bottom: 3px;
font-family:helvetica, geneva, sans serif;
font-size:0.9em;
}
li {
list-style-type: disc;
}
Bookmarks