mynameiskhan Posted April 7, 2011 Report Share Posted April 7, 2011 Dear Fellows hi i am having some problem with stylesheet i hope you will help in this case now the problem is whenever i am putting my style.css code in front_page.tpl file it was changing some of my side menu color + text color also i tried to put in other files also but same result i am doing this. i am putting this code in front_page.tpl to change my table colors <style type="text/css"> table, td, th { border:1px solid green; } th { background-color:green; color:white; } </style> and it was showing this changing my side menu colors. Quote Link to comment Share on other sites More sharing options...
Jeff Posted April 7, 2011 Report Share Posted April 7, 2011 This is what I use for my tables... <table width="100%" border="1" bgcolor="#173D15"> I changed the color to the green you have in your image. BTW...that code goes where it says <table> where your table is located in your .tpl Quote Link to comment Share on other sites More sharing options...
mynameiskhan Posted April 7, 2011 Author Report Share Posted April 7, 2011 Jeff that stylesheet is for the whole table not only for background color the code which i have pasted is only example i am using live flight board on my front page when i put that code it was changing my side menu colors text colors automatically dont know why? Quote Link to comment Share on other sites More sharing options...
mynameiskhan Posted April 9, 2011 Author Report Share Posted April 9, 2011 Is there any expert who can help me in this........... please please help me out? 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.