Habs jetzt geschafft zwar mit nem anderen Trick aber funktioniert so halbwegs!
Hab für jede Zeile eine Tabelle genommen. Jetzt gehn zwar die hochformat pix nicht aber besser wie nichts!
Komischerweise zieht mir der joomlaeditor so nen komischen strichlierten rahmen um die tabellen. Ist das irgendwie wegzubekommen?
Außerdem ändert er selbst den code den ich einfüge von:
Code:
<table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="151"><a href="index.php?option=com_content&task=blogcategory&id=32&Itemid=54"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/150x140_kinotip_teufelprada.jpg" width="150" border="0" /></a></th>
<th width="299"><a href="http://osttirol24.at/joomla1/index.php?option=com_zoom&Itemid=36&catid=167"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/300x140_fotos_abfaltersbach.jpg" width="300" border="0" /></a></th>
</tr>
</table>
<table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="301"><a href="index.php?option=com_zoom&Itemid=54&catid=168"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/300x140_strongestmansuedalp.jpg" width="300" border="0" /></a></th>
<th width="151"><a href="index.php?option=com_zoom&Itemid=34"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/150x140_fotouebersicht.jpg" width="150" border="0" /></a></th>
</tr>
</table>
<table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th><a href="http://osttirol24.at/joomla1/index.php?option=com_zoom&Itemid=36&catid=166"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/450x140_fotos_benefizgala.jpg" width="450" border="0" /></a></th>
</tr>
</table>
<table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th><a href="http://osttirol24.at/joomla1/index.php?option=com_artforms&formid=2%20&Itemid=98"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/300x140_fotografwerden.jpg" width="450" border="0" /></a></th>
</tr>
</table>
einfach auf:
Code:
<table cellspacing="0" cellpadding="0" width="450" align="center" border="0"><tbody>
<tr><th class="mceVisualAid" width="151"><a href="http://osttirol24.at/joomla1/index.php?option=com_content&task=blogcategory&id=32&Itemid=54"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/150x140_kinotip_teufelprada.jpg" width="150" border="0" /></a></th><th class="mceVisualAid" width="299"><a href="http://osttirol24.at/joomla1/index.php?option=com_zoom&Itemid=36&catid=167"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/300x140_fotos_abfaltersbach.jpg" width="300" border="0" /></a></th></tr>
</tbody></table>
<table cellspacing="0" cellpadding="0" width="450" align="center" border="0"><tbody>
<tr><th class="mceVisualAid" width="301"><a href="http://osttirol24.at/joomla1/index.php?option=com_zoom&Itemid=54&catid=168"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/300x140_strongestmansuedalp.jpg" width="300" border="0" /></a></th><th class="mceVisualAid" width="151"><a href="http://osttirol24.at/joomla1/index.php?option=com_zoom&Itemid=34"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/150x140_fotouebersicht.jpg" width="150" border="0" /></a></th></tr>
</tbody></table>
<table cellspacing="0" cellpadding="0" width="450" align="center" border="0"><tbody>
<tr><th class="mceVisualAid"><a href="http://osttirol24.at/joomla1/index.php?option=com_zoom&Itemid=36&catid=166"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/450x140_fotos_benefizgala.jpg" width="450" border="0" /></a></th></tr>
</tbody></table>
<table cellspacing="0" cellpadding="0" width="450" align="center" border="0"><tbody>
<tr><th class="mceVisualAid"><a href="http://osttirol24.at/joomla1/index.php?option=com_artforms&formid=2%20&Itemid=98"><img height="140" alt=" " src="http://osttirol24.at/joomla1/images/stories/frontpage_uebersicht/300x140_fotografwerden.jpg" width="450" border="0" /></a></th></tr>
</tbody></table>
Jetzt ist eben der scheiß Rahmen und ein kleiner Zeilenabstand von einem pixel oder so!
Ist das nicht irgendwie wegzubekommen. Habs im Content jetzt gemacht. Ohne die Tabellen verlinken sich 2 Bilder nebeneinander gleichzeitig deshalb die Tabellen es würde auch ohne gehn aber eben da entsteht das verlinkungsproblem.
Lesezeichen