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.
Thanks,
Mike
_______________________________________________ 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]
