mlapl1
Posts: 66
|
| Posted: 06/11/2008, 2:52 AM |
|
Hello
I have labels which display their content in a tab;le. Where there is no content in the cell the cell borders (some of them) do not appear. I have read in the documentation that there is a way of inserting a non-compressible space in "empty" cells to force the borders to show. I thought I needed to set a variable in the label properties. I cannot find out what that would be. I have tried to find the answer in the docs but I must be using the wrong keyword for my search. Some help would be appreciated.
Andrew
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 06/11/2008, 4:00 AM |
|
Andrew,
A way to accomplish this is:
Go into design, open up the record/grid
In HTML mode locate the <td>{label}</td>
after the {label} add & n b s p ;
type it without the spaces in between
<td>{label}& n b s p ;</td>
It will add a space without taking up space
BTW, it is an option on the GridBuilder
on step 5, checkbox Non Breaking Space in Empty Cells.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
mlapl1
Posts: 66
|
| Posted: 06/11/2008, 5:30 AM |
|
Thank you Walter - as ever - you are a wonderful source of information. I had hoped to avoid fiddling with the HTML (though I do all the time).
Thanks for pointing out the option on the gridbuilder. That's what I must have been thinking about.
Andrew
|
 |
 |
Hardline
Posts: 24
|
| Posted: 04/30/2009, 5:52 AM |
|
I have the same problem, although there is whitespace and content in my tables. I checked to make sure show borders was checked and it was.
The table edges were visible until two days ago. I'm using CCS 4.2.
|
 |
 |
damian
Posts: 838
|
| Posted: 04/30/2009, 2:34 PM |
|
post a link to your page.
its not a ccs issue - it is a html standard - thus your browser is not displaying the borders.
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |