PDA

View Full Version : Profile pic and text wrapping problem


wattieuk
06-29-2005, 09:01 PM
I have changed the layout of my profile page so there are two columns. The second one has the profile picture and additional user info such as birthday and fields I have added. The profile picture is stuck to the right while the writing is aligned to the left. The problem I have is that the writing underneath the picture only goes as far as the left hand side of the image and then starts a new line.

WHat I would like to happen is that once the line with the text on is below the picture, the text goes all the way across, underneath the image, instead of starting a new line.

I have included the relevent piece of code.

Thanks for any help.

<td width=50% class="panelsurround" align="center" style="padding: 0px">

<div class="tcat" style="text-align: left; padding-left: 6px; padding-top: 2px; padding-bottom: 3px; border-bottom: 1px solid #969CB2">

Additional Information

</div>

<div class="panel" style="margin: 6px">

<div align="left">



<div class="fieldset">

<if condition="$show['profilepic']"><img align=right src="$userinfo[profilepicurl]" $userinfo[profilepicsize] alt="<phrase 1="$userinfo[username]">$vbphrase[xs_picture]</phrase>" border="0" style="border:1px solid #585F68; margin-left: 4px; margin-bottom: 4px; padding: 1px" /></if>



<div style="padding:3px">



<if condition="$userinfo['birthday'] OR $customfields">

<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">

<if condition="$userinfo['birthday']">

<tr>

<td>

<div style="padding:3px"> <strong>$vbphrase[birthday]</strong>:<br />

$userinfo[birthday]

</div>

</td>

</tr>

</if>

$customfields

</table>

<else />

<em>$vbphrase[n_a]</em>

</if>

</div>







</div>



</div>

</div>

</td>

</tr>



</table>