Dynadot โ€” .com Transfer

Not quite a million dollar homepage idea, but help needed

NamecheapNamecheap
Watch

larky_starz

Established Member
Impact
9
While basing my idea on the million dollar homepage, I will not be selling space to advertisers, and I do not want individual pixels.

What I'd like is to have a 10x10 grid on my page, with each section being 10x5 size. Is it best to do this as a table?

As with the million dollar homepage, I will selling off the blocks, and would like people to be able to click on the square they want, and go through to the next page.

Please tell me the best way to do this.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
I think a table would be the easiest way to do it. You could do something like this in php:
Code:
echo "<table>";
for ($x=1; $x<10; $x++){
 echo "<tr>";
 for ($y=1; $y<10; $y++){
  echo "<td>";
  if(spot x,y is taken){
   echo their image & link
  } else {
   echo buy link
  }
  echo "</td>";
 }
 echo "</tr>";
}
echo "</table>";
 
0
•••
I'm not very good at php. Do you think a simple html table would work? If so, I'm not sure how to specify the cell size
 
0
•••
<style>
td.cell {
width: 10px;
height: 5px;
}
</style>

then use <td class="cell"> for your table cells.
 
1
•••
thanks.
 
0
•••
might I ask exactly what you plan on doing with this 10x5 block? It seems like another pixel idea...
 
0
•••
It sort of is, but it's not to sell advertising space or anything. It's a couple of different ideas that I have come up with. It's not 100% necessary to do it this way, I just like the layout, thats all
 
0
•••
Appraise.net
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Catchy
CatchDoms
DomainEasy โ€” Payment Flexibility
DomDB
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back