Topic: style problem pleae help

hello .......
sorry for my bad english
i have a problem im forum style iam tryed to slove this issue but i couldn't.
in the bottom of member information it have black area when i change this color information about member dosen't show.

.pun {COLOR: #000}


Registered: 2008-07-30 
Posts: 217

http://img254.imageshack.us/img254/2504/45367538vs9.jpg
I need alitle help to fix this issue.

2 (edited by downliner 2008-11-02 23:53)

Re: style problem pleae help

Look in "style/imports/gdarband_cs.css". I think you need to edit line 50:

div.postright, div.postfootright {
border-left-color:#D6B07C;
}

I'm not certain but you might try changing it to:

div.postright, div.postfootright {
border-right-color:#D6B07C;
}

Let me know if it works or not smile

Re: style problem pleae help

hello
many thanks:), my issue was fixed. many thanks again
good luck

Re: style problem pleae help

I get this error when viewing a profile:

PHP wrote:

Parse error: syntax error, unexpected T_STRING, expecting ')' in /home/darband1/public_html/meko/profile.php on line 820

You should fix that.