Ciao a tutti,
ho un piccolo problemino (che si aggiunge già al ben più grosso problema di myspace che si slogga). Ho inserito uno stile per creare l'aspetto della mia pagina personale. Era perfetto finchè un utente ha inserito un commento con l'immagine, e così mi ha sballato la larghezza dei testi sovrastanti che si sono espansi al difuori della grafica sottostante.

LaFelpaDesign Come vedete sulla sinistra i testi e el'immagine va fuori dalla grafica sottostante. Non riesco a trovare nessuna voce che mi rimandi a una dimensione o altro... oppure semplicemente sono così stordita che non la vedo. E non so che altro fare data la mia scarsissima esperienza con queste cose.

Ecco il codice:
codice:
<style type="text/css">
body {
	background-color: rgb(255, 255, 255);
	background-image: url('http://files.freelayouts.com/myspace/layout_files/9.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
table, tr, td {
	background-color: transparent;
	border: 0px;
	}

table table {
	border: 0px;
	}
table table table table{
	border:0px;
	}
table table table {
	border-width: 0px;
	border-color: rgb(102, 102, 102);
	border-style: solid;
	background-color: transparent;
	}
table table table td {
	background-color: transparent;
	filter:alpha(100);
	-moz-opacity:1;
	opacity:1;
	-khtml-opacity:1;
	}
table table table table td {
	filter:none;
	}
</style><div style="position: absolute; top: 60px; left: 10px;"></div><style type="text/css">
body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}
.nametext {
	padding: 5px;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: rgb(65, 0, 0);
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	display: block;
	}
.whitetext12, .orangetext15 {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: rgb(66, 0, 0);
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}
a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}
a.navbar:hover, a.man:hover, a:hover {
	color: rgb(69, 0, 0);
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	}
.badge {
	position: absolute;
	left: 1px;
	top: 1px;
	}
</style>