Hello E2,
Still trying to format this gallery to fit my design. I have 2 questions.
1. I have placed the gallery code into a td tag:
---
<body background="stripebg.png">
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="200">
</td>
<td bgcolor="#000000">.</td>
</tr>
</table>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td>.</td>
</tr>
</table>
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#CCCCCC">
<div>
<div class="e2_photo_gallery">
<div class="hd"><div class="c"></div></div>
<div class="bd">
<div class="c">
<div class="s">
<!-- Gallery -->
---
Now there are several gaps in my design elements that happen outside the td tag, in another table completley. If I put all of the gallery code inside a td tag, how does it effect things outside the td tag? Have I done this wrong? Do I need to put only everything after <!-- Gallery --> inside the td tag and all the outer divs before any of my custom tables??
---
<div>
<div class="e2_photo_gallery">
<div class="hd"><div class="c"></div></div>
<div class="bd">
<div class="c">
<div class="s">
# I.E. My tables go here
---
2. I have replaced the code as per the instructions to get rid of the extra style sheet options, so now my code looks like:
---
<link rel="stylesheet" type="text/css" href="css/e2photo.css" title="none">
---
---
<div id="thumbtoggler">
</div>
---
Now there is just the text "Show IPTC Info", but it isn't clickable. Is this because I chose the "none" stylesheet?
http://fiendishbox.com/cocoacouture/
Thank you,
Darren