Page 1 of 1

Center custom block

Posted: 5. November 2009 23:50
by masterp
Your Portal Version: 1.0.4
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge

What have you done before the problem was there?
tried every code <center></center> <div style="text-align: center">your code</div>

What have you already tryed to solve the problem?
tried every code <center></center> <div style="text-align: center">your code</div>

Description and Message

Code: Select all

{$C_BLOCK_H_L}<dt>Modern Warfare 2</dt>{$C_BLOCK_H_R}
   <ul class="topiclist forums">
      <li><dl>
         <dd style="border-left: 0px">

         <div style="text-align: center"><object><param name="movie" value="http://modernwarfare.sputn1k.co.uk/mw2_countdown.swf"><embed src="http://modernwarfare.sputn1k.co.uk/mw2_countdown.swf" width="400" height="200"></object></div>
 
   </dd>
      </dl></li>
   </ul>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}

Thats how my code looks like, but it doesnt want to center. Any Ideas... this is a custom added center block on prosilver based style... old method[/i]

Re: Center custom block

Posted: 6. November 2009 01:35
by talonos

Code: Select all

{$C_BLOCK_H_L}<dt>Modern Warfare 2</dt>{$C_BLOCK_H_R}
   <ul class="topiclist forums">
      <li><dl>
<p align="center">
<object><param name="movie" value="http://modernwarfare.sputn1k.co.uk/mw2_countdown.swf"><embed src="http://modernwarfare.sputn1k.co.uk/mw2_countdown.swf" width="400" height="200"></object>
</p>
      </dl></li>
   </ul>
that sould do you