inherit
144434
0
Aug 27, 2009 5:25:52 GMT -8
xmukoux
4
August 2009
xmukoux
|
Post by xmukoux on Jul 3, 2005 11:18:18 GMT -8
I am using 'DreamweaverMX 2004' but this question applies to all web-building programs, and even coding from scratch.
What is the code used so that a layer will 'loop' itself however much is needed, should text over-run the initial given space. I have tried the 'overflow' effects on DW but that just gave scrollbars (which I do NOT want any more than one of).
Any help is greatly appreciated. I hope I have explained this correctly, and appologize if I am sounding like a 'nOOb'.
|
|
inherit
24493
0
Aug 20, 2012 22:14:01 GMT -8
Riboflavin
1,218
May 2004
paintball2
|
Post by Riboflavin on Jul 3, 2005 16:51:56 GMT -8
I'm not sure what you mean do you have an example?
|
|
inherit
144434
0
Aug 27, 2009 5:25:52 GMT -8
xmukoux
4
August 2009
xmukoux
|
Post by xmukoux on Jul 4, 2005 0:14:29 GMT -8
OK. Here is an EXAMPLE of what I want. As the image shows, the layer table height increases. Sorry about the link. I can assure you that is not my page though, and I linked to it fr explanation purposes only.
|
|
inherit
EXOH
27575
0
Nov 12, 2007 22:40:30 GMT -8
J. Meeter
i do my crosswords in pen
8,249
July 2004
modernxxromance
|
Post by J. Meeter on Jul 4, 2005 16:08:46 GMT -8
I don't see what you mean by a "loop".
|
|
inherit
144434
0
Aug 27, 2009 5:25:52 GMT -8
xmukoux
4
August 2009
xmukoux
|
Post by xmukoux on Jul 5, 2005 3:39:18 GMT -8
'wrap' whatever you call it. f I dont get a response with the CSS code within 24 more hours, I will just make my webpage 'static'. If this is the case, could a mod please lock this after 24 hours. Thanks.
|
|
inherit
The Jedi Master of Proboards PBS Oscars: Most Unique
6777
0
Nov 19, 2012 0:15:08 GMT -8
Tommy Huynh
Coffee isn't my cup of tea.
19,374
January 2003
swg2
|
Post by Tommy Huynh on Jul 5, 2005 3:49:13 GMT -8
Well, I'm sure that we can greatly assist you if you can articulate in a way that we can comprehend.
|
|
inherit
144434
0
Aug 27, 2009 5:25:52 GMT -8
xmukoux
4
August 2009
xmukoux
|
Post by xmukoux on Jul 5, 2005 8:45:11 GMT -8
Um, OK, I can't explain it very well, and I have developed my site to much too mess around with now.
Thanks for the responses though.
Any mod/Gmod, could you please lock this now, thanks.
|
|
inherit
The Forum Ghost
17115
0
Feb 10, 2008 15:06:27 GMT -8
Masked
4,440
December 2003
duckfood2
|
Post by Masked on Jul 5, 2005 9:15:41 GMT -8
I think what you mean is that when the text gets bigger/more text is added, the space automatically gets larger?
|
|
inherit
144434
0
Aug 27, 2009 5:25:52 GMT -8
xmukoux
4
August 2009
xmukoux
|
Post by xmukoux on Jul 5, 2005 12:17:39 GMT -8
Yes! Bingo! Is this hard to do? Or is it best just keeping to static size?
|
|
inherit
EXOH
27575
0
Nov 12, 2007 22:40:30 GMT -8
J. Meeter
i do my crosswords in pen
8,249
July 2004
modernxxromance
|
Post by J. Meeter on Jul 7, 2005 8:53:40 GMT -8
Yes! Bingo! Is this hard to do? Or is it best just keeping to static size? First of all, a 'static' page is something completely different. Secondly, do you mean you want the page to expand in height or width?
|
|
inherit
144434
0
Aug 27, 2009 5:25:52 GMT -8
xmukoux
4
August 2009
xmukoux
|
Post by xmukoux on Jul 7, 2005 13:47:33 GMT -8
I wish it to expand in height.
And I know a static page is somthing different. I was saying I was going to use that as an alternative ^_~
|
|
inherit
The Forum Ghost
17115
0
Feb 10, 2008 15:06:27 GMT -8
Masked
4,440
December 2003
duckfood2
|
Post by Masked on Jul 8, 2005 10:58:18 GMT -8
Just put the image you want to get taller as the background of a div:
<style type="text/css"> <!-- .content { width: 350px; background-image: url(contentbackground.jpg); } --> </style>
<div class="content">Text Text Text Text Text Text Text Text Text Text Text Text Text</div>
I think that's what you're asking for...
|
|
inherit
144434
0
Aug 27, 2009 5:25:52 GMT -8
xmukoux
4
August 2009
xmukoux
|
Post by xmukoux on Jul 11, 2005 10:32:50 GMT -8
Dude, you are the coolest! Seriously! Since there are different <div>s I put these in EVERY div that needs 'looping'.
Anyway, I will muck about with this code on a test.htm and try it in different ways just in case I muck up.
Thanks again!
|
|