Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ddl1

Pages: [1]
1
Templates & Styles (Requests & Discussions) / title help need
« on: January 31, 2009, 09:01:10 PM »
hello

i have prob in my title <title>Download,&nbsp;Mobile Video,&nbsp;</title>

how to remove &nbsp; code in title ?

my sorce code show &nbsp; in title

plz help

2
Mods & Plugins (Requests & Discussions) / Plzz i realy need this help
« on: December 31, 2008, 10:30:27 AM »
hello i want to make a new service in my gallery website , who my visitors can see the photo thumbnail and detail page on their phone and download image via phone so can anyone help me or tell me how i can setup the photo on the WAP , thanx

3
Any help me  :(

4
Hello sir

need help to show thumb image in detail page ( not media file )

see my site www.nokiabox.com and click to themes thumb image
i want to show this same thumb image in detail page

any help me how to show ?

SEE THIS 2 ATECHMEMNT

5
Thanks Kurt for your quick reply,

but it doesn't function.

BTW, I tried to attach a screenshot, but I can't post then...

Try this:

File path: /templates/iceberg/images/style.css

Find:

Code: [Select]
.thumb {
border: 1px solid #e8e8e8;
background: #f5f9fc;
cursor: pointer;
padding: 14px;
}

.thumb2 {
border: 1px solid #cde0f0;
background: #edf4fa;
cursor: pointer;
padding: 14px;
}

Replace with:

Code: [Select]
.thumb {
border: 1px solid #e8e8e8;
background: #f5f9fc;
cursor: pointer;
padding: 14px;
height: 200px;/* Or any suitable height*/
}

.thumb2 {
border: 1px solid #cde0f0;
background: #edf4fa;
cursor: pointer;
padding: 14px;
height: 200px;/* Or any suitable height*/
}


hello friends i use this in my template http://www.nokiabox.com
but all image show on uper side
posible to show all image center ?

Pages: [1]