What's the proper workaround for creating a div with a table in it with images in the table?
- by Noor
I want this:
<div id="display">
<div id="slideshow1">
<table cellspacing=0><tr><td style="height:200px;padding:0;vertical-align:middle">
<img ... />
</td></tr></table>
</div>
</div>
And I'm using this:
var thelistt = localStorage.getItem('thelist')
var…