Profile photo border

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

Profile photo border

Postby mrmike on Mon Jul 14, 2008 3:19 pm

Can someone direct me to the correct place to remove the border around the users image on the profile page.

Thanks,
Mike
mrmike
 
Posts: 28
Joined: Sun Jun 01, 2008 6:17 pm

Re: Profile photo border

Postby Gnus on Mon Jul 14, 2008 9:37 pm

You need to open preview_profile_gallery_on.html and remove the bgcolor="#F0F0F0" out of the first table. I totally redid mine. To much code if you ask me.

Orginal:
Code: Select all
<table width="150" height="200" border=0 cellspacing=0 cellpadding=0 bgcolor="#F0F0F0">
   <tr>
      <td align="left" valign="bottom" height="95%">
         <table width="142" height="192" cellpadding="0" cellspacing="1" align="left" valign="bottom" bgcolor="#000000">
            <tr bgcolor="#FFFFFF">
               <td align="center" valign="top">
                  <br>
                  <center>{IMAGE}
                  <br><br><b>{MEMBER_LOGIN} is {ONLINE_STATUS}</b>
                  <br>{TOTAL_PHOTO} photos in album {VIEW_IMAGE_LINK}
                  </center><br>
               </td>
            </tr>
         </table>
      </td>
   </tr>
</table>


Here's Mine:
Code: Select all
<table cellpadding="0" cellspacing="1" align="left" valign="bottom">
            <tr>
               <td align="center" valign="top">
                  <br>
                  <center>{IMAGE}
                  <br><b>{MEMBER_LOGIN} is {ONLINE_STATUS}</b>
                  <br>{TOTAL_PHOTO} photos in album {VIEW_IMAGE_LINK}
                  </center>
               </td>
            </tr>
         </table>


Gary
Gnus
 
Posts: 10
Joined: Mon Jun 30, 2008 10:46 pm

Re: Profile photo border

Postby mrmike on Thu Jul 17, 2008 9:09 am

wow I missed that. Thank you Gary...
mrmike
 
Posts: 28
Joined: Sun Jun 01, 2008 6:17 pm

Re: Profile photo border

Postby Gnus on Fri Jul 18, 2008 12:49 pm

Not a problem. Your welcome.

Gary
Gnus
 
Posts: 10
Joined: Mon Jun 30, 2008 10:46 pm


Return to Webscribble Custom Modifications

Who is online

Users browsing this forum: No registered users and 45 guests

cron