+ 2
In the table tag.... how would you use align and border together?
5 Answers
+ 2
ALWAYS use CSS for layout and style. NEVER use HTML for that purpose.
+ 2
<table align="left" border="3">
0
it can be using in a same table tag, but if your table is too large the align command shouldn't be using
0
try to make a small table, if you want align command activate
0
<table align="center" border="2">
it seems work.