UBB.Dev
Posted By: Greg Hard valid code help please - 06/26/2001 2:34 PM
Hey people,
What is the HTML valid version of bordercolor= bordercolorlight= and bordercolordark= ??
Posted By: Matt Jacob Re: valid code help please - 06/26/2001 4:55 PM
I already told you, those aren't valid attributes. You have to either use:

a. style sheets or
b. a table within a table
Posted By: Greg Hard Re: valid code help please - 06/26/2001 8:55 PM
Thanks, Matt, but i am HTML illit, so specifics help.
Posted By: Tech-Ni-Kal Re: valid code help please - 06/27/2001 6:03 AM







that would be an example of a table inside a table ..
Posted By: Matt Jacob Re: valid code help please - 06/27/2001 6:09 AM
That's really sad that you're still using the proprietary
tag. smile For a better example, check this out.
Posted By: AllenAyres Re: valid code help please - 06/27/2001 8:33 PM
hey Matt, does the align=center in the first table align all tables including that one in the center, or does it only center align the tables/tr's/td's contained within the first one?

the answer would be a huge help in ubb validation...
Posted By: AllenAyres Re: valid code help please - 06/29/2001 6:52 PM
really? thanks...


wink
Posted By: Matt Jacob Re: valid code help please - 06/29/2001 7:08 PM
Sorry, didn't even see this topic. smile The alignment just puts the table in the center of the page, and that's it. Maybe I'm not understanding the question fully or something here...
Posted By: AllenAyres Re: valid code help please - 06/29/2001 7:38 PM
tipsy

that probably answers it, it aligns itself in the center of the page, which is what I need... right now, the $TBT in the UBB (used quite often) starts with a
tag, then goes into the tables etc... it does this to align the tables in the center of the page. but if align="center" within the table tag does the same job it fixes a good portion of the invalid code in the ubb.

thanks... smile
Posted By: Matt Jacob Re: valid code help please - 07/02/2001 6:08 PM
Oh, right. smile That'll do it...