Hintergrundbild in einer Tabelle
Sebastian
- html
Hallo,
ich habe ein Problem, das Opera und Firefox ein Bild, welches als Hintergrundbild einer Tabellenspalte dient nicht anzeigt...
Ich habe mal zwei Codeschnipsel gepostet, vielleicht helfen sie ja weiter. Ich bin echt am verzweifeln...
Problembild 1(logo.gif):
<td width="350" height="40" valign="bottom" background="images\logo.gif">
<p align="right">
<font color="#E6ECF2" size="7">Titel</font><br>
</p>
</td>
Problem-bild 2(bg.jpg bzw. bg1.jpg):
<td width="150" height="88" align="center" valign="middle" background="images\bg.jpg">
<table border="0" cellpadding=0 cellspacing=0 width="250" align="center">
<tr>
<td width="250"> <div align="left"><span class="button">
<a class="menu" href="link1"><font color="#E6ECF2" size="3"><img src="images\bullet.jpg" border="0"width="11" height="11">
link1</font></a><br>
<a class="menu" href="link1"><font color="#E6ECF2" size="3"><img src="images\bullet.jpg" border="0"width="11" height="11">
link1</font></a><br>
<a class="menu" href="link1"><font color="#E6ECF2" size="3"><img src="images\bullet.jpg" border="0"width="11" height="11">
link1</font></a><br>
<a class="menu" href="link1"><font color="#E6ECF2" size="3"><img src="images\bullet.jpg" border="0"width="11" height="11">
link1</font></a><br>
<a class="menu" href="link1"><font color="#E6ECF2" size="3"><img src="images\bullet.jpg" border="0"width="11" height="11">
link1</font></a><br>
<a class="menu" href="link1"><font color="#E6ECF2" size="3"><img src="images\bullet.jpg" border="0"width="11" height="11">
link1</font></a></span></div>
</td>
</tr>
<tr>
<td background="images/bg1.jpg"> </td>
</tr>
</table>
</td>
</tr>
</table>
Danke!!!!!
Grüße
Sebastian
hallo Sebastian,
<td width="350" height="40" valign="bottom" background="images\logo.gif">
Ein Pfad "images\logo.gif" existiert nicht. Für Pfade gibt es keine Backslashes.
<font color="#E6ECF2" size="7">Titel</font>
Das ist HTML 3. Regle bitte Schriftgrößen und -farben mit CSS.
Grüße aus Berlin
Christoph S.