1. From maxigallery wiki page:
- thumb_shadow_bgcolor = [ RGB Hexadecimal ] : Shadow background color for thumbnail pics, should be the same as page bgcolor. Default: "FFFFFF"
- pic_shadow_bgcolor = [ RGB Hexadecimal ] : Shadow background color for normal pics, should be the same as page bgcolor. Default: "FFFFFF"
- big_shadow_bgcolor = [ RGB Hexadecimal ] : Shadow background color for big pics, should be the same as page bgcolor. Default: "FFFFFF"
2. Use &display=`embedded` and slidebox, slimbox or lightboxv2 as &embedtype value. The gallery you linked to uses slidebox, slimbox and lightboxv2 looks both the same, but slimbox is done using mootools and lightboxv2 is done using scriptaculous/prototype.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
That happens because you don’t have any html code in that page other than what maxigallery produces. Eg you need to have <html><head></head><body></body></html> tags atleast so that modx knows where to put the javascripts. The blue border that you are seeing is teh default link border. You can get rid of it using css. Put img {border:0}; in your css.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Doze,
It worked great. I cannot thank you enough, everything is doing what I want it to do.
Thanks so much for the help!
-- Nate