Orange on orange

Modifications To The Webdate Script. Including Image Resize And Branding. Many More.

Orange on orange

Postby Starbuck on Fri Feb 01, 2008 1:43 am

I have the orange premium homepage. The featured profiles heading is orange on orange I would like to make sure it stands out. I am afraid if I change the css it will affect other places where it appears on a light background. How can I change the way it looks?
Starbuck
 
Posts: 16
Joined: Wed Jan 30, 2008 4:06 pm

Re: Orange on orange

Postby paul on Fri Feb 01, 2008 8:29 pm

You can change the look of your featured profiles on your premium template

by modifying the html in

templates/index_features_profile_entry.html

Have a look at it I changed it all to white... this code only effects the entry...

Code: Select all
<tr valign="top">
   <td width="110">
      <a href="index.php?page=view_profile&id={CURRENT_PROFILE_ID}">{PROFILE_IMAGE}</a>
   </td>
   <td width="{TD_WIDTH}">
      <b><a href="index.php?page=view_profile&id={CURRENT_PROFILE_ID}"><font color="#FFFFFF">{CURRENT_PROFILE_NAME}</font></a></b><br>
      <font color="#FFFFFF">Gender - Age:<br /> {CURRENT_PROFILE_GENDER} - {CURRENT_PROFILE_AGE}<br></font>
      <font color="#FFFFFF">General Info:<br>{CURRENT_PROFILE_GENERAL_INFO}<br></font>
   </td>
</tr>


you can put any color code you want into this file where it says font color and it will not affect anywhere else in the site...

Paul
User avatar
paul
Site Admin
 
Posts: 264
Joined: Sat Jan 26, 2008 7:30 pm
Location: Newington,Ct,USA


Return to Webscribble Custom Modifications

Who is online

Users browsing this forum: No registered users and 2 guests

cron