Mirek Moebus
|
| Posted: 03/06/2002, 10:26 AM |
|
I have question about table which is the most popular in CodeCharge. I want
align one of my table on the same size which is explorer. I know about
<table width="100%"> but question is how and where I can do this. When I
follow the code (in notepade) I know where I can do this but I havn't access
to this part of the code from CodeCharge.
Any idea ?
Any suggestion ?
or maybe some small hint ?
Rageards
Mirek
|
|
|
 |
Kody Brown
|
| Posted: 03/06/2002, 10:27 PM |
|
select "custom style" in the Style properties of your form. and for the
FormTABLE, use "width: 100%;" (without the quotes).
-kody
"Mirek Moebus" <mirke_moebus@hotmail.com> wrote in message
news:a65n16$81b$1@news.codecharge.com...
> I have question about table which is the most popular in CodeCharge. I
want
> align one of my table on the same size which is explorer. I know about
> <table width="100%"> but question is how and where I can do this. When I
> follow the code (in notepade) I know where I can do this but I havn't
access
> to this part of the code from CodeCharge.
>
> Any idea ?
> Any suggestion ?
> or maybe some small hint ?
>
> Rageards
> Mirek
>
>
|
|
|
 |
Mirek Moebus
|
| Posted: 03/07/2002, 10:19 AM |
|
Hi
Yes this is what I need. I try to do this before and I don't know why I
use always this quotes. Thanks for help.
Regards
Mirek
"Kody Brown" <kodybrown@remove.hotmail.com> wrote in message
news:a6718n$fgk$1@news.codecharge.com...
> select "custom style" in the Style properties of your form. and for the
> FormTABLE, use "width: 100%;" (without the quotes).
>
> -kody
>
> "Mirek Moebus" <mirke_moebus@hotmail.com> wrote in message
>news:a65n16$81b$1@news.codecharge.com...
> > I have question about table which is the most popular in CodeCharge. I
> want
> > align one of my table on the same size which is explorer. I know about
> > <table width="100%"> but question is how and where I can do this. When I
> > follow the code (in notepade) I know where I can do this but I havn't
> access
> > to this part of the code from CodeCharge.
> >
> > Any idea ?
> > Any suggestion ?
> > or maybe some small hint ?
> >
> > Rageards
> > Mirek
> >
> >
>
>
|
|
|
 |
|