OilSheikh Posted December 25, 2007 Share Posted December 25, 2007 Here's the Code. I can't seem to find any errors! Even printed and checked - but can't find nothing. Help would be greatly appreciated. <html> <head> <title>Welcome to Glory Community Accounting services</title> </head> <body> <?php include("menu.php"); ?> <p><br /> <b> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#808080"> Services for Charity Organizations </font></b> <!-- BIG LIST 1 --> </p> <ul imagesrc="sqblue.gif"> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#0033CC"> <li>Financial Reporting</li><br /> <!-- SUBLIST 1 --> <ul imagesrc="sqpink.gif"> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#808080"> <li>Budgeting and Forecasting</li> <li>CashFlow Statement</li> <li>Year End Accounts</li><br /> </font> </ul> <li>Payroll Processing</li><br /><br /> <li>Fixed Assets : <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#808080"> Maintenance & Processing to a Register </font> </li> </font> </ul> <p><br /><b> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#808080"> Services for Businesses </font></b> <!-- BIG LIST 2 --> </p> <ul imagesrc="sqblue.gif"> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#0033CC"> <li>Bookkeeping and Accounting Services</li><br /> <!-- SUBLIST 2 --> <ul imagesrc="sqpink.gif"> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#808080"> <li>Day-to-day Bookkeeping service</li> <li>Year-end Accounts</li> <li>Independent Examiner's Report</li> <li>Quarterly Management accounts report</li> <li>Budget preparation & Business plan</li> <li>Financial and PAYE advice</li> <li>Professionally manage Source Documents</li> <li>Support new Organizations with Accountancy needs</li> <li>Advice on completing Funding applications</li> <br /> </font> </ul> <li>Payroll Services</li><br /> <!-- SUBLIST 3 --> <ul imagesrc="sqpink.gif"> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#808080"> <li>Process Payrll on a Monthly/Weekly/Fortnightly basis</li> <li>Provide Payslips</li> <li>Submit Year-End Returns (P35/P14 & P60)</li> <li>Deal with PAYE queries</li> <li>Taking responsibility for Inland Revenue inspections</li> <br /> </font> </ul> <li>Other Services</li><br /> <!-- SUBLIST 4 --> <ul imagesrc="sqpink.gif"> <font face="Lucida Sans Unicode" style="font-size: 11pt" color="#808080"> <li>Bookkeeping consultation available at client's premises</li> <li>Volunteer scheme available for Accounting Students</li> <li>Employment and Training for Accounting students</li> <li>Training on Computerized Accounts and Book keeping</li> <br /> </font> </ul> </font> </ul> </body> </html> Link to comment https://forums.phpfreaks.com/topic/83159-why-doesnt-these-lists-show-what-i-want-to-see/ Share on other sites More sharing options...
phpQuestioner Posted December 25, 2007 Share Posted December 25, 2007 what do you want them to do? you don't have them set-up to do anything. Link to comment https://forums.phpfreaks.com/topic/83159-why-doesnt-these-lists-show-what-i-want-to-see/#findComment-423048 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.