alfonso
Posts: 121
|
| Posted: 10/17/2008, 6:09 AM |
|
I have Codecharge Studio 4.0. I work with php and mysql. I desgin a grid with gallery style (1 line and 2 columns) and I want to put a vertical line separator between column1 and column2. How can I do this?
Thanks
|
 |
 |
Oper
Posts: 1195
|
| Posted: 10/17/2008, 6:48 AM |
|
TD property, STYLE, Edit, Border LEFT Border (set color and Line Type)
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
alfonso
Posts: 121
|
| Posted: 10/17/2008, 6:58 AM |
|
The question is that I work with "no style". If I create tih sgrid with a style, where must I made changes you tell me? Thanks
I see menu (right clic) and I see TD properties, but I don't find more options as you say
|
 |
 |
alfonso
Posts: 121
|
| Posted: 10/17/2008, 7:14 AM |
|
I made and I see this at the beginning of the form:
<td style="BORDER-LEFT: thin solid">
the problem is that I see a line in left of both columns
|
 |
 |
Oper
Posts: 1195
|
| Posted: 10/17/2008, 9:53 PM |
|
the TD property.................etc
shoudl be clicking in column2
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
alfonso
Posts: 121
|
| Posted: 10/17/2008, 10:37 PM |
|
But in desgin mode I only see a column
|
 |
 |
Oper
Posts: 1195
|
| Posted: 10/18/2008, 6:26 PM |
|
i see...
what i do for this is something like this:
first insert and Attribute to the same place where you see BODER-LEFT thing.
(of couser now elimitaed that part) just the attribute stay
Now at the begining of the App initialize a Variable in 1.
not an specific laguage script.:
Start of Language
xV=1
before show the any element in the TD:
xV=XV*-1
if xv = 1 then
set the attributte to "" (nothing)
else
set the Attributte to the part you delete the "STYLE='BORDER-LEFT....... thing
end if
PS: This will set just the TD line on the 2nd TD
-1 1
-1 1
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
alfonso
Posts: 121
|
| Posted: 10/18/2008, 11:59 PM |
|
It can be a good solution. Thanks
|
 |
 |