table in Gallery description?
LightCipher
Registered Users Posts: 7 Beginner grinner
Can't I put a table in a gallery description?
This is my code...
<h1>ED4 Safety Clinic, May 2008</h1>
Quick Links:
<table>
<tr>
<td><a href="http://www.lightcipher.com/gallery/8213718_ypuqm#536814567_C43HW">Registration</a></td>
<td><a href="http://www.lightcipher.com/gallery/8213718_ypuqm#536812626_PeXqe">Ravine Group 1</a></td>
</tr>
</table>
And this is the page...
http://www.lightcipher.com/gallery/8213718_ypuqm#536817306_ZecNQ
Inspecting the html with Firebug reveals that the table, tr, and td tags have been removed.
What did I do wrong? Or are tables not allowed?
Ira
This is my code...
<h1>ED4 Safety Clinic, May 2008</h1>
Quick Links:
<table>
<tr>
<td><a href="http://www.lightcipher.com/gallery/8213718_ypuqm#536814567_C43HW">Registration</a></td>
<td><a href="http://www.lightcipher.com/gallery/8213718_ypuqm#536812626_PeXqe">Ravine Group 1</a></td>
</tr>
</table>
And this is the page...
http://www.lightcipher.com/gallery/8213718_ypuqm#536817306_ZecNQ
Inspecting the html with Firebug reveals that the table, tr, and td tags have been removed.
What did I do wrong? Or are tables not allowed?
Ira
0
Comments
Found the answer!
Thanks,
Ira