Aha Edition Black - Centering Tables

Hier werden alle Themen zu Templates für Joomla 1.5.x besprochen.

Aha Edition Black - Centering Tables

Neuer Beitragvon DJBenz am Mo 13. Dez 2010, 22:51

Hi guys, I'm pulling my hair out trying to center a table in a Joomla article on my site using Aha Edition Black 2.1

I can center the table in the back-end editor, but it will not centre in the article - I'm guessing there is an override in the template somewhere?

I've tried (in the article HTML)

1. Using <table align="center">
2. Using <center></center> around the whole table code
3. Using <div align="center"></div> around the whole table code
4. Set up new class in template.css and used <div class="center"></div> around the whole table code

and nothing works for me in the article, the table is always left-justified. Someone please help me before I go insane!! :o
DJBenz
Beginner
 
Beiträge: 6
Registriert: Mo 22. Mär 2010, 12:00

Re: Aha Edition Black - Centering Tables

Neuer Beitragvon Gerhard am Di 14. Dez 2010, 07:12

Hi DJBenz,

it´s a good idea to wrap your table with a div like this:

Code: Alles auswählen
<div style="text-align: center; margin: 0px auto; width: 200px; height: 200px;">
<table>
<tbody>
<tr>
<td></td>
</tr>
</tbody>
</table>
</div>


I think that solves your problem
Gratis Templates, News, Tutorials und vieles mehr, bei http://www.Ahadesign.eu
Benutzeravatar
Gerhard
Administrator
 
Beiträge: 1159
Registriert: Do 27. Dez 2007, 22:48
Plz/Ort: Oberfranken

Re: Aha Edition Black - Centering Tables

Neuer Beitragvon DJBenz am Mo 7. Feb 2011, 20:22

Hi Gerhard,

I ended up doing the tables like this:

Code: Alles auswählen
<table style="margin-right: auto; margin-left: auto;" border="0">
<tbody>
<tr>
<td><img src="image1.jpg" border="0" /></td>
<td><img src="image2.jpg" border="0" /></td>
</tr>
<tr>
<td style="text-align: center;">
<p><em><small>Image 1 caption</small></em></p>
</td>
<td style="text-align: center;">
<p><em><small>Image 2 Caption </small></em></p>
</td>
</tr>
</tbody>
</table>


Which worked for what I wanted. :)
DJBenz
Beginner
 
Beiträge: 6
Registriert: Mo 22. Mär 2010, 12:00


Zurück zu Templates für Joomla 1.5.x

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast

cron