Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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

[SOLVED] Post alignment issue


  #1  
Old Aug 28, 2009, 10:44 AM
Wimbledon's Avatar
Wimbledon
 
320 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,768 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
 
320 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 05:02 AM.


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