Jump to content

Brilliance Skin Problem


mynameiskhan

Recommended Posts

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.

unledi.png

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...