Autostretch + table problems

  • (¯`·._.·[LaZaRuS]·._.·´¯)
  • Novice
  • Novice
  • No Avatar
  • Joined: May 27, 2004
  • Posts: 16
  • Status: Offline

Post June 22nd, 2004, 8:57 am

hi there,

Just need a bit of advice, its my autostrech...

just try to shorten the horizontal of the browser on this site..

http://www.recoded.net

any ideas would be greatfully errr taken :)...

:lol:
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 22nd, 2004, 8:57 am

  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post June 22nd, 2004, 9:01 am

you're going to have to provide more info that that. What do you want it
to do, and what is it doing now that you don't like?
UNFLUX.FOTO
  • (¯`·._.·[LaZaRuS]·._.·´¯)
  • Novice
  • Novice
  • No Avatar
  • Joined: May 27, 2004
  • Posts: 16
  • Status: Offline

Post June 22nd, 2004, 9:15 am

well.... I dont want the News Table overlapping the ad table on the right, when you smallen the window....

My table setup is not really the best...

What more information can I give?
  • Nem
  • Guru
  • Guru
  • No Avatar
  • Joined: Feb 13, 2004
  • Posts: 1243
  • Loc: UK
  • Status: Offline

Post June 22nd, 2004, 9:38 am

you have alot of this in your code

Quote:
<p>&nbsp;</p>
<p>&nbsp; </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
GSDomains.com -Click here - Packages starting from £3.69 a month. 1.5GB Space & 10GB Bandwidth.
  • (¯`·._.·[LaZaRuS]·._.·´¯)
  • Novice
  • Novice
  • No Avatar
  • Joined: May 27, 2004
  • Posts: 16
  • Status: Offline

Post June 22nd, 2004, 9:54 am

Yes i know, fixed that now like...
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post June 22nd, 2004, 10:50 am

perhaps you should give a width percentage for your tables, instead of one set pixel width
  • (¯`·._.·[LaZaRuS]·._.·´¯)
  • Novice
  • Novice
  • No Avatar
  • Joined: May 27, 2004
  • Posts: 16
  • Status: Offline

Post June 22nd, 2004, 11:58 am

U mean like, 100% and then fixed width tables inside of that?
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post June 22nd, 2004, 12:16 pm

hint: your google ads are in a div, aligned left.
UNFLUX.FOTO
  • dprichard
  • Beginner
  • Beginner
  • User avatar
  • Joined: Jun 21, 2004
  • Posts: 61
  • Loc: Clearwater Florida
  • Status: Offline

Post June 22nd, 2004, 12:20 pm

I had a problem with the horizontal autostretch onetime. I took out the lines

Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">


After that it stretched just right instead of extending beyond the content.
  • (¯`·._.·[LaZaRuS]·._.·´¯)
  • Novice
  • Novice
  • No Avatar
  • Joined: May 27, 2004
  • Posts: 16
  • Status: Offline

Post June 23rd, 2004, 10:19 am

UNFLUX wrote:
hint: your google ads are in a div, aligned left.


so thats the problem you think, cause you think it might b worth me just getting rid of the ad banner...
  • Vladdrac
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Feb 04, 2004
  • Posts: 2136
  • Loc: Louisville, Ky
  • Status: Offline

Post June 23rd, 2004, 10:39 am

What I think he meant was to do something with the alignment
  • (¯`·._.·[LaZaRuS]·._.·´¯)
  • Novice
  • Novice
  • No Avatar
  • Joined: May 27, 2004
  • Posts: 16
  • Status: Offline

Post June 27th, 2004, 5:39 am

The alignment of the tables I take it you mean....

Just a question, When you people use tables, do you all Squish them in in abundance then just delete what you dont need?
  • rtm223
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Mar 24, 2004
  • Posts: 1855
  • Loc: Uk
  • Status: Offline

Post June 27th, 2004, 6:00 am

dprichard wrote:
I had a problem with the horizontal autostretch onetime. I took out the lines

Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">


After that it stretched just right instead of extending beyond the content.


Actually it stretched just wrong, have a look see what this does in a proper browser :wink: Removing the doctype is the easiest way to lose browser compatibility, because IE6 displays everything quirkily when you do this.
CSS website design tutorials
  • SharkShark
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 24, 2004
  • Posts: 1013
  • Loc: Living In Today
  • Status: Offline

Post June 27th, 2004, 7:29 am

(¯`·._.·[LaZaRuS]·._.·´¯) wrote:
Just a question, When you people use tables, do you all Squish them in in abundance then just delete what you dont need?


Never. That generally is more trouble than its worth. The more tables you have in there, when you try to insert and image or code, it may not display right because of the other tables or cells in the way. I agree that you should use set pixel width for your tables and cells. for instance if your table width is 750 pixels, you would divide the cells width whitihin that space limit. Such as the cell with the navigation in it would be 50 pixels wide, with the content cell 700. It takes some time to get it all straight, but its worth it when you figure it out. Take a look at the code on this site that I am working on. It may give you some hints: http://www.playersnmotion.com/main

Also put the Doctype back in there as rtm suggested. It will only mess it up in the long run.

//edit: and to add to the the orignal answer, do your tables one at a time. You have more control that way and you can make sure all the content is going in properly.
Yesterday is history.Tomorrow is mystery.Today is a gift.
Car Audio Sytems
LED Emergency Lights

Post Information

  • Total Posts in this topic: 14 posts
  • Users browsing this forum: No registered users and 79 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.