hallo
<table cols=2 width=100% height="100%" border="0" cellpadding="0" cellspacing="0">
<img src="images/space.gif" width="10" height="480" border="0">
diese Sachen könntest du auch per CSS formatieren. (bis auf Height 100%, das gibt's nur im IExplore, ist aber nicht standard)
table{
width:100%;
margin:0;
padding:0;
border:0 none;
}
img{
border:0 none;
}
und dann so
<table>
und
<img src="images/space.gif" style="width:10px;height:480px;">
background-image: url(images/mi_def.png);
das würd ich ändern in
background-image: url('images/mi_def.png');
background-position: center center;
gibt's glaub ich auch nicht
background-position: 10px 10px;
oder
background-position: 0 0;
wären da richtig, je nach position.
der IExplore war da wohl ein wenig zu präinnovativ, dass diese sachen beim ihm funktionieren.
gruss
HTMLton
Do it yourselfhtml...