On Oct 5, 2006, at 9:03 AM, Chip Myers wrote:

I'm trying to figure out the best way to create a CSS table to be referenced by one of my .wo files. The tables I'm trying to design have a width which varies per column, and if possible I'd like to reference my CSS file only when the table is first defined with the <table> tag, rather than every time I encounter a <tr> tag. The table looks like this:

____________________________________________
|____|_____________|________|________|_________|
|____|_____________|________|________|_________|
|____|_____________|________|________|_________|
|____|_____________|________|________|_________|
|____|_____________|________|________|_________|


Is it possible to define a table in a css file which already has its <tr><td> attributes defined, as in width and height? Also, is there any way to design and reference a css file through the webobjects builder GUI? I realize these are all beginner questions, but I'm very new to CSS design. If anyone has any direct advice, or just a helpful link, I'd really appreciate it.

A CSS forum is probably the best place to get your question answered, but I'll do my best.

AFAIK, there is no way to specify column widths in a table tag. I've never used it, but you could try using the col tag. See http:// www.w3.org/TR/html4/struct/tables.html.


sacha

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to