How can I stop spaces from being put in?
This is the code I'm using, but just lets say the POWER variable doesn't have any info for the product, It would still make a blank space? how can I stop this happening, bearing in mind I want a vertical list.
Code:
<align="left"><b> Other Information</b> -
</br>
<actinic:variable name="Size" />
</br>
<actinic:variable name="Material" />
</br>
<actinic:variable name="Manufacturer" />
</br>
<actinic:variable name="Power" />
</br>
<actinic:variable name="Waterproof" />
</br>
</br>
Comment