Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~150 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mark1138

This simple snippet of code doesn't outline the table row in red as I would like. Works in FF, not in Chrome or Safari. Known issue? Am I missing some magical incantation? [CODE]<html> <head> </head><body> <table> <tbody> <tr style="outline: red solid 1px"> <td>This is some text</td> <td>next column</td> </tr> </tbody> …

Member Avatar for mark1138
0
150