Link to home
Start Free TrialLog in
Avatar of TonyReba
TonyRebaFlag for United States of America

asked on

Joomla table in article

I am creating an article in Joomla 1.5 , but somehow I can't get to have a good table display in the article, can someone help me with the layout
<h2 style="text-align: center;">Employee Health Services</h2>
<p style="text-align: center;" align="center"><strong>Del</strong><strong> Prado M-F 8:00am-4:45pm</strong></p>
<h3>Employee Health Service Functions</h3>
<ol>
<li>Pre-placement Evaluations including Occupational History and Physical Examination and Immunization screening. </li>
<li>Evaluation and Management of On-the-Job Injuries </li>
<li>Immunization Screening of all DHR "EMPLOYEES", including volunteers and pos-doc students according with ACIP guidelines and Texas State regulations. </li>
<li>Tuberculosis Control Program including a 2-step Tuberculin Skin Test (TST) initially and annual TST thereafter; aggressive treatment plan and follow-up of individuals with latent tuberculosis infection, including dispensing of free medication therapy through a program with the Connecticut Tuberculosis Control Program. </li>
<li>Training and Control of Bloodborne Pathogen Exposures in coordination with Infection Control and Research and Safety. </li>
<li>Fitness for Duty Assessments as requested by counselors or managers. </li>
<li>Random Forensic Urine Drug Screening</li>
<li>Evaluation of Potential Work-Related Illnesses, including cumulative injuries due to ergonomic problems at the workstation. </li>
<li>Functional Capacity Assessment using the Blankenship protocol for evaluation of body strength and flexibility to perform work duties. </li>
</ol>
<div id="Div1">
<table class="style3" border="0" cellspacing="0" cellpadding="1">
<tbody>
<tr style="height: 15px;" valign="top">
<td style="text-align: center;"><strong><span style="text-decoration: underline;">IMMUNIZATIONS </span></strong></td>
<td style="text-align: center;"><strong><span style="text-decoration: underline;">LAB TESTING</span></strong></td>
<td style="text-align: center;"><strong><span style="text-decoration: underline;">TB/EXPOSURE </span></strong></td>
<td style="text-align: center;"><strong><span style="text-decoration: underline;">URINE DRUG SCREENS</span></strong></td>
<td style="text-align: center;"><strong><span style="text-decoration: underline;">RESPIRATORY FIT TESTING</span></strong></td>
</tr>
<tr valign="top">
<td class="style4" valign="top">
<ul class="style9">
<li>
<p style="text-align: left;">Hepatitis B </p>
</li>
<li>
<p style="text-align: left;">Influenza</p>
</li>
<li>
<p style="text-align: left;">TDAP (pediatrics personnel)</p>
</li>
</ul>
</td>
<td class="style4" valign="top">
<ul class="style9">
<li>
<p class="style2" style="TEXT-ALIGN: left">Titers</p>
</li>
<li>
<p class="style2">MMR</p>
</li>
<li>
<p class="style2">VZV</p>
</li>
<li>
<p class="style2">Hepatitis B</p>
</li>
<li>
<p class="style2">BFNSE panels (exposures)</p>
</li>
</ul>
</td>
<td class="style4">
<ul class="style9">
<li>TST</li>
<li>Counseling</li>
</ul>
</td>
<td class="style4">
<ul class="style9">
<li>New hires</li>
<li>Random testing</li>
<li>Post accident/post injury</li>
</ul>
</td>
<td class="style4">
<ul class="style9">
<li>
<p style="text-align: left;">Train the trainer</p>
</li>
</ul>
</td>
</tr>
<tr style="height: 15px;" valign="top">
<td>
<p style="text-align: center;"><strong><span style="text-decoration: underline;">EMPLOYEE CLEARANCES</span></strong></p>
</td>
<td>
<p style="text-align: center;"><strong><span style="text-decoration: underline;">BLOOD BORNE PATHOGENS</span></strong></p>
</td>
<td style="text-align: center;" colspan="2"><strong><span style="text-decoration: underline;">EMPLOYEE SAFETY</span></strong></td>
<td style="text-align: center;"> </td>
</tr>
<tr style="height: 15px;" valign="top">
<td class="style8">
<ul class="style9">
<li>New Hire Clearances</li>
<li>RTW from personal medical leaves</li>
<li>Employee Injury </li>
</ul>
</td>
<td class="style8">
<ul class="style9">
<li>
<p class="style10">Post Exposure</p>
</li>
<li>
<p class="style10">Counseling</p>
</li>
<li>
<p class="style10">Needle stick</p>
<ul class="plus">
<li>
<p class="style10">Counseling</p>
</li>
</ul>
</li>
</ul>
</td>
<td class="style8">
<ul class="style9">
<li>On-the-job Injury Reporting</li>
<li>Employee recovery Coordination</li>
</ul>
</td>
<td class="style8">
<ul class="style9">
<li>Doctor appointments, radiological exams, rehabilitation</li>
<li>Return the employee to work</li>
</ul>
</td>
<td class="style8"> </td>
</tr>
</tbody>
</table>
</div>
<p> </p>

Open in new window

Avatar of Hagay Mandel
Hagay Mandel
Flag of Israel image

What do you mean by " I can't get to have a good table display "?
Avatar of TonyReba

ASKER

I mean the content is not aligning properly also, the align for the top is not equal. Could this be layout in a different way meabe on div and css? any recommendations?  please see attached screenshot  table.docx
The CSS file is required as well
I dont use any.
you dont use but your template for sure

try to find the template.css code of your template and inside search for th, td, tr, table .....
can I define an inline style on the article? Can you help with what need to be changed to algin the cells content ?
ASKER CERTIFIED SOLUTION
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Can you see the attachment and see if you can find out why the content on each cell is aligning differently ( top left , etc) I want just to keep the same aligment for all , any suggestion?