-
AuthorPosts
-
November 20, 2011 at 5:26 pm #170883
The problem I have not seen the edges of the table cell when I have table properties like border size as 4px.
What I have to do is see the edges of the cells l as tables?
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 20, 2011 at 6:15 pm #425510Hi,
You find this code from /plugins/system/jat3/jat3/base-themes/default/css/template.css
td {
font-size: 100%;
padding: 5px;
border: 1px solid black; < add this line
}November 20, 2011 at 7:40 pm #425530hello, Khoand
If I add the line border: 1px solid black; within the specified path I get the edges of the cells in all tables and only want him in the tables that I set the border size within article to create. I want a draw if not in others.
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 21, 2011 at 5:07 am #425630I don’t understand what you mean clearly. Could you explain more details?Could you give me a snapshot with your annotation?
November 21, 2011 at 9:40 am #425656Hello
The cell borders do not want them in all tables. Only the tables that I say. For example, in http://www.ieslasencinas.com/administrator/index.php?option=com_content&view=article&layout=edit&id=568. In the backend looks good the edges of the cells, but the frontend does not appear.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
November 21, 2011 at 5:12 pm #425752You try this way. You edit table from backend again, replace (html mode)
<table align="center" border="4" cellpadding="3" cellspacing="1" style="width: 464px; height: 1427px; margin:0 auto">
with
<table align="center" border="4" cellpadding="3" cellspacing="1" style="width: 464px; height: 1427px; margin:0 auto" class="hasborder">
And you add this code into /templates/your_template/css/template.css
table.hasborder td{
border: 1px solid black;
}1 user says Thank You to khoand for this useful post
November 21, 2011 at 6:56 pm #425788You’re a genius Khoand
What would we do without your help. Fixed the issue
Thanks
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by crisalbert 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Problems with the edges of the boards
Viewing 7 posts - 1 through 7 (of 7 total)