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
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