Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Arranging an array of links.

Status
Not open for further replies.

soonkhoo

Programmer
Dec 8, 2000
133
MY
I have a script that has

document.writeln(&quot;<TD ALIGN='CENTER'><a href='l1rem&quot; + i + &quot;.htm'><img src='Images/button2.jpg' border='0'>Question&quot; + i + &quot;</a></TD>&quot;)

This will give me a string of links of variable i. And it is displayed vertically.

Question1
Question2
Question3
.
.

Problem is, this script is in a fixed size window with no resize nor scrolling function. How then can I display say there are 50 links? Is there away to auto adjust and arrange to fit in the window? My window size is 794 x 565. Thanks.

Soon

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top