Automatic Way To Rotate An HTML Table And Its Columns From Horizontal To Vertical

Geveenlimbeli

New Member
I already have a table in HTML, it can be seen below:\[code\]<table border ="1"> <tr> <td>Festival Name:</td> <td>Start Date:</td> <td>End Date:</td> <td>List of Trips to </td> </tr> <tr> <td>Reading</td> <td>2013-04-03</td> <td>2013-04-07</td> <td> <a href="http://stackoverflow.com/questions/15870301/ControllerServlet?festivalProfileLink=2">View Profile and trips</a> </td> </tr></table>\[/code\]However the problem with it is that it doesn't fit on my HTML website correctly due to me having put a banner down the left and right hand sides. Is there any way of being able to automatically rotate the table vertically so that all the data will fit on the page?
 
Top