|
Post by $erene on Jun 1, 2007 10:24:25 GMT -5
I'm not posting a code here, so sorry any dissapointed peeps or whatever. My Question: In some sites I've seen the member information to the left of the person's post is centered. Like, the stars showing if the members is an admin or something. Unless I'm really stupid or something and missed it, is there a code that can align the member information?
|
|
|
Post by Michael on Jun 1, 2007 11:59:07 GMT -5
I believe there is a code for it... but I'm not sure what it is. You may want to post your question at ProBoards Support. Sorry I couldn't help you more. =/
|
|
|
Post by Andrew on Jun 1, 2007 13:32:36 GMT -5
<script type="text/javascript"> <!-- /* center miniprofile */ var td=document.getElementsByTagName("td"); if(location.href.match(/action/)){ for(i=0;i<td.length;i++){ if(td[i].className.match(/windowbg/) && td[i].width=="20%"){ td[i].align="center"; } } } //--> </script> I believe this is what you are looking for . Footers. Hope this works for ya
|
|
|
Post by Jordan on Jun 1, 2007 14:37:22 GMT -5
That's for centering your mini-profile. I think it should help. If you need a different alignment or your looking for totally something else, please make it clearer.
|
|
|
Post by Michael on Jun 1, 2007 22:45:27 GMT -5
Well, if they need a differenct alignment they should be able to just edit this line: td.align="center"; Just change it to left or right. Oh wait. Td is table right? Or something like that... so would it still go that way?
|
|
|
Post by Jordan on Jun 1, 2007 22:46:39 GMT -5
Your correct.
|
|
|
Post by Michael on Jun 1, 2007 23:02:05 GMT -5
At what? It being a table or that being a way to change the alignment?
|
|
|
Post by Jordan on Jun 1, 2007 23:02:43 GMT -5
Both.
|
|
|
Post by Andrew on Jun 2, 2007 8:53:02 GMT -5
That's for centering your mini-profile. I think it should help. If you need a different alignment or your looking for totally something else, please make it clearer. That is what he asked for wasnt it? The Member Info to the left of the post is the mini profile.
|
|
|
Post by Jordan on Jun 2, 2007 8:54:17 GMT -5
Idk. lol I'm just sayin if she DID need somethin else, I would be happy to help.
|
|
|
Post by Andrew on Jun 2, 2007 8:56:09 GMT -5
Idk. lol I'm just sayin if she DID need somethin else, I would be happy to help. Ohhh Ok im sorry Jordan my brain is on overload today lol
|
|
|
Post by Jordan on Jun 2, 2007 8:59:03 GMT -5
Hah, and my brain is empty. Coincidence. lol
|
|
|
Post by Andrew on Jun 2, 2007 9:00:59 GMT -5
Rofl maybe . All theese holidays you get from school nowadays
|
|
|
Post by Jordan on Jun 2, 2007 9:04:13 GMT -5
mmhmm
|
|