Pagina 1 din 1

cum pot sa elimin 404 de la profiluri?

Scris: 04-Feb-2013, 19:52:42
de bytza1243
http://www.metin2go.ro/forum/viewtopic. ... p=168#p168 Cum pot sa rezolv chestia aia cu 404 de la profiluri?

Re: cum pot sa rezolv chestia asta

Scris: 04-Feb-2013, 21:32:00
de bogdan
Ce chestie?

Forumul tau cere autentificare. Doar nu vrei sa stam sa ne inregistram...

Re: cum pot sa elimin 404 de la profiluri?

Scris: 05-Feb-2013, 16:43:59
de bytza1243

Re: cum pot sa elimin 404 de la profiluri?

Scris: 05-Feb-2013, 17:23:30
de Anișor
Deschizi stylesheet.css , cauti :

Cod: Selectaţi tot

.posturi {
background:transparent url(http://www.cutitarii.ro/forum/styles/DarkGan/theme/images/detail.png) no-repeat scroll left top;
border:1px solid #5a5a5a;
text-align:left;
margin:3px;
padding:3px 0 3px 7px;
	}
.posturi:hover {
background:transparent url(http://www.cutitarii.ro/forum/styles/DarkGan/theme/images/detaliihover.png) no-repeat scroll left top;
border:1px solid #ff0000;
text-align:left;
margin:3px;
padding:3px 0 3px 7px;
	}
.posturiavatar {
border:1px solid #5a5a5a;
text-align:center;
margin:3px;
	}
.posturiavatar:hover {
border:1px solid #ff0000;
text-align:center;
margin:3px;
	}
.posturirank {
background:transparent url(http://www.cutitarii.ro/forum/styles/DarkGan/theme/images/detail.png) no-repeat scroll left top;
border:1px solid #5a5a5a;
text-align:center;
margin:3px;
padding:3px 0 3px 7px;
	}
.posturirank:hover {
background:transparent url(http://www.cutitarii.ro/forum/styles/DarkGan/theme/images/arrow.png) no-repeat scroll left top;
border:1px solid #ff0000;
text-align:center;
margin:3px;
padding:3px 0 3px 7px;
	}
Inlocuiesti cu :

Cod: Selectaţi tot

.posturi {
background:transparent no-repeat scroll left top;
border:1px solid #5a5a5a;
text-align:left;
margin:3px;
padding:3px 0 3px 7px;
	}
.posturi:hover {
background:transparent no-repeat scroll left top;
border:1px solid #ff0000;
text-align:left;
margin:3px;
padding:3px 0 3px 7px;
	}
.posturiavatar {
border:1px solid #5a5a5a;
text-align:center;
margin:3px;
	}
.posturiavatar:hover {
border:1px solid #ff0000;
text-align:center;
margin:3px;
	}
.posturirank {
background:transparent no-repeat scroll left top;
border:1px solid #5a5a5a;
text-align:center;
margin:3px;
padding:3px 0 3px 7px;
	}
.posturirank:hover {
background:transparent no-repeat scroll left top;
border:1px solid #ff0000;
text-align:center;
margin:3px;
padding:3px 0 3px 7px;
	}
Nu uita sa stergi cache.

Re: cum pot sa elimin 404 de la profiluri?

Scris: 05-Feb-2013, 17:37:32
de bytza1243
Multumesc frumos