CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeCharge.Discussion

 Consistent table widths

Print topic Send  topic

Author Message
Morris Nelson
Posted: 05/14/2001, 7:25 AM

In your classifieds example, Search, Top and Login are of different widths.
How do I go about making the three the same width?

Alexey Alexapolsky
Posted: 05/14/2001, 11:53 AM

1) Place your javascript changing width property in Footer section
2) Enclose your form in <table> by placing proper table,tr,td tags in
Header&Footer sections

--
Regards,
Alexey
CodeCharge Support


Morris Nelson <morris.nelson@navegare.net> wrote in message
news:9dopt7$2lq$1@mail.tankhill.com...
> In your classifieds example, Search, Top and Login are of different
widths.
> How do I go about making the three the same width?
>
>

CodeCharge
Posted: 05/14/2001, 2:50 PM

BTW,
We purposely didn't implement design-related features because we didn't want
CodeCharge to "pose" as a web-design tool. We assumed that most users will
generate their site, then move onto extrenal layout changes.
However, due to sevral related requests, we will soon implement new feature
where each page or form will use its own style. You will be able to define
table widths in each style.


"Morris Nelson" <morris.nelson@navegare.net> wrote in message
news:9dopt7$2lq$1@mail.tankhill.com...
> In your classifieds example, Search, Top and Login are of different
widths.
> How do I go about making the three the same width?
>
>

kmc
Posted: 05/14/2001, 2:56 PM

CC wrote..
>>>We purposely didn't implement design-related features because we didn't
want
CodeCharge to "pose" as a web-design tool<<<

And, please stay that way. The mix of code + visual template is right.

kmc

Morris Nelson
Posted: 05/14/2001, 8:47 PM

Let's say that I go through the work of building a kool page in cc. Then I
spend a bunch of time in a design tool. I missed somthing. I go into cc
and fix it. Do I regen the template or not?

"CodeCharge" <support@codecharge.com> wrote in message
news:9dpjuo$rok$1@mail.tankhill.com...
> BTW,
> We purposely didn't implement design-related features because we didn't
want
> CodeCharge to "pose" as a web-design tool. We assumed that most users will
> generate their site, then move onto extrenal layout changes.
> However, due to sevral related requests, we will soon implement new
feature
> where each page or form will use its own style. You will be able to define
> table widths in each style.
>
>
> "Morris Nelson" <morris.nelson@navegare.net> wrote in message
>news:9dopt7$2lq$1@mail.tankhill.com...
> > In your classifieds example, Search, Top and Login are of different
> widths.
> > How do I go about making the three the same width?
> >
> >
>
>

CodeCharge
Posted: 05/15/2001, 2:39 AM

You don't need to regenerate the template if you make non-data related
changes, such as adding graphics or changing the layout, colors, etc.
If you want to add, remove or modify database field, you may need to
regenerate the template.
Theoretically, first you could try to create all the functionality of your
system with CodeCharge, then leave the design improvements and manual code
changes as the last step, outside of CodeCharge.
Practically though, we see that many users want to do everything inside
CodeCharge and that's why we are continually working on improvements.


"Morris Nelson" <morris.nelson@navegare.net> wrote in message
news:9dq8s0$c2v$1@mail.tankhill.com...
> Let's say that I go through the work of building a kool page in cc. Then
I
> spend a bunch of time in a design tool. I missed somthing. I go into cc
> and fix it. Do I regen the template or not?
>
> "CodeCharge" <support@codecharge.com> wrote in message
>news:9dpjuo$rok$1@mail.tankhill.com...
> > BTW,
> > We purposely didn't implement design-related features because we didn't
> want
> > CodeCharge to "pose" as a web-design tool. We assumed that most users
will
> > generate their site, then move onto extrenal layout changes.
> > However, due to sevral related requests, we will soon implement new
> feature
> > where each page or form will use its own style. You will be able to
define
> > table widths in each style.
> >
> >
> > "Morris Nelson" <morris.nelson@navegare.net> wrote in message
> >news:9dopt7$2lq$1@mail.tankhill.com...
> > > In your classifieds example, Search, Top and Login are of different
> > widths.
> > > How do I go about making the three the same width?
> > >
> > >
> >
> >
>
>

Adrian Lasso
Posted: 05/15/2001, 6:39 AM

If this can help, I am trying to put any design related feature inside CC to
avoid me to enter into an additional tool before publishing.

For tables I am using this kind of JavaScript code:

<SCRIPT FOR=window EVENT=onload LANGUAGE="JavaScript">
<!--
var colTables = document.all.tags("TABLE");
var sNames = '';

for (i=0; i < colTables.length; i++)
if ( colTables.item(i).rows[0].cells(0).outerText == "Buscar" ) {
colTables.item(i).rows[0].cells(0).style.backgroundColor = "#003366";
colTables.item(i).width = "150";
colTables.item(i).cellSpacing = "0";
colTables.item(i).style.border = "1";
colTables.item(i).style.borderStyle = "solid";
colTables.item(i).style.borderColor = "#003366";
for(j=2; j < colTables.item(i).rows.length; j++)
colTables.item(i).rows[j].cells(0).style.backgroundColor =
"#E5E5E5"
}
-->
</script>



"Morris Nelson" <morris.nelson@navegare.net> wrote in message
news:9dopt7$2lq$1@mail.tankhill.com...
> In your classifieds example, Search, Top and Login are of different
widths.
> How do I go about making the three the same width?
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.