Inserted Table Showing Lines

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Aug 06, 2010 5:29 am
I am looking for a way for my Corporate 2 template to not show the lines in an inserted table.

WYSIWYG Editor currently JCE 1.5.7.4

Website: http://hthcard.com
User avatar
Fresh Boarder

teitbite
Sun Aug 08, 2010 12:59 pm
Hi

You can try adding this code at the end of template.css file:

Code: Select all
table, tr, td {
border:none !important;
}
User avatar
Moderator

GK User
Mon Aug 09, 2010 8:04 am
table, tr, td {border:none !important;}

I put the above script in like you asked AND IT WORKED! Thank You!
User avatar
Fresh Boarder


cron