Hallo Gemeinde,
es geht um einen Blog bei Myspace, der bis zur fertiggestellten Homepage herhalten soll.
Ich habe, dank einer sehr guten Vorlage, eine Myspace-Seite in einem bestimmten Layout erstellen können. Nun möchte ich den dazu passenden Blog haben. Farben und so habe ich schon alles bzw. weiß ich wie ich es schaffe.
Nun möchte ich gerne, dass alle Felder, in denen geschrieben wird bzw. mein Profil passend zum Hintergrund zentriert haben. Die Haupttabelle habe ich hinbekommen, allerdings fallen nun die beiden enthaltenen Tabellen aus dem Rahmen. Ich möchte, dass die rechte Tabelle breiter ist, als die Linke. Wenn ich die Breite der linken Tabelle mit 190px angebe, klappt dies, aber die rechte Tabelle bleibt unverändert bzw. wenn ich dort die Breite ändern möchte verzieht es alle beiden Tabellen.
Das hier ist der Code, mit dem ich arbeite: Ich sag schon mal sorry für's durcheinander...
Code:
<style type=text/css>
body
{text-align:center;}
table {width:30em;
margin-left:auto; margin-right:auto;
text-align:left; }
body {line-height: auto;
background-color: 262626;
background-image: url("büldi");
background-position: top center;
background-repeat: repeat-y;
scrollbar-arrow-color:FFFFFF;
scrollbar-track-color: CC9933
scrollbar-shadow-color: 917946;
scrollbar-face-color:917946;
scrollbar-highlight-color:eac98a;
scrollbar-darkshadow-color:3f3729;
scrollbar-3dlight-color:eac98a;}
table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}
table.profile {width:200px;border-width: 3px; border-style: double; border-color: f4f3d8; background-color:3f3729;text-align:center;margin-left: 10px;}
table.profile TD {font-family:Verdana;color:CC9933;font-size:medium;text-decoration:none;border:none;text-transform: capitalize;}
table.blog {width:100%;font-size:medium;font-family:Verdana;color:CC9933;word-wrap:break-word;background-color:3f3729; margin-left: -100px;}
table table table {border-width: 3px; border-style: double; border-color: f4f3d8; background-color:3f3729;}
body,table, td, li, p, div, textarea
{font:normal 12px font-family: Verdana, sans-serif !important; color: CC9933; font-weight:normal; border:0px; text-transform: none; line-height:13px;}
{class for the basic font for the page}
.text {font:normal 12px font-family: Verdana, sans-serif !important; color:CC9933; font-weight:normal; border:0px; text-transform: none; line-height:13px;}
</style>
Bin schon jetzt dankbar für jede Hilfe!!!!
LG
june98