Center custom block

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
masterp
Active Member
Posts: 3
Joined: 21. October 2009 05:45

Center custom block

Post 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]
User avatar

talonos
Portal Specialist
Posts: 242
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: Center custom block

Post 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
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!
Locked

Return to “board3 Portal 1.0.x - English Support”