Jump to content

Recommended Posts

Posted

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?

Posted
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?

 

You missed the end quote after STYLE="text-decoration:none

 

that should fix it

 

Lee

Posted

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. :)

Posted
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. :)

 

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

Posted

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. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...