Quote:
Originally Posted by MajorKokosnuss
Do you know maby why <center> / </center> and <br> is not working in postbit_legacy ?
Because i can't add there spaces or center the user informations.
|
1. There are no center or br tags present.
2. You should not use them at all. Use CSS on existing elements to create the effect you want.
Quote:
And uhmm to resize my user rank image i added this code:
fieldset, img {
border: 0;
max-width: 200px;
}
but now is my website logo also that small :S
|
Well, yes, of course. Your css sets all fieldsets and images to a max-width of 200px, globally. You need to clearly specify what elements to use it on - for example:
.ranks img { ... }
BTW: Are you German?