MyBB Community Forums

Full Version: Make text go beside the image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As shown in the screenshot below I have text describing myself on a webpage to list staff members on my site (before anyone asks yes I know about "showteam.php" but I want something more custom) however the text is dropping below the image. I want the text "Administrator & Primary Developer" to stay below the image however I want the other text "Deatives is the Administator and..." to display inline with the image rather than below it. How can I accomplish this?

Screenshot:
[Image: ksezgw.png]

URL:
https://sinfulforums.net/staff.php

<html>
<head>
<title>Sinful Forums - Staff</title>
{$headerinclude}
</head>
<body>
{$header}

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="0" class="thead">
<strong>
Sinful Forums - Staff
</strong>
</td>
</tr>
</table>

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="0">
<div style="background: #304242;">
<fieldset>
At Sinful Forums to ensure a quality site experience we have a staff team who runs the site. This page lists each staff team member and also explains their role in the staff team and their strengths and weaknesses among a few other things about them.
</fieldset>
</div>
</td>
</tr>
</table>


<hr>


<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="0" class="thead">
<strong>
<div align="center">
Deatives | Administrator & Primary Developer
</div>
</strong>
</td>
</tr>
</table>

<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="0">
<div style="background: #304242;">
<fieldset>
<div class="memberprofile_avatar" align="left">
<img src="https://sinfulforums.net/uploads/avatars/avatar_4.png" alt="Deatives' Avatar" width="128" height="128"/>
Administrator & Primary Developer
</div>
Deatives is the Administrator and Primary Developer of Sinful Forums. He currently develops Sinful Forums in his spare time as a student, his strengths include writing frontend code (html, css) , whereas his weaknesses include writing backend code (php, sql, etc).
</fieldset>
</div>
</td>
</tr>
</table>

{$footer}
</body>
</html>
Just had a look at your forums and it seems you've fixed this issue already. Do you require any further support in this instance?
(2016-12-25, 12:04 AM)Nasyr Wrote: [ -> ]Just had a look at your forums and it seems you've fixed this issue already. Do you require any further support in this instance?

The issue was resolved. A friend ended up helping me Smile