Quick HTML Question - Page 2 - Post...

User 187934 Photo


Senior Advisor
20,247 posts
Online Now

Give this a try. You'll have to change your styling so it's all in the page css or style sheet instead of inline. That seems to cause problems.
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script type='text/javascript'>//<![CDATA[
$(window).load(function(){
$('td:last-child:empty').parent().hide();
});//]]>
</script>


<table cellpadding="10" style="border-bottom: #b7b9b1 1px dotted; width: 470px; border-top: #b7b9b1 1px dotted">
<tr>
<td class="TableFields">Name:</td>
<td>[Customer_Name]</td>
</tr>
<tr>
<td class="TableFields">Company Name:</td>
<td>[company_name]</td>
</tr>
<tr>
<td class="TableFields">Email:</td>
<td>[Customer_Email]</td>
</tr>
<tr>
<td class="TableFields">Phone Number:</td>
<td>[customer_phone]</td>
</tr>
<tr>
<td class="TableFields">Fax:</td>
<td>[Customer_Fax]</td>
</tr>
<tr>
<td class="TableFields">Shipping Method:</td>
<td>[Shipping_Method]</td>
</tr>
<tr>
<td class="TableFields">Job Name:</td>
<td>[Job_Name]</td>
</tr>
<tr>
<td class="TableFields">Shipping Notes:</td>
<td>[Special_Shipping_Notes]</td>
</tr>
<tr>
<td class="TableFields">Quote or Order?:</td>
<td>[Quote_or_Order]</td>
</tr>
<tr>
<td class="TableFields">Product Selection:</td>
<td>[Product_Selection]</td>
</tr>
</table>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.