با سلام من در قسمت پانوشت سایتم یک ستونبا با عرض 430 و با ارتفاع200 پیکسل دارم، میخواستم مثل همون ستون کنارش هم ایجاد کنم...
لطفا راهنماییم کنید چطوری میتونم این کار رو انجام بدم؟
فکر میکنم این تغییر باید در قسمت <!-- Start Change --> به بعد اعمال بشه،چون این ستون افقی ازاون قسمتن ببینید!
این آدرس دومین:www.ansaralhosein.com
این هم محتویات footer.php
<div id="centerbottom">
<div class="smallbox"><h3 class="titr"id="center">تــابــلوي ولايــتـــ و امامــــتــ</h3>
<ul>
<?php $recent = new WP_Query("category_name=leader&showposts=6"); while($recent->have_posts()):$recent->the_post();?>
<li class="hnews-titr"><a href="<?php the_permalink() ?>" rel="bookmark">
<img src="<?php echo get_template_directory_uri(); ?>/images/hnews-titr.gif" class="list-img" /><h3><?php the_title(''); ?></h3>
</a></li>
<?php endwhile; ?>
</ul>
</div>
<div class="smallbox"><h3 class="titr">تابــلوي شــهدا و دفــاع مقدس</h3>
<ul>
<?php $recent = new WP_Query("category_name=martyr-and-war&showposts=6"); while($recent->have_posts()):$recent->the_post();?>
<li class="hnews-titr"><a href="<?php the_permalink() ?>" rel="bookmark">
<img src="<?php echo get_template_directory_uri(); ?>/images/hnews-titr.gif" class="list-img" /><h3><?php the_title(''); ?></h3>
</a></li>
<?php endwhile; ?>
</ul>
</div>
<div class="smallbox"><h3 class="titr">تابلوي گالري نــوا و نـماي سايت</h3>
<ul>
<?php $recent = new WP_Query("category_name=music-movie&showposts=6"); while($recent->have_posts()):$recent->the_post();?>
<li class="hnews-titr"><a href="<?php the_permalink() ?>" rel="bookmark">
<img src="<?php echo get_template_directory_uri(); ?>/images/hnews-titr.gif" class="list-img" /><h3><?php the_title(''); ?></h3>
</a></li>
<?php endwhile; ?>
</ul>
</div>
</div>
<div class="smallbox"><h3 class="titr">تابــلوي هيئت انصارالحسيـــن(ع)</h3>
<ul>
<?php $recent = new WP_Query("category_name=news&showposts=6"); while($recent->have_posts()):$recent->the_post();?>
<li class="hnews-titr"><a href="<?php the_permalink() ?>" rel="bookmark">
<img src="<?php echo get_template_directory_uri(); ?>/images/hnews-titr.gif" class="list-img" /><h3><?php the_title(''); ?></h3>
</a></li>
<?php endwhile; ?>
</ul>
</div>
</div><!-- End centerbottom -->
<!-- Start Change -->
<div id="box4news-tarahanenovin">
<div id="title-tarahanenovin"><h3 class="titr-news"id="center">دانلودآخرین مراسم هـیـتـــ</h3></div>
<marquee onmouseover="this.stop()" onmouseout="this.start()" style="margin-right:5px;" direction="up" width="780" height="140"scrollamount="1" behavior="scroll">
<?php $my_query = new WP_Query("category_name=music-movie/download-end");
while ($my_query->have_posts()):
$my_query->the_post();
$do_not_duplicate = $post->ID;
?>
<div id="class-3">
<div id="thumb"><?php
if(has_post_thumbnail()) {
echo '<a href="'.get_permalink().'">';
echo get_the_post_thumbnail($post->ID, array(50,50) );
echo '</a>';
} ?></div>
<div id="the_title"><a href="<?php the_permalink(); ?>" class="the_title" style="color:#666;">
<?php the_title(); ?></a></div>
</div>
<?php endwhile; ?>
</marquee>
</div>
<!-- End Change -->
<div id="footerbox">
</div>
</div><!-- End center-content -->
<div id="bottom-content">
<img src="<?php echo get_template_directory_uri(); ?>/images/arrowr.gif" alt="arrow" align="right" class="arrowr" />
<marquee direction="right" class="ziarat" width="816"><?php get_key_word(); ?></marquee>
<img src="<?php echo get_template_directory_uri(); ?>/images/arrowl.gif" alt="arrow" align="left" class="arrowl" />
</div><!-- End bottom-content -->
</div><!-- End content -->
خواهشا کمک کنید اساتید بزرگوار.