SpdWife Posted April 8, 2005 Posted April 8, 2005 Okay, I've searched and searched through google but I can't find the answer. I want to use an unordered list and link the text to another page. I tried two ways like below and neither worked: <ul> <font size="1" color="000000"> <a STYLE="text-decoration:none href="http://www.policewivesonline.com/articles_bookreviews_iloveacop.html"> <li>I Love A Cop, by Dr. Ellen Kirschman</li> </a> </font> </ul> AND <ul> <font size="1" color="000000"> <li> <a STYLE="text-decoration:none href="http://www.policewivesonline.com/articles_bookreviews_iloveacop.html">I Love A Cop, by Dr. Ellen Kirschman</a> </li> </font> </ul> Any ideas for me? Quote
wampthing Posted April 8, 2005 Posted April 8, 2005 I guess I could be misunderstanding what you are looking to do, but this is how I would use a link in an unordered list <ul> <li><a href="http://www.policewivesonline.com/articles_bookreviews_iloveacop.html">I Love A Cop, by Dr. Ellen Kirschman</a></li> </ul> Quote
Striver Posted April 8, 2005 Posted April 8, 2005 Okay, I've searched and searched through google but I can't find the answer. I want to use an unordered list and link the text to another page. I tried two ways like below and neither worked: <ul> <font size="1" color="000000"> <a STYLE="text-decoration:none href="http://www.policewivesonline.com/articles_bookreviews_iloveacop.html"> <li>I Love A Cop, by Dr. Ellen Kirschman</li> </a> </font> </ul> AND <ul> <font size="1" color="000000"> <li> <a STYLE="text-decoration:none href="http://www.policewivesonline.com/articles_bookreviews_iloveacop.html">I Love A Cop, by Dr. Ellen Kirschman</a> </li> </font> </ul> Any ideas for me? <{POST_SNAPBACK}> You missed the end quote after STYLE="text-decoration:none that should fix it Lee Quote
SpdWife Posted April 8, 2005 Author Posted April 8, 2005 OMG, I feel like such an idiot now, I swear I checked over the code. Thanks bunches! Quote
Striver Posted April 8, 2005 Posted April 8, 2005 OMG, I feel like such an idiot now, I swear I checked over the code. Thanks bunches! <{POST_SNAPBACK}> Don't feel like an idiot...I only knew the answer because I have done that so many times myself Lee Quote
Striver Posted April 8, 2005 Posted April 8, 2005 OMG, I feel like such an idiot now, I swear I checked over the code. Thanks bunches! <{POST_SNAPBACK}> and if you are looking for a good link for the suicide section of that list... http://www.verchi.com/health/suicide.htm Lee Quote
SpdWife Posted April 10, 2005 Author Posted April 10, 2005 Thanks a lot, I appreciate the link. I just hate when I know I've checked something over but still miss it. It's kinda like proof-reading your own writing, you seem to miss it over and over, or maybe that's just me. Quote
Striver Posted April 10, 2005 Posted April 10, 2005 Thanks a lot, I appreciate the link. I just hate when I know I've checked something over but still miss it. It's kinda like proof-reading your own writing, you seem to miss it over and over, or maybe that's just me. <{POST_SNAPBACK}> Oh don't I know it. I hate it when I am reading over one of my articles I have had online for two years or so and I find some horrible typo. My only consolation is seeing errors just as bad in the newspaper on a fairly regular basis. At least I know I'm not alone Lee Quote
stevevan Posted April 10, 2005 Posted April 10, 2005 Reminds me of a programming course I took for college several years back. Spent the better part of two days pulling my hair out trying to figure out why the code wouldn't work. Finally, I had reached the deadline to turn the program in. So I printed out the code, brought it to class, and sitting there reviewing it before handing it to the professor, I noticed a missing semi-colon. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.