Question

I have a raw HTML page on my SquareSpace site and I've built a table inside it.

For some reason my SquareSpace footer (and all the spacing that goes with it) is appearing ABOVE the HTML I'm writing.

My suspicion is that it's the <table> tag itself causing the issue because the <h2> tag and accompanying content appears above the footer. And if I use another common tag, like <b>, it appears above the footer as well.

Any ideas?

Here is the page in question

Was it helpful?

Solution

You're forgetting the closing tag

                        <td><p>230 VAC<br />

                          32 A</p></td>

                        <td><p>IEC 62196-2 <br />

                          e-mobility Type-2</p></td>

                        <td><p>Bollard</p></td>

                        <td>Europe</td>

                        <td><img src="http://i.imgur.com/UI7oC.jpg" width="50" height="80" alt="CT2500" /></td>

                      </tr>
[needs a closing table tag here]



</div></div> <!-- Content -->



    </div></div> <!-- Page Body -->



    <div id="pageFooterWrapper"><div id="pageFooter">

              Copyright &copy; 2012, Electric Transportation Partners | Nebraska.  All rights reserved.




    </div></div>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top