Problem table

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Thu Nov 22, 2012 5:36 pm
Hallo! I have a problem with this template.
When I create a table, I can not align the text to a cell with the image of another cell.
This is the example: http://www.viaravennadesign.com/index.php/partners
Why does this happen? And how do I fix it?

thank you very much
User avatar
Fresh Boarder

GK User
Thu Nov 22, 2012 6:07 pm
Hi

Try using

Code: Select all
table td {vertical-align:middle}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Nov 22, 2012 6:11 pm
Here?

<table style="width: 100%;" align="center">
<tbody>
<tr>
<td align="left" valign="middle">
<h3>KEY</h3>
</td>
<td align="left
User avatar
Fresh Boarder

GK User
Thu Nov 22, 2012 6:40 pm
You could place it on ../css/override.css file. (please enable on template parameters)
It will effect all tables and should look like this.

screen.png


If you do not want to effect all table, you can create specific table classes.
User avatar
Platinum Boarder

GK User
Fri Nov 23, 2012 7:56 am
User avatar
Fresh Boarder


cron