Can anyone help me with some PHP code.
Basically all the comments in my forum have a consistent style. I want to customize my appearance. I am the admin of the blog so would like to seperate myself from the norm.
Im looking for something like this.
if (userID = adminID){ //custom comment style here}
else {default comment style here}
Thanks guys