1. mariac
  2. Commercial Templates
  3. Saturday, 22 September 2012
  4.  Subscribe via email
Hi,
recently I bought the j51 evolution template, but I have a problem creating a table.
I set the cellpading, the border... everything to look like in the left side of the sample document (you can see in the attached document), but then, there are some css that change my table so it looks like the right side of the sample document, the border and lines and cellpading disapear...

could you please let me know where can I change this so I can create a table as I need....?

thanks for your attention, best regards :)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi mariac

Would you have a URL to an example of your table? If you'd sooner not post the URL please email it to info@joomla51.com

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you.

You can try adding the folloiwing to the CUstom CSS field of your templates parameters...

[code type=css]tr, td {
border: 1px solid #000000;
padding: 5px;
}[/code]
You can edit this to your own taste where 1px is the border thickness and #000000 the border colour. Your padding is just some spacing between the table content and the table itself.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!