Jfish1590
IS-IT--Management
- Jan 17, 2013
- 1
I am desperately trying to figure out how to make "Past Investments" look like "Active Investments" on my company's website. I am the website editor and cannot figure out why past investments isnt matching Active Investments.
My code is: <div class="portfolio-listing">
<p><strong>PCM Capital</strong> is a specialty finance company providing lease financing for niche businesses such as PODS (Portable On Demand Storage).<br />
</p>
<div align="center"><img src="images/pcm-capital.jpg" alt="PCM Capital, LLC" width="111" height="50" class="portfolio-image" /> </div>
</div>
<div id="copy">
<br /> <h3>Active Portfolio Companies </h3>
</div>
<div class="portfolio-listing">
<p><strong>Cogent Partners</strong> is a boutique investment bank and financial services company working with large institutional investors to manage their private equity portfolios, including sales in the secondary market.<br />
</p>
<div align="center"><a href=" target="_blank"><img src="images/cogent.jpg" alt="Cogent Partners" width="62" height="42" class="portfolio-image" /></a> </div>
</div>
My code is: <div class="portfolio-listing">
<p><strong>PCM Capital</strong> is a specialty finance company providing lease financing for niche businesses such as PODS (Portable On Demand Storage).<br />
</p>
<div align="center"><img src="images/pcm-capital.jpg" alt="PCM Capital, LLC" width="111" height="50" class="portfolio-image" /> </div>
</div>
<div id="copy">
<br /> <h3>Active Portfolio Companies </h3>
</div>
<div class="portfolio-listing">
<p><strong>Cogent Partners</strong> is a boutique investment bank and financial services company working with large institutional investors to manage their private equity portfolios, including sales in the secondary market.<br />
</p>
<div align="center"><a href=" target="_blank"><img src="images/cogent.jpg" alt="Cogent Partners" width="62" height="42" class="portfolio-image" /></a> </div>
</div>