is it possible to list the links from a file in content side by side like this:
Download 1 | Download 2 | Download 3
Now it shows the links in content always one under the other like this:
Download 1
Download 2
Download 3
I tried to change this in the css but without any success.
Please I need help!
Thanks and Greetings
Michael
change layout of list links in content
-
- Phoca Member
- Posts: 11
- Joined: 21 May 2012, 18:58
-
- Phoca Member
- Posts: 11
- Joined: 21 May 2012, 18:58
Re: change layout of list links in content
Ok, I found the solution
Add this in phocadownload.css
.phocadownloadfile16 {
background: url("../images/icon-download-16.png") no-repeat scroll 5px center #FFFFFF;
border: 0 solid #CCCCCC;
display: inline;
margin: 5px;
padding: 5px 5px 5px 25px;
width: 200px;
}
This is when you want to use it with size 16 for the images.

Add this in phocadownload.css
.phocadownloadfile16 {
background: url("../images/icon-download-16.png") no-repeat scroll 5px center #FFFFFF;
border: 0 solid #CCCCCC;
display: inline;
margin: 5px;
padding: 5px 5px 5px 25px;
width: 200px;
}
This is when you want to use it with size 16 for the images.
- Benno
- Phoca Hero
- Posts: 9635
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: change layout of list links in content
Ok.
Kind regards,
Benno
Kind regards,
Benno