Author Topic: why my site is in a poor shape? www.nowife.com/photo  (Read 6415 times)

0 Members and 1 Guest are viewing this topic.

Offline noyou

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • http://www.nowife.com/photo/index.php
why my site is in a poor shape? www.nowife.com/photo
« on: May 17, 2003, 02:29:08 AM »
why my sites was in such a poor shape? can somebody help me? :cry:

http://www.nowife.com/photo/index.php

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
why my site is in a poor shape? www.nowife.com/photo
« Reply #1 on: May 17, 2003, 03:51:34 AM »
Because you're manually setting the widths of tables and columns to numbers that are too large:

Code: [Select]

      <table width="800" border="0" cellspacing="1" cellpadding="0">
        <tr>
          <td class="tablebgcolor">
            <table width="798" border="0" cellspacing="1" cellpadding="0">
              <tr>
                <td class="navbar" height="23">
                  <table width="796" border="0" cellspacing="0" cellpadding="0">

If you want the table and cells to fit the content, do NOT set the width="" attribute

Offline noyou

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • http://www.nowife.com/photo/index.php
why my site is in a poor shape? www.nowife.com/photo
« Reply #2 on: May 17, 2003, 05:36:43 AM »
vividview, I did nothing to the tables and set nothing. I just upload some pics and it seems that the pics in its original size make the table cell awful.
How can I control it into a fixed size, say 800*800 ? :?:

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
why my site is in a poor shape? www.nowife.com/photo
« Reply #3 on: May 17, 2003, 06:08:44 AM »
Okay.  I can see that you're using the default_wide template pack.  There shouldn't be any problem with that.  

I just tried your site again and it looks fine now.  The only problem I saw was this error when clicking on a thumbmail:
Code: [Select]
templates/wide/details.html
It seems you're missing the details template file.

Offline noyou

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
    • http://www.nowife.com/photo/index.php
why my site is in a poor shape? www.nowife.com/photo
« Reply #4 on: May 17, 2003, 08:01:45 AM »
thanks a lot, I will try that. :)