Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Post alignment issue (http://forum.bytesforall.com/showthread.php?t=3182)

Wimbledon Aug 28, 2009 10:44 AM

[SOLVED] Post alignment issue
 
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.

Flynn Aug 31, 2009 07:37 AM

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" />

Wimbledon Aug 31, 2009 08:19 PM

Thank you! :)


All times are GMT -6. The time now is 09:44 PM.

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