[Solved] Any Idea ? Hope you can give me some hints to do it

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
cpyu99

[Solved] Any Idea ? Hope you can give me some hints to do it

Post by cpyu99 »

What I am trying to do is simple, but I don't know how to do it in CMS made simple

1. I want a listing of PDF reports to show in a webepage (Not File manager)

2. This PDF file can upload by myself (I use news module, but I think it is hard to do what I want)

3. The PDF link can directly link to the PDF file in my server.  NOT News Listing -> News Details -> Open PDF file with link embedded in News Content.


Sample : http://www.autosolution-hk.com/cheuknang/investor.html

What Module I should use..  It looks simple, but hard to implement in CMS made simple. 

Thanks in advance
Last edited by cpyu99 on Fri Jul 20, 2007 11:29 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Any Idea ? Hope you can give me some hints to do it

Post by RonnyK »

Have you checked the uploads module, that can be used for uploading files, showing/sharing them.

Ronny
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Any Idea ? Hope you can give me some hints to do it

Post by Dr.CSS »

I thought you were looking to have the PDF to open in the browser...

Unless they have some kind of pluggin it will just want to download to view, you can do it just like this...

http://mobilitypartners.com/index.php?p ... y-partners

The link has a class assigned to it  <a class="pdf"

It was done using this in the CSS...

#main .pdf{
        padding: 5px 0 5px 25px;
        background-image: url(uploads/icons/pdf.jpg);
background-position: center left;
background-repeat: no-repeat;
        color: #587A9C;
text-decoration: underline;
}

Can't attach the image here, no room in the attach folder or some such error...
cpyu99

[Solved] Any Idea ? Hope you can give me some hints to do it

Post by cpyu99 »

Thanks Everybody .
Locked

Return to “Layout and Design (CSS & HTML)”