Infinity99 Posted December 10, 2007 Share Posted December 10, 2007 Hello,all I've been using BBCodeParser.php which is a library from PEAR to include BBCode in my forum. I've seen that the quote in its .ini file only produce single quote (') or double quote (").My question is,how can I use my css to override this tag so the appearances can be changed like changing its color or changing its font,because with the current quote,people usually confused when they read the message?? Quote Link to comment Share on other sites More sharing options...
JacobYaYa Posted December 10, 2007 Share Posted December 10, 2007 Easiest thing to do would be to open a page with some quotes on it and go "View Source" in your browser. Then you can see what CSS corresponds to the quotes. Quote Link to comment Share on other sites More sharing options...
Infinity99 Posted December 10, 2007 Author Share Posted December 10, 2007 <q cite="Infinity">what is the mean of that??</q> this is what I got?so,must I use q { } in my css file? or should I use other cause I don't know too much about CSS Quote Link to comment Share on other sites More sharing options...
JacobYaYa Posted December 10, 2007 Share Posted December 10, 2007 Correct. You should probably narrow the selector but I can't see there being any other use of the <q> tag. Quote Link to comment Share on other sites More sharing options...
Infinity99 Posted December 11, 2007 Author Share Posted December 11, 2007 Ok,I've already do that but It still won't change.I did it like this q { color : #333333; } Is something wrong with my code?I put it after css code for body Quote Link to comment Share on other sites More sharing options...
Infinity99 Posted December 11, 2007 Author Share Posted December 11, 2007 hallo,can anyone help me please? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.