gap???

  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 6th, 2003, 6:12 pm

I am going to email you a file to save over the other one, you just upload it using the Geocities file upload page and then save over the old one. It will work :D
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 6th, 2003, 6:12 pm

  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 6th, 2003, 6:19 pm

I will email you a file to save over the other one.
Save it somewhere on your computer
Go to file upload in Geocities and then locate the file and upload over the old one and it will work fine :D
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • pacsunpunk08
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Oct 04, 2003
  • Posts: 149
  • Loc: Kenosha, WI
  • Status: Offline

Post October 6th, 2003, 6:27 pm

now look at it http://www.geocities.com/bosconypd55/Wallpaper.html The side bar is messed up :cry:
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 6th, 2003, 6:29 pm

packsunpunk08,

I just ran musik's code through a validator. It is nearly perfect in that it only had one error. (there were 61 warnings of improper code, but most browsers will overlook those)

The one problem in the first code she copied in the third reply to this thread is in line 26. It should be this:
Code: [ Select ]
<tr bgcolor="000000"><td> <div align="center"><strong><font color="#FFFFFF" size="2" face="Arial">Quick

instead of this:
Code: [ Select ]
<tr bgcolor="000000"><td <div align="center"><strong><font color="#FFFFFF" size="2" face="Arial">Quick

(there's a missing right bracket on the td tag.)

The biggest thing that's causing your problem is the scrollbar style code needs to be in the head tags as you can see in musik's example. There is no reason her code should not work for you once you correct that slight error.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 6th, 2003, 6:30 pm

no problem - sending you another file, just copy over it, it will work :D
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 6th, 2003, 6:38 pm

One other suggestion...could you play around with the colors on the scrollbar thing abit? I'm the one all the other mods refer to as the oldfart -- and with my eyesight, it's really hard to see that very light white on the very light grey to grab the correct place to do any scrolling. OK -- I have bifocals, but it's not helping! *lol...just darken something up a bit there and I'll be a happy camper.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • pacsunpunk08
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Oct 04, 2003
  • Posts: 149
  • Loc: Kenosha, WI
  • Status: Offline

Post October 6th, 2003, 6:46 pm

It works but now i'm frusterated, uhg why didn't my code work, I worked hard on it too :cry:
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post October 6th, 2003, 6:49 pm

don't get frustrated, look over the other code and see what they did differently, then learn. It is a very smart thing to do everytime someone hands you some code, otherwise its like...uh...taking baked cookies when you know you can bake your own...(does that work?)

Teehee!
Pixel Acres V2
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 6th, 2003, 6:52 pm

It was too difficult for me to pin point where you went wrong as the code you said you used was different from the code that ended up on the page.

If you look back on my previous post on the first page, I did show you where you had added another cell which is what was causing the gap - but in the code you supplied that problem wasnt in there, in fact, when I pasted that code into my prog it looked fine.

Does that make sense?
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • pacsunpunk08
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Oct 04, 2003
  • Posts: 149
  • Loc: Kenosha, WI
  • Status: Offline

Post October 6th, 2003, 6:52 pm

ya i know what u mean :D
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post October 6th, 2003, 7:03 pm

packsunpunk08,

Check out the HTML-kit I suggested near the bottom of the first page of this thread:

http://www.ozzu.com/viewtopic.php?t=1887

If you decide to use it, open your pages in it and just hit F9 -- that will bring up HTML Tidy and will validate your code and will show it in a split screen so you can compare. At the bottom of the program it will tell you where any errors are in your code and will also give you warnings about potential errors that aren't written to standards. It will help you learn.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 6th, 2003, 7:06 pm

I just downloaded it
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • pacsunpunk08
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Oct 04, 2003
  • Posts: 149
  • Loc: Kenosha, WI
  • Status: Offline

Post October 8th, 2003, 6:33 pm

Thanks to all of you for ur help on this table and here how it turned out just go here http://www.geocities.com/boscoNYPD55/ThirdWatch.html and look at the pages :lol:
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post October 8th, 2003, 6:35 pm

Very good outcome :D
Well done :wink:
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.
  • pacsunpunk08
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Oct 04, 2003
  • Posts: 149
  • Loc: Kenosha, WI
  • Status: Offline

Post October 8th, 2003, 6:38 pm

yes i like it too :D
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 8th, 2003, 6:38 pm

Post Information

  • Total Posts in this topic: 31 posts
  • Users browsing this forum: No registered users and 179 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.