Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-21-2008, 01:54 AM   PM User | #1
faclimber
New Coder

 
Join Date: Nov 2006
Posts: 50
Thanks: 11
Thanked 1 Time in 1 Post
faclimber is an unknown quantity at this point
opening pdf's in xhtml

i have an <ol> where each <li> item is a pdf.

Code:
 <ol>
        <li class="dark_blue_underline">Full Course Description PDF </li>
        <li class="dark_blue_underline">Course/Exam Schedule PDF</li>
        <li class="dark_blue_underline">PDF Registration form </li>
    </ol>
how would i code this to open <li> as a pdf'? i've googled this but have had no luck.

thanks.
faclimber is offline   Reply With Quote
Old 02-21-2008, 02:08 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,293
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Unless I'm missing something or you aren't telling us something why don't you just use links?
Code:
<ol>
        <li class="dark_blue_underline"><a href="urltopdft.pdf">Full Course Description PDF</a></li>
        <li class="dark_blue_underline"><a href="urltopdft.pdf">Course/Exam Schedule PDF</a></li>
        <li class="dark_blue_underline"><a href="urltopdft.pdf">PDF Registration form</a></li>
    </ol>
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Users who have thanked _Aerospace_Eng_ for this post:
faclimber (02-21-2008)
Old 02-21-2008, 02:39 AM   PM User | #3
faclimber
New Coder

 
Join Date: Nov 2006
Posts: 50
Thanks: 11
Thanked 1 Time in 1 Post
faclimber is an unknown quantity at this point
thank you. i'm working on a re-code and had never worked with pdf's. your help is greatly appreciated.
faclimber is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:46 PM.


Advertisement
Log in to turn off these ads.