how to change distance between image thumbnails and top of page? And where set same color for heading and links?

X3 Photo Gallery Support Forums
1. Try going to admin -> settings -> thumbnails.thumbnails.margin ... The first value in the 4-value array represents the top margin. Keep in mind this is minimum margins and doesn ´t always represent the set margin you want, as it depends on screen dimensions. By default, thumbnails always align to the CENTER if margins are sufficient.xman wrote:Hi,
how to change distance between image thumbnails and top of page? And where set same color for heading and links?
We are not recommending using table just for fun. You need to pack ALL your content into a table, including the footer and the gallery. Why? Because then you can set the table to cover 100% of the browser height, and the rows will adapt within your table to cover the entire screen. You can ´t just add a bunch of div tags or a mix of tables and div tags and expect everything to pack within your EXACT browser height. How would that be possible?xman wrote:I want divs no tables
.logoG {
background:url(img/logoG.png) no-repeat;
width:150px;
height:76px;
display:block;
float:left;
text-indent:-9999px;
behavior: url("iepngfix.htc");
}