
January 27th, 2013, 02:40 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 6
Time spent in forums: 53 m 48 sec
Reputation Power: 0
|
|
|
PHP5 - Basic PHP questions
Hi everyone, I'm new to this forum and also a new PHP coder. I have been coding a site that has already had a template developed by a different developer and I'm taking over their work.
I have a few basic questions that seem simple enough but I can't figure out for some reason.
I can't figure out how to get the number 2 to align with the other numbers on this page. I've tried copying and pasting code from numbers 3 & 4 and also using <br> but it still won't work. Any suggestions?
love my provider [dot] com [slash] dev [slash] howitworks.php
Code:
<h2>How it works</h2>
<!-- services -->
<div class="services">
<!-- <img class="alignright size-medium" title="" src="http://lovemyprovider.com/dev/images/frontpage.jpg" alt="" width="300" height="200" />--><ul >
<li><img src="images/search-icon-blue-1.gif" align="left"/><span>Search our database for your child's current provider.</span></li><br>
<li><img src="images/search-icon-blue-2.gif" align="left"/><span>Leave a review of how that provider has helped. </span></li><br><br>
<br><li><img src="images/search-icon-blue-3.gif" align="left"/><span>Read other parents' reviews of their providers.</span></li><br>
<li><img src="images/search-icon-blue-4.gif" align="left"/><span>Still can't find what you're looking for? Let us know and we will respond within 48 hours.</span></li><br>
</ul>
</div>
|