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
Ranked #72.7K
~103 People Reached
Favorite Forums
Favorite Tags
Member Avatar for cssquestion

I have a code in .css file: [CODE] .... body { background: red; font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; color: #777; margin: 15px 0; } ... [/CODE] In the html file, there is a form: [CODE] <body> .... <div> <form> <table> <tr><td>name</td><td><input ..../></td></tr> <tr><td>address</td><td><input ..../></td></tr> </table> </form> </div> .... </body> …

Member Avatar for diafol
0
103