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 8981607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:22:45+00:00 2026-06-15T20:22:45+00:00

I have multiple DIVs in a php page: <?php if ($row[‘a’]!=) { echo <div

  • 0

I have multiple DIVs in a php page:

<?php 
if ($row['a']!="") { echo "<div id=a></div>";} 
if ($row['b']!="") { echo "<div id=b></div>";}
if ($row['c']!="") { echo "<div id=c></div>";}
if ($row['d']!="") { echo "<div id=d></div>";}
if ($row['e']!="") { echo "<div id=e></div>";}
?>

How should i style their positioning so that if div id=2 is not displayed then the div id=3 will replace its position, so that there will not be a blank space between div 1 and 3. Same case with the rest of the DIVs. which positioning type should i use: relative? absolute?

  • 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-06-15T20:22:46+00:00Added an answer on June 15, 2026 at 8:22 pm

    You can go with relative positioning. A simple example would look like below. If you can prefer class attribute for styling it would be good or else you can give a seperate styling for each div with their ID’s. Go through the code below. Now try to remove the middle one or any one or two echo statements you can find that unavailable div’s space gets replaced. Still there are many other ways.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <style>
        .adiv {
            position:relative;
            width:100px;
            height:100px;
            background:#ff0000;
            float:left;
            margin:10px;
        }
    </style>
    </head>
    
    <body>
    <?php
        echo "<div id=\"one\" class=\"adiv\"> </div>";
        echo "<div id=\"two\" class=\"adiv\"> </div>";
        echo "<div id=\"three\" class=\"adiv\"> </div>";
        echo "<div id=\"four\" class=\"adiv\"> </div>";
        echo "<div id=\"five\" class=\"adiv\"> </div>";
    ?>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have multiple divs in my body which need the same style: <div class=box></div>
I have multiple divs in my page as: <div imageId='image5' name='5' class='speechBubble'> <div imageId='image5'
I have an Html that contains something like: (Multiple divs within div A). <div
I have multiple DIVs with unique IDs. Each DIV onclick slides down and shows
I have multiple divs on the site! for example <div id='id_111232'>Some text</div> <div id='id_111233'>Some
I have multiple input text fields grouped in divs: <div class=container0> <input class=containerItem0 name=containerItem[0][0]
Basically I have a PHP script that creates a div for each item in
I have multiple DIVs on my page and I'm having problems populating the correct
I have multiple divs in a page whose content gets loaded via ajax. I
I have a page with multiple divs, these are used to make tabs with

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.