Topic: Total Ruin Website |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: College Station, TX |
posted 10-26-2002 03:47
Ok the other topic had a bunch of my nonsense. Site is finished except for the "contact" page. http://www.geocities.com/_xspyx_ |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-26-2002 06:37
Well, one thing I would recommend is turning off the links on each page that lead to that page (ie, the home link on the home page, the members link on the members page)--it's generally not good practice to have links that lead to the page you're currently on. You also might want to make the link for the page highlighted to help orient users. |
Bipolar (III) Inmate From: College Station, TX |
posted 10-27-2002 04:52
fixed. |
Bipolar (III) Inmate From: College Station, TX |
posted 10-29-2002 00:36
It wants to be centered. I want it to be centered. I've tried everything CSS I know and have found to try and center it. It's not centered. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-29-2002 00:43
SPyX: The boxes aren't centring because everything is absolutely positioned it can't be centred - use float and you can get everything to fall into place. |
Bipolar (III) Inmate From: College Station, TX |
posted 10-29-2002 01:28
Tried that, but when I do it, the images to not touch because i cannot eliminate the default space in between. So the effect is ruined. |
Maniac (V) Inmate From: Seoul, Korea |
posted 10-29-2002 09:14
Hmm... if the margins, padding, etc. are set to zero, the images should line up... maybe you can show us a version where you tried centering? |
Bipolar (III) Inmate From: College Station, TX |
posted 10-29-2002 16:19
Well, as ugly as it is -> http://www.geocities.com/_xspyx_/membertest.html |
Maniac (V) Inmate From: Seoul, Korea |
posted 11-01-2002 02:09
Hmm... I see... |
Bipolar (III) Inmate From: College Station, TX |
posted 11-01-2002 06:09
Ok, did most of that. It's better, but the vertical spaces remain as well as a large space at the very top. I will try to go through and clean up the code, but not thoroughly ATM. |
Maniac (V) Inmate From: Seoul, Korea |
posted 11-01-2002 10:57
OK, I can see the divs now, and I'm seeing something a bit weird: that few pixels of vertical space is actually showing up at the bottom of each div, within the div. So the divs are lining up properly, but for some reason you've got extra space inside the div. |