div, span, and php. Oh my!

E

eclipsme

I am trying to update a page:
http://www.acols.com/4dayregistration.php

The issue is the table of dates/locations near the top of the page.

The client wants to add the words "area (Boca Raton) after Ft.
Lauderdale on each of the lines. When I do this, the line is too long to
fit in the box and wraps down, and over wrights the text below.

See:
http://www.acols.com/4dayregistrationnot.php

Here is the html at issue:

<div class="boxin">
<div class="c">
<div class="box">
<div class="boxin">
<div class="c head"><b>CLASS DATES</b></div>
<div class="c"><b>4-Day LYMPHEDEMA MANAGEMENT SEMINARS</b></div>
<div class="l">

<div class="l2"> <span class="date">April 8-11, 2006</span>
<span class="city">Ft. Lauderdale, FL Area (Boca Raton)</span> </div>

<div class="l1"> <span class="date">June 3-6, 2006 </span> <span
class="city">Ft. Lauderdale, FL</span> </div>

<div class="l2"> <span class="date">June 24-27, 2006 </span> <span
class="city">Ft. Lauderdale, FL</span> </div>

<div class="l1"> <span class="date">July 29-August 1, 2006 </span> <span
class="city">Ft. Lauderdale, FL</span> </div>

<div class="l2"> <span class="date">October 28-31, 2006 </span> <span
class="city">Ft. Lauderdale, FL</span> </div>

</div>
</div>
</div>
</div>
</div>

I know little about divs, spans, classes, etc, but am learning. I don't
get where the formatting is coming from. The style sheet makes no
mention of any of these labels that I can make out.

See:
http://www.acols.com/acols.css

It appears that I need to enlarge the box so the text can flow, but
don't see how to do that.

Any help would be very appreciated.

Thanks,
Harvey
 
E

eclipsme

Sorry - I actually fixed the problem, but still do not understand it. I
simply copied from another page with wider spacing...

Harvey
 
R

rfr

That page is loading CSS in this statment;
<link rel="stylesheet" href="acols.css" type="text/css">

Check that document to see what CSS is being assigned to each of your
classed DIV's
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top