Created Tables Aren't Showing Up

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Thu Feb 18, 2010 2:09 am
I posted table in one my articles and it's not showing up correctly. I've taken the same HTML and posted it other sites and message boards to test it out and it works fine. What am I doing wrong? Could be something in my CSS?

http://soapoperasource.com/pulse/result ... ition.html

I'm using Joomla 1.5.15
User avatar
Senior Boarder

teitbite
Thu Feb 18, 2010 11:30 pm
Hi

Please tell me how You would like to have those tables look like? And please do something about the fotos of the actors. Make a thumbs of it, please do not put so big photos. It's making my site load forever ;/
User avatar
Moderator

GK User
Fri Feb 19, 2010 2:06 am
Aww I'm sorry. I'll resize them eventually. I was pissed the table didn't load like I wanted it to.

Basically I designed the table to include color to break up the monotony of the white. However none of the color showed up, nor did the border show up properly.

This is one of my table codes:

Code: Select all
<table width="736" height="783" border="3" color="black">
  <tr bgcolor="#000000">
    <td width="62"><strong>Rank</strong></td>
    <td width="144"><strong>Info</strong></td>
    <td colspan="2" align="center"><strong>Actor</strong></td>
  </tr>
  <tr>
    <td rowspan="3" align="center" valign="middle" bgcolor="#999966"><font size="13px">1</font></td>
    <td bgcolor="#999966">Last Week -</td>
    <td width="202" rowspan="3" bgcolor="#999966"><strong><img src="http://soapoperasource.com/mediaxl/actor/z/dzamprogna_x02.jpg" width="200" height="149" align="left"></strong></td>
    <td width="298" rowspan="3" bgcolor="#999966"><p><strong>Actor: </strong>Dominic Zamprogna<br>
        <strong>Character: </strong>Dante Falconeri<br>
        <strong>Show:</strong> General Hospital </p></td>
  </tr>
  <tr>
    <td height="23" bgcolor="#999966">Weeks on Chart - 1</td>
  </tr>
  <tr>
    <td height="23" bgcolor="#999966">Peak -1</td>
  </tr>
  <tr>
    <td rowspan="3" align="center" valign="middle"><font size="13px">2</font></td>
    <td>Last Week -</td>
    <td rowspan="3"><img src="http://soapoperasource.com/mediaxl/actor/m/bmiller_x04.jpg" width="200" height="149" border="1" align="left"></td>
    <td rowspan="3"><p><strong>Actor: </strong>Billy Miller<br>
      <strong>Character: </strong>Billy Abbott<br>
      <strong>Show:</strong> The Young and the Restless</p></td>
  </tr>
  <tr>
    <td>Weeks On Chart -1</td>
  </tr>
  <tr>
    <td height="23">Peak - 2</td>
  </tr>
  <tr>
    <td rowspan="3" align="center" valign="middle" bgcolor="#999966"><font size="13px">3</font></td>
    <td bgcolor="#999966">Last Week -</td>
    <td rowspan="3" bgcolor="#999966"><img src="http://soapoperasource.com/mediaxl/actor/b/sburton_x06.jpg" width="200" height="149" align="left"></td>
    <td rowspan="3" bgcolor="#999966"><p><strong>Actor: </strong>Steve Burton<br>
      <strong>Character: </strong>Jason Morgan<br>
      <strong>Show:</strong> General Hospital </p></td>
  </tr>
  <tr>
    <td bgcolor="#999966">Weeks On Chart - 1</td>
  </tr>
  <tr>
    <td height="37" bgcolor="#999966">Peak - 3</td>
  </tr>
  <tr>
    <td rowspan="3" align="center" valign="middle"><font size="13px">4</font></td>
    <td>Last Week -</td>
    <td rowspan="3"><img src="http://soapoperasource.com/mediaxl/actor/s/jscott_x08.jpg" width="200" height="149"></td>
    <td rowspan="3"><p><strong>Actor: </strong>James Scott<br>
      <strong>Character: </strong>EJ Dimera<br>
      <strong>Show:</strong> Days of our Lives</p></td>
  </tr>
  <tr>
    <td>Weeks On Chart - 1</td>
  </tr>
  <tr>
    <td height="60">Peak - 4</td>
  </tr>
  <tr>
    <td rowspan="3" align="center" valign="middle" bgcolor="#999966"><font size="13px">5</font></td>
    <td bgcolor="#999966">Last Week -</td>
    <td rowspan="3" bgcolor="#999966"><img src="http://soapoperasource.com/mediaxl/actor/p/mpark_x02.jpg" width="200" height="149" align="left"></td>
    <td rowspan="3" bgcolor="#999966"><p><strong>Actor: </strong>Michael Park<br>
      <strong>Character: </strong>Jack Snyder<br>
      <strong>Show:</strong> As the World Turns</p></td>
  </tr>
  <tr>
    <td bgcolor="#999966">Weeks On Chart - 1</td>
  </tr>
  <tr>
    <td height="79" bgcolor="#999966">Peak - 5</td>
  </tr>
</table>
User avatar
Senior Boarder

GK User
Wed Jun 30, 2010 3:40 am
I'm having a simlair issue.

background colours and padding seem not to be controlable via standard html.

I just did a test on the following;

<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>xxx</td>
<td style="background-color: #000000;">xxx</td>
</tr>
<tr>
<td bgcolor="#FF0000">xxxx</td>
<td>xxxx</td>
</tr>
</tbody>
</table>

The: <td style="background-color: #000000;">xxx</td> shows but the <td bgcolor="#FF0000">xxxx</td> does not and also there is extra padding coming from somewhere.

Any assistance on this would be greatly appreciated.

Cheers

Mark
User avatar
Junior Boarder

teitbite
Wed Jun 30, 2010 2:31 pm
Hi

It's probably overwritten by css style. Please show me this site with table.
User avatar
Moderator

GK User
Fri Dec 03, 2010 7:28 pm
Hi

was this issue ever resolved? I am having problems with cellpadding/cellspacing and background colours in tables not showing.

Cheers

PJ
User avatar
Junior Boarder

teitbite
Tue Dec 07, 2010 8:15 pm
Hi

Please show me an example on live site so maby I'll be able to help.
User avatar
Moderator

GK User
Wed Dec 08, 2010 8:52 am
Hi

see http://www.brocars.co.uk/contact.html

the table used in this form has cellpadding and cellspacing applied but not showing.

Regards

pj
User avatar
Junior Boarder

teitbite
Thu Dec 09, 2010 9:50 pm
Hi

Please see the padding for tables in the css style in this classes http://www.brocars.co.uk/templates/gk_c ... lasses.css

There also You will find the borders.
User avatar
Moderator


cron