Thanks for looking here.

I'd like to move the list of thumbnails that appears on the serch page of this php script (see attached).

They appear on the left side of the right column. I'd like them to appear on the right side of the right columns and was told to tweak the serch results part of the page and the css. So i thought I'd start with the search results code. Can you help me determine which part of this code I could change to accomplish this? Thanks. Any help will be appreciated.

<!--Begin Left Column-->
<div id="column-left-2">
<br />
   <!--Begin Popular Tag Cloud populate from search type ??-->
   <div class="header-narrow"><h3>[var.lang_Tags_most_popular]</h3></div>
   <div class="whats-showing"><!--[var.tag_cloud_block;htmlconv=no;comm]--></div>
   <div class="container-narrow-bottom"></div><!--End Popular Tag Cloud-->
   <!--Begin Left Advert-->
   <div class="container-narrow-top"></div>
   <div id="advert-left"><!--[var.ads_left;htmlconv=no;comm]--></div>
   <div class="container-narrow-bottom"></div><!--End Left Advert-->
   <div style="height:120px;">&nbsp;</div>
</div><!--End Left Column-->

<!--Begin Right Column-->
<div id="column-right-2">

  <!--Begin Video Search List-->
  <div style="height: 2px;">&nbsp;</div>

  <span style="margin-bottom: 12px;" class="font5_15">
    "[var.keyword]"&nbsp;&nbsp;[var.get_type_word]&nbsp;[var.lang_search]&nbsp;[var.results_show]&nbsp;-&nbsp;[var.results_of]&nbsp;of&nbsp;[var.total_records]&nbsp;[var.lang_results] <br />You must <a href="login.php">log in</a> to view these video search results.<br /><br />

  </span>

  <div id="content-list">
    <ul class="content-list-thumb">
      <li><a href="videos/[blkfeatured.indexer;block=div]/[blkfeatured.title_seo;block=div]"><img src="uploads/thumbs/[blkfeatured.video_id;block=div].jpg" alt="video pic" width="120" height="90" border="0" /></a></li>
    </ul>
    <ul class="content-list-info">
      <li><h4>&nbsp;<!--[var.lang_title]:--><!--<a href="videos/[blkfeatured.indexer;block=div]/[blkfeatured.title_seo;block=div]"><!--[blkfeatured.title;htmlconv=no;block=div;ope=max:70;comm]--></a>--></h4></li>
<li><b><!--[var.lang_description]:-->&nbsp;</b></li>
      <li><!--<span class="font4_12">[var.lang_rating]&nbsp;&nbsp;</span>-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star1;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star2;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star3;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star4;block=div]" width="18" height="18" alt="1 Star" />-->
        <!--<img border="0" src="themes/[var.user_theme]/images/[blkfeatured.star5;block=div]" width="18" height="18" alt="1 Star" />-->
        &nbsp;&nbsp;&nbsp;
        <!--<span class="font4_12">[var.lang_views]:&nbsp;</span>--><!--(<!--[blkfeatured.number_of_views;block=div;comm]-->)-->
        &nbsp;&nbsp;&nbsp;
        <!--<span class="font4_12">[var.lang_duration]:&nbsp;</span>--><!--(<!--[blkfeatured.video_length;block=div;ope=max:45;comm]-->)-->
        &nbsp;&nbsp;&nbsp;
       <!--<span class="font4_12">[var.lang_uploaded]:&nbsp;</span>-->
      </li>
      <li><!--<span class="font4_12">[var.lang_tags]:&nbsp;</span>--></li>
      <!--<li><b>[var.lang_comments] - [var.lang_responses]:&nbsp;</b>(<!--[blkfeatured.comments;block=div;ope=max:80;comm]-->)</li>-->
    </ul>
    [onload;block=div;when [var.type_videos]=1;]
  </div>
  <!--End Video Search-->
  <!-- Pagination start -->
  <div align="center">
    <div id="pagination">
      <li>&nbsp;</li>
      <ul>[var.show_pages;htmlconv=no]</ul>
    </div>
  </div>
  <!-- Pagination end -->
</div><!--End Right Column-->

This should be in the HTML & CSS forum, this doesn't have anything to do with PHP.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.