Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

[SOLVED] Post alignment issue


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Aug 28, 2009, 10:44 AM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA
Hello forum,

I am hoping this should be a relatively simple problem to fix. I am a newbie with code and am trying to insert the right code on my webpage.

I want this shortcode aligned left:

[starratingmulti id=1 tpl=12 element_size='24' average_size='24']

and this code aligned right, all together on the same line:

<?php echo adrotate_banner('3'); ?>

Basically, I want the adrotate banner to show to the right of the starratingmulti.

I am using the runPHP plugin which allows me to have the php evaluated with the post.

I would greatly appreciate it if anyone could help me formulate the right code.
  #2  
Old Aug 31, 2009, 07:37 AM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
The easiest yould be to use a table

<table><tr>
<td>...</td>
<td align="right" style="width:200px">
...
</td>
</tr>
</table>


With
div's

<div style="width:300px">
...
</div>
<div style="float:left;margin-left:20px;">
...
</div>
<br style="clear:left" />
  #3  
Old Aug 31, 2009, 08:19 PM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA
Thank you!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Can't edit posts - edits vanish - Virus? Theme Issue? WP Issue? jfrenaye Atahualpa 3 Wordpress theme 1 Aug 4, 2009 07:14 AM
Can figure where to change pages vertical alignment bonoix Atahualpa 3 Wordpress theme 3 Jun 23, 2009 07:26 AM
alignment of menu bar? grittler Page & Category Menu Bars 3 May 29, 2009 04:17 PM
Comments Field ? Adding wysiwyg + Text Alignment TPR Comments, trackbacks & pings 2 Feb 20, 2009 07:26 AM
right sidebar alignment DedalusBr Sidebars & Widgets 2 Feb 11, 2009 04:36 PM


All times are GMT -6. The time now is 12:52 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.