What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Table <tr> tag - style question

jerryr125

New member
Hi - I know i can do this with CSS but unfortunately in the table I am designing I CANNOT use CSS.
Is there a way to a style to the <tr> table tag so that every other row has a different background ?
That is the odd rows have a grey background and the even rows have a green background (as an example).

<tr style=" ??? ">

Thanks - Jerryr
 
Back
Top