1
   

Help making a link in php file

 
 
husker
 
Reply Wed 2 Nov, 2005 10:38 pm
I have this little piece of part of a wordpress sidebar and I want to turn the word "About" into a link without missing everything up. Is it possible to do with out missing everything up, and can I get help getting it coded right?
Thanks

Quote:
width="13" height="39" alt="" /></td>
</tr>
<tr>
<td class="bg06"> </td>
<td><ul><li><h2>About</h2>
<?php bloginfo('description'); ?></li></ul>
<ul><li><h2>Archives</h2></li>


the link would point to:
http://websitenameexample.us/?page_id=3

thanks
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 888 • Replies: 2
No top replies

 
nighthawk
 
  1  
Reply Sun 6 Nov, 2005 04:37 pm
Code:
width="13" height="39" alt="" /></td>
</tr>
<tr>
<td class="bg06"> </td>
<td><ul><li><a href="http://websitenameexample.us/?page_id=3"><h2>About</h2></a>
<?php bloginfo('description'); ?></li></ul>
<ul><li><h2>Archives</h2></li>


Should work fine...
0 Replies
 
husker
 
  1  
Reply Mon 7 Nov, 2005 03:01 pm
thanks will get it a try very soon
thanks again
I must have been doing something wrong on my own it kept missing up the template alignment!
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » Help making a link in php file
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 04/24/2024 at 05:56:48