Jump to content
MakeWebGames

Need help with crime image positions


Recommended Posts

Hi i have tried to get the nerve required part so it shows besides the crime image not underneath but so it is still below the crime name so the image goes right to the bottom of its row. Heres the image.

http://s658.photobucket.com/albums/uu303/firecamp555/?action=view&current=criminal-1.jpg

and this is the part of the code

 

print "<tr style=\"background-color: $color;\"> <td>{$r['cgNAME']}
<font color=red size=1>{$r2['minimum']} Nerve Required</p></font></td> <td align=center><input type='radio' name='group' value='{$r['cgID']}' onclick=\"javascript:this.form.submit();\"/></td></tr>\n";

 

Thanks in advance.

Link to comment
Share on other sites

Try this

top do

<th width="90%" colspan="3"><div align="left">Crime</div></th>

then

(change image name)

 

<td width="1%">[img=/images/1.png]</td>
<td>[b]Search For Money [/b]

<span style="font-family: Arial; font-size: 9px; color: #ff0000;">-2  Nerve  Required</span>
</td>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...