Trasion
01-09-2010, 04:06 PM
I want to do a if condition, where...
<td class="alt2 smallfont"><img src="images/misc/controller.png"></td>
I want it so that if:
Forum ID is larger than (>) 1, then it adds a:
style="border-bottom:1px solid #4E4E4E;"
In the code for the td. And if it's equal to 1, it doesn't show it. How can I do this? I'm good with doing if conditions with the equal sign, but I'm wondering how to do the larger than.
<td class="alt2 smallfont"><img src="images/misc/controller.png"></td>
I want it so that if:
Forum ID is larger than (>) 1, then it adds a:
style="border-bottom:1px solid #4E4E4E;"
In the code for the td. And if it's equal to 1, it doesn't show it. How can I do this? I'm good with doing if conditions with the equal sign, but I'm wondering how to do the larger than.