graphixdezign6
06-19-2012, 09:25 PM
Hey Guys, Kind of a newbie to CSS and was hoping i might find some help here.
I'm having a heck of a time trying to line up some groups of text using css.
This is what i'm trying to achieve...
http://desmond.imageshack.us/Himg151/scaled.php?server=151&filename=examplehq.jpg&res=landing
This is what i'm getting...
http://desmond.imageshack.us/Himg845/scaled.php?server=845&filename=example2q.jpg&res=landing
I have been at it for hours trying to play with right and left margin values with no results.
Here is a link to the test page im using
http://biophysics.com/test.php
Here is the code
<?php
$page_name = 'index';
include('includes/header.php');
?>
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
<div id="inner" class="home">
<div id="main-image" class="box"> </div>
<div id="whatis" class="box">
<div class="content">
<p class="description"><span><a href="http://www.biophysics.com/ecis-theory.php" title="Learn About ECIS">Learn about ECIS</a>:</span> The label free, non-invasive method to electronically monitor cells grown in tissue culture.</p>
<ul class="col1">
<li><a href="http://www.biophysics.com/woundhealingpubs.php">Migration</a></li>
<li><a href="http://www.biophysics.com/signaltransduction.php">Signal Transduction</a></li>
<li><a href="http://www.biophysics.com/cellattachment.php">Attachment & Spreading</a></li>
<li><a href="http://www.biophysics.com/metastaticpotential.php">Metastatic Potential</a></li>
</ul>
<ul class="col2" style="margin-bottom: 0;">
<li><a href="http://www.biophysics.com/invitro.php">Toxicology</a></li>
<li><a href="http://www.biophysics.com/cellmeasurements.php">Proliferation</a></li>
<li><a href="http://www.biophysics.com/barrierfunction.php">Barrier Function</a></li>
<li><a href="http://www.biophysics.com/flow.php">Cells Under Flow</a></li>
</ul>
</div>
</div>
<div id="center">
<a href="#"><span> </span></a>
</div>
<div id="content" class="box">
<p style="margin-bottom: 0">Applied BioPhysics has over 25 years of experience with impedance-based cell assays put into one instrument line. Our ECIS instruments and consumable 8-well and 96-well arrays are used in biological research and drug discovery. ECIS offers the ability to measure both simple and complex impedance over a wide range of AC frequencies.</p>
</div>
<div id="events" class="box">
<div class="content">
<h2><span>Upcoming Events</span></h2>
<div id="webinars">
<h3><a href="webinar.php">
<img src="images/webinars.png">
</a>
</h3>
<ul style="margin-bottom: 0;">
<li>
<span class="name"><a href="https://appliedbiophysics.webex.com" target="_self">Barrier Function<br>Assays</a> <br />
<span class="style1">11:00 AM EST<br />
June 19, 2012 </span></span></li>
</ul>
</div>
<div id="tradeshows">
<h3><a href="tradeshows.php">
<img src="images/tradeshows.png">
</a>
</h3>
<p style="margin-top: 0; margin-bottom: 0"><a href="http://biophysics.com/tradeshows.php" target="_blank">Harvard University Medical School</a></p>
<p style="margin-top: 0; margin-bottom: 0;">July 19, 2012</p>
<p style="margin-top: 0; margin-bottom: 0;">Boston, MA<span track="on" href="http://www.ascb.org/index.php?option=com_content&view=article&id=384&Itemid=304" shape="rect" linktype="link"></span><br />
</span> </p>
</div>
<div id="training">
<h3><a href="tradeshows.php">
<img src="images/ecis-training.png"></a> </h3>
<ul style="margin-bottom: 0;">
<li>
<span class="name"><a href="https://appliedbiophysics.webex.com" target="_self">ECIS Training Schedule</a> <br />
<span class="style1">Sept 20 & 21, 2012</span></span></li>
</ul>
</div>
</div>
</div>
<!-- <a id="order" href="http://visitor.constantcontact.com/d.jsp?m=1102585480643&p=oi"><span> </span></a> -->
<a id="order" href="store.php"><span> </span></a>
<a id="join" href="http://visitor.constantcontact.com/d.jsp?m=1102585480643&p=oi" target="_blank"><span> </span></a>
<a id="facebook" href="http://www.facebook.com/pages/Applied-BioPhysics/165532397615" target="_blank"><span> </span></a>
<?php include('includes/footer.php'); ?>
If anyone has any ideas it would be greatly appreciated. Would be happy to buy ya a cup of coffee! :)
I'm having a heck of a time trying to line up some groups of text using css.
This is what i'm trying to achieve...
http://desmond.imageshack.us/Himg151/scaled.php?server=151&filename=examplehq.jpg&res=landing
This is what i'm getting...
http://desmond.imageshack.us/Himg845/scaled.php?server=845&filename=example2q.jpg&res=landing
I have been at it for hours trying to play with right and left margin values with no results.
Here is a link to the test page im using
http://biophysics.com/test.php
Here is the code
<?php
$page_name = 'index';
include('includes/header.php');
?>
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
font-weight: bold;
}
-->
</style>
<div id="inner" class="home">
<div id="main-image" class="box"> </div>
<div id="whatis" class="box">
<div class="content">
<p class="description"><span><a href="http://www.biophysics.com/ecis-theory.php" title="Learn About ECIS">Learn about ECIS</a>:</span> The label free, non-invasive method to electronically monitor cells grown in tissue culture.</p>
<ul class="col1">
<li><a href="http://www.biophysics.com/woundhealingpubs.php">Migration</a></li>
<li><a href="http://www.biophysics.com/signaltransduction.php">Signal Transduction</a></li>
<li><a href="http://www.biophysics.com/cellattachment.php">Attachment & Spreading</a></li>
<li><a href="http://www.biophysics.com/metastaticpotential.php">Metastatic Potential</a></li>
</ul>
<ul class="col2" style="margin-bottom: 0;">
<li><a href="http://www.biophysics.com/invitro.php">Toxicology</a></li>
<li><a href="http://www.biophysics.com/cellmeasurements.php">Proliferation</a></li>
<li><a href="http://www.biophysics.com/barrierfunction.php">Barrier Function</a></li>
<li><a href="http://www.biophysics.com/flow.php">Cells Under Flow</a></li>
</ul>
</div>
</div>
<div id="center">
<a href="#"><span> </span></a>
</div>
<div id="content" class="box">
<p style="margin-bottom: 0">Applied BioPhysics has over 25 years of experience with impedance-based cell assays put into one instrument line. Our ECIS instruments and consumable 8-well and 96-well arrays are used in biological research and drug discovery. ECIS offers the ability to measure both simple and complex impedance over a wide range of AC frequencies.</p>
</div>
<div id="events" class="box">
<div class="content">
<h2><span>Upcoming Events</span></h2>
<div id="webinars">
<h3><a href="webinar.php">
<img src="images/webinars.png">
</a>
</h3>
<ul style="margin-bottom: 0;">
<li>
<span class="name"><a href="https://appliedbiophysics.webex.com" target="_self">Barrier Function<br>Assays</a> <br />
<span class="style1">11:00 AM EST<br />
June 19, 2012 </span></span></li>
</ul>
</div>
<div id="tradeshows">
<h3><a href="tradeshows.php">
<img src="images/tradeshows.png">
</a>
</h3>
<p style="margin-top: 0; margin-bottom: 0"><a href="http://biophysics.com/tradeshows.php" target="_blank">Harvard University Medical School</a></p>
<p style="margin-top: 0; margin-bottom: 0;">July 19, 2012</p>
<p style="margin-top: 0; margin-bottom: 0;">Boston, MA<span track="on" href="http://www.ascb.org/index.php?option=com_content&view=article&id=384&Itemid=304" shape="rect" linktype="link"></span><br />
</span> </p>
</div>
<div id="training">
<h3><a href="tradeshows.php">
<img src="images/ecis-training.png"></a> </h3>
<ul style="margin-bottom: 0;">
<li>
<span class="name"><a href="https://appliedbiophysics.webex.com" target="_self">ECIS Training Schedule</a> <br />
<span class="style1">Sept 20 & 21, 2012</span></span></li>
</ul>
</div>
</div>
</div>
<!-- <a id="order" href="http://visitor.constantcontact.com/d.jsp?m=1102585480643&p=oi"><span> </span></a> -->
<a id="order" href="store.php"><span> </span></a>
<a id="join" href="http://visitor.constantcontact.com/d.jsp?m=1102585480643&p=oi" target="_blank"><span> </span></a>
<a id="facebook" href="http://www.facebook.com/pages/Applied-BioPhysics/165532397615" target="_blank"><span> </span></a>
<?php include('includes/footer.php'); ?>
If anyone has any ideas it would be greatly appreciated. Would be happy to buy ya a cup of coffee! :)