+ 3
How to increase table size
i want to enlarge the size of my calendar table
3 Antworten
+ 7
<table width=800px height =800px>
+ 2
<table width="800">
<table width="100%">
<table style="width: 800px">
<style>
table {
width: 800px
}
</style>
+ 1
yeah what they said is correct