when I put text in the boxes, i am not able to make it show on the website as a bulleted list. It always runs together and is not spaced nicely. How do I correct this? I have attached a screen shot. Thanks, Sandra
Hello ! For bullet list you have to put you data in this format. Code: <ul> <li>LIST ITEM 1 </li> <li>LIST ITEM 2 </li> <li>LIST ITEM 3 </li> </ul> Thanks & Regards Pramod