# Crappola! I need to mod Stringy's xml gallery for 10 not 8 galleries!

**URL:** https://forum.kirupa.com/t/crappola-i-need-to-mod-stringys-xml-gallery-for-10-not-8-galleries/229555
**Category:** flash
**Created:** [June 18, 2007, 3:27pm UTC](https://forum.kirupa.com/t/crappola-i-need-to-mod-stringys-xml-gallery-for-10-not-8-galleries/229555 "2007-06-18T15:27:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![somnamblst](https://avatars.discourse-cdn.com/v4/letter/s/a4c791/32.png) [@somnamblst](https://forum.kirupa.com/u/somnamblst)
#### Post date: [June 18, 2007, 3:27pm UTC](https://forum.kirupa.com/t/crappola-i-need-to-mod-stringys-xml-gallery-for-10-not-8-galleries/229555/1 "2007-06-18T15:27:00Z")

</div>

many of you are probably familiar with Stringy’s multi xml gallery.

> **[Slideshow - Page 6](https://www.kirupa.com/forum/showthread.php?p=2021776)**
>
> Got a web design/development question or just want to hang out with the most awesome people on the planet? Drop on in!

I realize that the extra galleries end up on a second page but whoever ends up on the 2nd page will be mad. I’d rather make the page deeper and keep all the galleries on the first page.

The crappola part is due to a deadline and tons of images. I know how to decrease the number of galleries as I initially wanted to have 6 galleries and Stringy told me the following:

You can change the size of the boxes by changing these variables (or associated variables)

ActionScript Code:  
[LEFT][FONT=Courier New]th = [COLOR=#0000ff]Math[/COLOR].[COLOR=#0000ff]round[/COLOR]COLOR=#000000[/COLOR];[/FONT]  
[FONT=Courier New]tw = [COLOR=#0000ff]Math[/COLOR].[COLOR=#0000ff]round[/COLOR]COLOR=#000000[/COLOR];[/FONT][/LEFT]

so to make say 3 rows/2 columns you could change to this

ActionScript Code:  
[LEFT][FONT=Courier New]th = [COLOR=#0000ff]Math[/COLOR].[COLOR=#0000ff]round[/COLOR]COLOR=#000000[/COLOR];[/FONT][/LEFT]

So I changed it to the following but I’m still getting just 4 rows for a total of 8 galleries

```auto
//Math.round((sizeh-200)/5)
th = Math.round(sizeh/5-(4*spaceh)/5-30/5);
tw = Math.round((sizew/2)-(3*spacex)/2);

```

Is there something else I’m missing? I revised the xml file to have exactly 10 Galleries but 9&10 are not displaying on the first gallery page.

I realize the original thread is in Sources/Experiments but the thread is so long it’s hard to navigate
