Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Aiheen aloitti: dta.register - kesäkuu 22, 2011, 07:04:16 AP

Otsikko: How to Align image in Board description
Kirjoitti: dta.register - kesäkuu 22, 2011, 07:04:16 AP
Hi,

Im using smf 1.1.14 with TP

i want to ask how to align the image in my board description.

here's the snapshot



and here's the code im using,



<div align="left">
  <left>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
    <tr>
      <td width="77%">
     
      <td width="124%">
      <img border="0" src="img location" width="300" height="140" align="left"></td>
    </tr>
  </table>
  </left>
</div>


thanks.
Otsikko: Re: How to Align image in Board description
Kirjoitti: dta.register - kesäkuu 22, 2011, 07:05:44 AP
it always align in the right
Otsikko: Re: How to Align image in Board description
Kirjoitti: mashby - kesäkuu 22, 2011, 10:34:50 IP
Your site doesn't allow guests to view the board index and that's really the best/easiest place to view what you have and what might be causing your undesired display issues.

And I could be wrong here, but I've not come across <left> as an HTML element before. :)