View Single Post
  #11  
Old 06-14-2007, 07:46 AM
 
NickC NickC is offline
 

Senior Member
  
Join Date: May 2007
Posts: 134
 

Default Re: How do I change the actual text displayed on my login pages?

Hi

This is where I want the change http://sugarplumtree.co.uk/links.php

I am trying to make the link title i.e Baby Beats links text bold and a bit bigger to stand out from link discription.

Below is the links_form, what or where do i make the change to achieve the above?


<p>{$lng.lbl_links_description}</p>
<form method="POST" action="links/addlink.php">
<table border="0" cellpadding="5" cellspacing="0">
<tr>
<td><b>{$lng.lbl_links_name}:</b></td>
<td><input type="text" name="name" maxlength="50" size="40"></td>
</tr>
<tr>
<td><b>{$lng.lbl_links_email}:</b></td>
<td><input type="text" name="email" maxlength="50" size="40"></td>
</tr>
<tr>
<td><b>{$lng.lbl_links_website_title}:</b></td>
<td><input type="text" name="title" maxlength="50" size="40"></td>
</tr>
<tr>
<td><b>{$lng.lbl_links_website_url}:<b></td>
<td><input type="text" name="url" maxlength="100" value="http://" size="40"></td>
</tr>
<tr>
<td><b>{$lng.lbl_links_reciprocal_link}:</b></td>
<td><input type="text" name="recurl" maxlength="100" value="http://" size="40"></td>
</tr>
</table>
<br><b>{$lng.lbl_links_website_description}:</b><br>
<input type="text" name="description" maxlength="200" size="50"></p>
<p><br><input type="submit" value="Add link"></p>
</form>

cheers

Nick
__________________
4.1.9
X-Magnifier
X-FAQ's Manager
Skin-'Fashion Mosaic'
Links Manager
Meta Tag Pro
A-O-M
RSS Feed
SnS Live Help
Marketing Manager Pro
Banner Manager
Reply With Quote