ich hab ein großes problem mit meinem myblog layout!
wenn ich das gästebuch aufrufe, ist der kasten zum reinschreiben nicht unter den angaben, sondern rechts daneben.
wie kann ich das beheben?
hier ein screen, wie das ganze momentan aussieht:
klick
Und hier einmal der code:
CODE |
<html> <style type="text/css"> body, div, td{ scrollbar-arrow-color: #ffffff; scrollbar-base-color: #B389FF; scrollbar-track-color: #000000; scrollbar-face-color: #B389FF; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #000000; font-family: Tahoma; font-Size: 9pt; Color: #B389FF; } </style> <style type="text/css"></style> <head> <style type="text/css"> a:link { color: #000000; cursor:crosshair;text-decoration:none;font-family: Tahoma; font-size: 14px;} a:visited { color: #000000;cursor:crosshair;text-decoration: none;font-family: script;font-size: 12px;} a:active { color: #000000; cursor:crosshair;text-decoration:none;font-family: Tahoma;font-size: 14px;} a:hover {color: #000000; cursor:crosshair; text-decoration:line-through;font-family: Tahoma;border-bottom: 1px solid #B389FF; font-size: 15px;} .post { Font-Family :Tahoma; font-size: 9px; color: #B389FF; border-bottom: 1px solid #B389FF; text-align: center; height: 8px; font-weight: #; letter-spacing: 1px } b{FONT-FAMILY: arial; FONT-SIZE:12pt; COLOR: #000000;} i{FONT-FAMILY: arial, FONT-SIZE: 9pt; COLOR: #000000;} u{FONT-FAMILY: srial, FONT-SIZE: 9pt; COLOR: #000000; border-bottom: 2px solid #B389FF;} s{FONT-FAMILY: arial, FONT-SIZE: 9pt; COLOR: #000000;} } <body onselectstart="return false"> <body oncontextmenu="return false"> </head> <style> a { color: #B389FF; } TEXTAREA { Color: #B389FF; Background-Color: transparent; Font-Family: Tahoma; Font-Size: 9pt; Border: 1px dotted #B389FF; } INPUT { Color: #B389FF; Background-Color: transparent; Font-Family: arial; Font-Size: 9pt; Border: 2px dotted #B389FF; } .navi { color: #B389FF; } </style> <style type="text/css"> .inhaltetable { width:370; } </style> <style type="text/css"> TEXTAREA { width: 350; height: 530; position:absolute; left:495; top:70} --> </style> <style type="text/css"> INPUT{ width: 100; height: 18;} --> </style> <body bgcolor="# 000000"> <img style="border-collapse: collapse; position:absolute; left:1; top:0;" src="https://img7.myimg.de/unbenannt136b5a.jpg" border="0" width="1000" height="700" > <div align="center" style="solid; background:; border-collapse: collapse; border: 0px solid #000000; overflow:auto; width:431; height:203; position:absolute; left:10; top:382"> <a href="http://my.myblog.de">Startseite</a> <a href="http://my.myblog.de">Über mich</a> <a href="http://my.myblog.de">Archiv</a> <a href="http://my.myblog.de">Kontakt</a> <a href="http://my.myblog.de">Abonnieren</a> <a href="http://my.myblog.de">Gästebuch</a> <a href="http://my.myblog.de">Meine Musik</a><br> <a href="http://my.myblog.de">Meine Likes/Dislikes</a> <a href="http://my.myblog.de">Meine Page</a><br> <a href="http://my.myblog.de">Link od. Anderes</a> <a href="http://my.myblog.de/young.famous.glamourgirls">made by</a> </div> <div align="justify" id="entry" class="inhaltetable" style="FILTER: style=4 border-collapse: collapse; border: 0px solid #B389FF; overflow:auto; width:335; height: 460; position:absolute; left:470; top:40"> :CONTENT_HIER: </div> </body> </html> {PLACE_POWEREDBY} |
Bitte um schnelle antwort!