What I want is this

What I am getting is this

My code is
<table border="2" cellpadding="10" bordercolor="blue">
I do not want to edit each td tag individually.
What’s more no stylesheets are to be used in my project.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two possible solutions here (from what I can see):
Wrap the table (with standard or silver border) in a div with a blue border.
Insert the table (with standard or silver border) in another table’s cell. Give the “outer” table a blue border.
I think the first option is much better.