Ok, wieder einen Schritt weiter.
Meine Frage und ich hoffe die kann mir jemand beantworten (biiiitttteee)
Ich habe meinen Seitenquelltext gesehen und da ist auch der Text meines Seiteninhaltes drin. Wenn ich nun auf meinen Seiteninhalt (HTML Code) zugreifen könnte, könnte ich mein CSS setzen. Wie also kann ich auf den Seiteninhalt zugreifen?
Hier noch meine style.css Datei
Code:
/* CSS Document */
.normal
{
color: #353535;
background-color: White;
font-family: sans-serif;
font-size: 11px;
}
.title
{
color: #353535;
background-color: White;
font-family: sans-serif;
font-size: 14px;
font-style: bold;
font-weight: bold;
} Mein Quelltext zeigt einfach keine DIV's bzw. Klassen an...hier mein Quelltext (Ausschnitt)
Code:
<tr>
<td bgcolor="#FFFFFF" width="20%"><img src="fileadmin/pictures/grafik1Left.jpg" width="100%" height="360"></td>
<td colspan="2" bgcolor="#FFFFFF" width="60%"><a name="40"></a><table border="0" cellspacing="0" cellpadding="0" class="imgtext-nowrap"><tr><td valign="top"><table width="381" border="0" cellspacing="0" cellpadding="0" class="imgtext-table"><tr><td colspan="1"><img src="clear.gif" width="370" height="1" alt="" /></td><td rowspan="3" valign="top"><img src="clear.gif" width="10" height="1" alt="" title="" /><br /><a href="http://localhost/quickstart/quickstart/typo3/alt_doc.php?edit[tt_content][40]=edit&columnsOnly=image%20%5Bimageorient%7Cimagewidth%7Cimageheight%5D%2C%20%5Bimagecols%7Cimage_noRows%7Cimageborder%5D%2C%5Bimage_link%7Cimage_zoom%5D%2C%5Bimage_compression%7Cimage_effects%7Cimage_frames%5D%2Cimagecaption%5Bimagecaption_position%5D&noView=0&returnUrl=%2Fquickstart%2Fquickstart%2Findex.php%3Fid%3D36"><img src="t3lib/gfx/edit_fe.gif" width="11" height="12" border="0" align="top" title="Edit images" class="frontEndEditIcons" alt="" title="" /></a></td></tr><tr><td valign="top"><table width="370" border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><img src="uploads/pics/eyeSmall.jpg" width="370" height="330" border="0" align="top" alt="" title="" /><br /></td></tr></table></td></tr><tr><td colspan="1" align="left"><a href="http://localhost/quickstart/quickstart/typo3/alt_doc.php?edit[tt_content][40]=edit&columnsOnly=imagecaption%5Bimagecaption_position%5D&noView=0&returnUrl=%2Fquickstart%2Fquickstart%2Findex.php%3Fid%3D36"><img src="t3lib/gfx/edit_fe.gif" width="11" height="12" border="0" align="top" title="Edit image caption" class="frontEndEditIcons" alt="" title="" /></a></td></tr></table></td><td valign="top"><p style="margin:0 0 0 0;"> </p>
<p style="margin:0 0 0 0;">Gesichtsbehandlung mit Manicure: 25.-
</p>
<p style="margin:0 0 0 0;">Gesichtsbehandlung mit Make Up: 80.-
</p>
<p style="margin:0 0 0 0;"> </p>
<p style="margin:0 0 0 0;"> </p>
<p style="margin:0 0 0 0;"> <a href="http://localhost/quickstart/quickstart/typo3/alt_doc.php?edit[tt_content][40]=edit&columnsOnly=bodytext%20%5Btext_align%20%7C%20text_face%20%7C%20text_size%20%7C%20text_color%5D%2C%5Btext_properties%5D%2C%20rte_enabled&noView=0&returnUrl=%2Fquickstart%2Fquickstart%2Findex.php%3Fid%3D36"><img src="t3lib/gfx/edit_fe.gif" width="11" height="12" border="0" align="top" title="Edit bodytext" class="frontEndEditIcons" alt="" title="" /></a></p></td></tr></table><img src="clear.gif" width="1" height="10" border="0" class="spacer-gif" alt="" title="" /><br /></td>
<td bgcolor="#FFFFFF" width="20%"><img src="fileadmin/pictures/grafikDreiRechts.jpg" width="100%" height="360"></td>
</tr>