We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
  • 2
Frame Help
Topic Started: Apr 1 2005, 10:06 PM (916 Views)
Jory
Member Avatar
Member
[ *  *  *  *  *  * ]
I get it in like 5 seconds.
(and my connection sucks, so it must be yours. Sure that your browser supports frames??
(If not click here) )

About the noresize thing: I have no idee what you mean.
noresize couses you to be stuck with the witdh and height of your browserscreen.
(Wich sucks if used in a normal website)

And please edit your post, no need to tell us its a test 46843543 times :/
Offline Profile Quote Post Goto Top
 
Mercury
Member Avatar
Unlost
[ *  *  *  *  *  *  *  * ]
Tables will always resize itself to the largest element it contains. There's really no good way around it. I really have no idea which code you're asking about, or even if you're asking about a code.

Question marks help. :D
Offline Profile Quote Post Goto Top
 
sandviper2
Member
[ *  *  * ]
Is there a way to have a table that is a size set small and it never resizes?

The code had that test thing in it so much because I was testing the scrollbar feature and just took it from a website I am working on.
Offline Profile Quote Post Goto Top
 
Mercury
Member Avatar
Unlost
[ *  *  *  *  *  *  *  * ]
You can set the table width to any finite number (not a percentage) but as stated earlier, it will resize itself if there is something wider inside.
Offline Profile Quote Post Goto Top
 
sandviper2
Member
[ *  *  * ]
But can't I put noresize in there so it dosn't? There shouldn't be anything wide. I will just be text, with spaces. What will I just have to linebreak? Because I have a scrollbar code.
Offline Profile Quote Post Goto Top
 
Mercury
Member Avatar
Unlost
[ *  *  *  *  *  *  *  * ]
noresize has nothing to do with tables. You asked about frames, and that's the only time it's applicable.
Offline Profile Quote Post Goto Top
 
sandviper2
Member
[ *  *  * ]
So is there anything in HTML that will keep its size but still look like a table.
Offline Profile Quote Post Goto Top
 
James
Live to Dream
[ *  *  *  *  *  *  * ]
Well there's always table-layout:fixed, but then you'll run into problems with overflowing text being cut.
Offline Profile Quote Post Goto Top
 
ELRocco
Rocco
[ *  *  * ]
frames are so old why dont you use a script like this,

Code:
 
<?PHP

if($act == "members" == "yes"){ $subaction = "members"; $actmembers = "yes"; include("members.php"); }
elseif($act == "plans"){ include("$plans.php"); }
elseif($act == "stats"){ include("$stats.php");  }

?>

it creats dynamic pages(like the one you are veiwing right now) that when you type that act in the url it will go to that page but stay on index.php, and anytext on mainpage will be shownon all pages
Offline Profile Quote Post Goto Top
 
sandviper2
Member
[ *  *  * ]
Right now I am interested in what james said. That PHP looks just like frames, and I don't want to get into PHP Right Now. Were Do I put the fixed thing?
Offline Profile Quote Post Goto Top
 
James
Live to Dream
[ *  *  *  *  *  *  * ]
Notice with my table-layout thing, if your table included say:

texttextexttexttext

And you set it for a width of say... 18, you might only get:

texttextextt

The rest would be lost.


<table style="table-layout:fixed"...

if you still want it.
Offline Profile Quote Post Goto Top
 
sandviper2
Member
[ *  *  * ]
Right, but I am using overflow{Scrollbar} So it shouldn't be lost. I will test it.

No it dosn't lose any text.

http://www.freewebs.com/blackbutte/

But the place were the banner will be is at colespan 4, navigation 1, and content at 3
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Technology Chat · Next Topic »
Add Reply
  • Pages:
  • 1
  • 2