Ok... ich versuche mein Problem mal genauer zu beschreiben...
Wenn ich einen Inhalt anlege(Text m/Bild), dann wird dafür automatisch ein Table angelegt:
PHP-Code:
<table border="0" cellspacing="0" cellpadding="0" class="imgtext-nowrap"><tr><td valign="top"><table width="133" border="0" cellspacing="0" cellpadding="0" class="imgtext-table"><tr><td colspan="1"><img src="clear.gif" width="122" height="1" alt="" /></td><td rowspan="2" valign="top"><img src="clear.gif" width="10" height="1" alt="" title="" /></td></tr><tr><td valign="top">
<table width="122" border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><a href="#" onclick="openPic('showpic.php?file=uploads%2Fpics%2FAnturesII.tif&width=800m&height=600m&bodyTag=%3CBODY%20bgColor%3Dblack%3E&wrap=%3CA%20href%3D%22javascript%3Aclose%28%29%3B%22%3E%20%7C%20%3C%2FA%3E&md5=e034f7aac976af2532908835cc9ceddd','thePicture','width=385,height=620,status=0,menubar=0'); return false;"><img src="typo3temp/pics/cb0d06fa8b.jpg" width="122" height="198" border="0" align="top" alt="" title="" /></a><br /></td></tr></table></td></tr></table>
</td><td valign="top"><h1>Die Ueberschrift</h1>
<p> </p>
<p>Der Text</p></td></tr></table>
Ich möchte nun das Aussehen dieses Tables genauer verändern, oder zumindest in div. Elemente noch class-Werte für CSS einsetzen.
Insbesondere nerven mich diese clear.gifs die dort eingesetzt sind.
Wäre klasse wenn mir da jemand weiterhelfen könnte...