Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6125429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:14:47+00:00 2026-05-23T16:14:47+00:00

I have made a Tag Cloud type deal on my website and when you

  • 0

I have made a Tag Cloud type deal on my website and when you go to look at 1 tag

Example:

enter image description here

notice the first row looks like its spaced by 2 spaces and the last row is spaced by 1.

CSS

.tabcontent{
display:none;
}

Code

$tag_movies_result = mysql_query("SELECT * FROM tags WHERE tagname='$n' AND movie > 0");
$total_times_used_movies = mysql_num_rows($tag_movies_result);
<div id="movies" class="tabcontent">
<?php if ($total_times_used_movies > '0') { ?>     
<table width="100%">
    <tr>
        <td>
    <?php    
    while ($row = mysql_fetch_array($tag_movies_result))
    {
    $movies_to_tag_result = mysql_query("SELECT * FROM movies WHERE id=".$row['movie']." ORDER BY name ASC");
    while ($row = mysql_fetch_array($movies_to_tag_result))
    {
    ?>
    &nbsp;<a href="./movie.php?id=<?php echo $row['id']; ?>" title="<?php echo $row['name']; ?> (<?php echo $row['year']; ?>)"><img src="./images/movies/<?php echo $row['id']; ?>.jpg" width="150" height="150" border="0" alt="<?php echo $row['name']; ?>" /></a>    
    <?php } } ?>
            </td>
        </tr>
    </table>
    <?php }else{ ?>
        NO MOVIES WITH THIS TAG.
    <?php } ?>    
    </div>

yet on this page http://i51.tinypic.com/ncms9c.png it uses the same exact code and displays correctly

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T16:14:48+00:00Added an answer on May 23, 2026 at 4:14 pm

    I think the simplest solution would be to scrap the table completely, convert all those <td>s to <div>s and just give them the CSS float:left;. For this demo I just put the CSS inline, but you’ll want to put it in a CSS file when you get this working.

    <div id="movies">
        <?php if ($total_times_used_movies > '0'):  ?>
    
            <!-- Also add css to set the width to 25% of 'movies' width, including borders, margins, padding, etc -->
            <div style="float:left;">
    
        <?php   
            while ($row = mysql_fetch_array($tag_movies_result)):
                $movies_to_tag_result = mysql_query("SELECT * FROM movies WHERE id=".$row['movie']." ORDER BY name ASC");
                while ($row = mysql_fetch_array($movies_to_tag_result)):
    
        ?>
            &nbsp;<a href="./movie.php?id=<?php echo $row['id']; ?>" title="<?php echo $row['name']; ?> (<?php echo $row['year']; ?>)"><img src="./images/movies/<?php echo $row['id']; ?>.jpg" width="150" height="150" border="0" alt="<?php echo $row['name']; ?>" /></a>    
    
        <?php 
                endwhile; // movies to tag result
            endwhile; // tag movies result
        ?>
        </div>
        <?php else: ?>
                NO MOVIES WITH THIS TAG.
        <?php endif; ?>    
    </div>
    <!-- END movies -->
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have made a class Location which looks like this: package TruckingCompany; public class
I have an anchor tag <a class=next>next</a> made into a button. Sometimes, this tag
I have made a SVG image, or more like mini application, for viewing graphs
I have a website made in Asp.net MVC which is installed in the root
I have a question about how to read the string betweena tag, for example.
I have made a code -- <?php header(Content-type: text/javascript); require_once('../php/config.php'); $domail_theme = $_GET['theme']; ?>
i have made an tag trigger function inside an anonymous function , here it
I have made a resource reader with some example code from here . Here
I have made some code which exports some details of a journal article to
I have made a custom UserControl i Vb.net (windows application). How can I add

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.