Thread: word wrap in a frame
Results 1 to 3 of 3
Related
-
How to make text wrap like this? Forum: HTML Forum
Replies: 3 -
word wrap on notepad Forum: HTML Forum
Replies: 3 -
How to validate pieces of a word or a word itself in a array? Forum: Javascript Forum
Replies: 2 -
Frame Help, Form completes in a different frame Forum: HTML Forum
Replies: 1
-
03-26-2009, 06:16 PM #1
word wrap in a frame
i can't get the words to wrap in that main frame.
don't want people to have to use the horizontal scroll bar.
the url is: www.cookingwithjia.com
please help.
-
03-27-2009, 08:44 AM #2
Re: word wrap in a frame
Ok, first. get rid of the following line:
Code:<SCRIPT> window.resizeTo(1000,760); </SCRIPT>
As for the horizontal scroll bar, it only shows up in Internet Explorer, and only due to the vertical scroll bar being there. Try changing the following line:
Code:<frameset cols="25%,75%">
Code:<frameset cols="25%,74%">
-
03-30-2009, 12:25 PM #3
Re: word wrap in a frame
...thanks for replying.
...you're right about getting rid of the resize routine.
...i tried the tweak for the frameset but it didn't work.
...so i got rid of the frames environment and used an invisible table for the formating.
...haven't uploaded yet though.
...am thinking i should use frames via css ...since i would prefer the nav panel to be stationary.
...as shown here:
http://www.dynamicdrive.com/style/layouts/item/css-left-and-top-frames-layout/
...haven't worked much with css, so this will be a learning experience.
janaka