vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Profile pic and text wrapping problem (https://vborg.vbsupport.ru/showthread.php?t=91331)

wattieuk 06-29-2005 09:01 PM

Profile pic and text wrapping problem
 
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.

Code:

<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>



All times are GMT. The time now is 08:16 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00924 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete