Quote:
Originally Posted by abramelin
if the user does not set a video his profile is messing up . the table width is enlarging. why?
|
Make sure at the start you have
Code:
<if condition="$post[field1]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
and you close with
This will only set up the table if they enter something in their profile.