View Single Post
Old 04-12-2004, 05:56 PM   #2
vinyl-junkie
Purple Mole
 
Join Date: Jan 2004
Posts: 694
Sure. Take this whole section of code (loooking at the phpdig.html version of the template):
Code:
<phpdig:results>
             <p class='blue'>
             <b><phpdig:n/>. <span style='font-size:10px;'>
			 [<phpdig:weight/> %]</span>&nbsp;&nbsp;<phpdig:page_link/></b><br />
             <span class="smallLink"><phpdig:limit_links/></span><br />
             </p>
             <blockquote class='grey'>
             <phpdig:text/>
             </blockquote>
</phpdig:results>
and replace it with:
Code:
<phpdig:results>
             <p class='blue'>
             <b><phpdig:page_link/></b><br />
             </p>
</phpdig:results>
vinyl-junkie is offline   Reply With Quote