Hi,
As the title says, I am trying to figure out how I can create columns and rows in a smoothbox?
Thanks.
As the title says, I am trying to figure out how I can create columns and rows in a smoothbox?
Thanks.
Hi tidusx18,
Maybe I don't understand the question but don't you have to use a table?
Bob
Maybe I don't understand the question but don't you have to use a table?
Bob
Bob,
I've tried using <td> tags, but the content get taken out of the smoothbox and displayed in the actual table. Can you show me a simple example?
Thank you.
PS: I will be having dental surgery today so no rush...:D
Daniel-
I've tried using <td> tags, but the content get taken out of the smoothbox and displayed in the actual table. Can you show me a simple example?
Thank you.
PS: I will be having dental surgery today so no rush...:D
Daniel-
Hi Daniel,
Sorry, no real idea - if you post the code you are using I'll take a look.
Bob
PS Hope the teeth are good :-)
Sorry, no real idea - if you post the code you are using I'll take a look.
Bob
PS Hope the teeth are good :-)
Hi Bob,
Here's what I tried using, but didn't work...This really isn't a big deal if it doesn't work. It would just be nice for aesthetic purposes.
Edit: Teeth are good, but still in a lot of pain🙂
Thanks,
Daniel-
Here's what I tried using, but didn't work...This really isn't a big deal if it doesn't work. It would just be nice for aesthetic purposes.
<td style="width: 8%;">
<a class="smoothbox" name="Lead Details" href="#TB_inline?height=500&width=650&inlineId=cccontent_{cf_id}_box" id="cccontent_{cf_id}">{First_name}</a>
<div id="cccontent_{cf_id}_box" style="display: none;">
<td>
<hr>
<b>Contact Details</b>
<hr>
<b>Name:</b> {First_name} {Last_name}<br>
<b>Company name:</b> {Company_name}<br>
<b>Street address: </b>{Address}<br>
<b>City: </b>{City}<br>
<b>State: </b>{State}<br>
<b>Zip code: </b>{Zip_code}<br>
<b>Phone: </b>{Phone}<br>
<b>Other Phone: </b>{Other_phone}<br>
<b>Fax: </b>{Fax}<br>
<b>Email: </b>{Email}<br>
<b>Preferred contact method: </b>{Preferred_contact_method}<br>
</td>
<td>
<hr>
<b>Distribution details</b>
<hr>
<b>Type: </b> {distribution_type}<br>
<b>Quantity: </b> {distribution_quantity}<br>
<b>Frequency: </b> {distribution_frequency}<br>
<b>City: </b> {distribution_city}<br>
<b>State: </b> {distribution_state}<br>
<b>Zip code: </b> {distribution_zip_code}<br>
<b>Type of ad: </b> {type_of_ad}<br>
<b>Graphic design required? </b> {radio0}<br>
<b>Printing required? </b> {radio2}<br>
<b>Start within: </b> {start_within}<br>
<b>Comments: </b> {comments}<br>
</td>
</div>
<div id="cccontent_{id}_tip" style="display: none;">View request details :: </div></td>
Edit: Teeth are good, but still in a lot of pain🙂
Thanks,
Daniel-
This topic is locked and no more replies can be posted.