1
tedsmith
Changing Font Colour & Style in MyAlbum Module - need help.
  • 2004/10/7 17:10

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


I'm not sure if this is a theme, css, template or module question, but here goes..

I use the MyAlbum module, and the Zaja-System theme. I have cloned my templates. Great.

I want to make the writing of my links in the myAlbum module bigger and bolder. If you click the myalbum link of my site and scroll half way down the page you will see

Lost Dogs... Total:1 (0)
Lost Cross-Breed Dogs... (1) Lost Pedigree Dogs...

etc. I want that bit of text much bigger and bolder.

I once changed this area by editing the template file called 'myalbum_photo.html' - this is how I got them centred etc. But I don't know how to change the way the ext actually looks - not done much with CSS etc.

Can anyone help me here? Incidentally, the current template content looks like this :

<{strip}>
<
table width="100%" cellspacing="0" class="outer">
  <
tr>
    <
td class="even">
      <
br />
      <{include 
file="db:myalbum_header.html"}>
      <
table broder='0' cellpadding='0' cellspacing='0' width='100%'>
        <
tr>
          <
td align='left'>
            <
span style="font-weight:bold;"><a href='index.php'><{$lang_album_main}>a>&nbsp;:&nbsp;<{$album_sub_title}>&nbsp;<{$photo.title}>span>
          td>
          <
td align='right'>
            <{if 
$lang_add_photo}><a href="submit.php"><{$lang_add_photo}><img src="<{$mod_url}>/images/pictadd.gif" border="0" alt="<{$lang_add_photo}>" />a><{/if}>
          td>
        tr>
      table>
    td>
  tr>
table>
<
br />
<
p align='center'>
    <{
$photo_nav}>
p>
<
table width="100%" cellspacing="0" cellpadding="10" border="0">
  <
tr>
    <
td align="center">

      <
a href="<{$photo.ahref_photo}>" target="_blank" onClick="window.open('<{$photo.ahref_photo}>','','width=<{$photo.window_x}>,height=<{$photo.window_y}>');return(false);"><img src="<{$photo.imgsrc_photo}>" border="0" align="center" vspace="3" hspace="7" alt="<{$photo.title}>" <{$photo.width_height}> />a>
      <
br />
      <
table width="100%" cellspacing="0" cellpadding="10" border="0">
        <
tr>
          <
td align="left">


   <{* 
1ST LINE OF INFORMATION *}>

    <{* 
EDIT ICON *}>
    <{if 
$photo.can_edit}>
      <
a href='<{$mod_url}>/editphoto.php?lid=<{$photo.lid}>'><img src='<{$mod_url}>/images/editicon.gif' border='0' alt='<{$lang_editthisphoto}>' />a>
    <{/if}>

    <{* 
PHOTO'S SUBJECT *}>
    <{$photo.lid}>'><{$mod_url}>/photo.php?lid=<{$photo.lid}>&amp;cid=<{$photo.cid}>'><{$photo.title}>

    <{* NEW ICON *}>
    <{if $photo.is_newphoto}>
      <{$mod_url}>/images/newred.gif' border='0' alt='<{$lang_new}>' title='<{$lang_new}>' />
    <{/if}>

    <{* UPDATE ICON *}>
    <{if $photo.is_updatedphoto}>
      <{$mod_url}>/images/update.gif' border='0' alt='<{$lang_updated}>' title='<{$lang_updated}>' />
    <{/if}>

    <{* POPULAR ICON *}>
    <{if $photo.is_popularphoto}>
      <{$mod_url}>/images/pop.gif' border='0' alt='<{$lang_popular}>' title='<{$lang_popular}>' />
    <{/if}>
    


   <{* 2ND LINE OF INFORMATION *}>

    <{* SUBMITTER *}>
    <{if $photo.submitter > 0}>
      <{$xoops_url}>/userinfo.php?uid=<{$photo.submitter}>'>
        <{$mod_url}>/images/submitter.gif' width='16' height='16' alt='<{$lang_submitter}>' border='0' />
      
      <{$photo.submitter_name}>
      <{$mod_url}>/viewcat.php?uid=<{$photo.submitter}>'><{$mod_url}>/images/myphotos.gif' width='16' height='16' alt='<{$photo.info_morephotos}>' border='0' />
    <{else}>
      <{$mod_url}>/images/submitter.gif' width='16' height='16' alt='<{$lang_submitter}>' />
      <{$photo.submitter_name}>
    <{/if}>
        

    <{* CATEGORY *}>
    <{if $photo.cat_title}>
      <{$mod_url}>/viewcat.php?cid=<{$photo.cid}>'><{$mod_url}>/images/folder16.gif' width='16' height='16' alt='<{$lang_category}>' border='0' /><{$photo.cat_title}>    
    <{/if}>

    <{* LAST UPDATED *}>
    <{$mod_url}>/images/clock.gif' width='16' height='16' alt='<{$lang_lastupdatec}>' /><{$photo.datetime}>

    


   <{* 3RD LINE OF INFORMATION *}>

    <{* HIT COUNTS *}>
    <{$mod_url}>/images/hits.gif' width='16' height='16' alt='<{$lang_hitsc}>' /><{$photo.hits}>   

    <{* COMMENT COUNTS *}>
    <{$mod_url}>/images/comments.gif' width='16' height='16' alt='<{$lang_commentsc}>' /><{$photo.comments}>    


    


   <{* DESCRIPTION *}>

    <{if $photo.description}>
      0' cellpadding='0' cellspacing='0' width='100%' class='outer'>
        
          odd'>
            <{$photo.description}>
          
        
      
    <{/if}>



          
        
      

    
  


center'>
    <{$photo_nav}>




  <{$commentsnav}>
  <{$lang_notice}>




<{if $comment_mode == "flat"}>
  <{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
  <{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
  <{include file="db:system_comments_nest.html"}>
<{/if}>




  
    
      
      <{include file='db:system_notification_select.html'}>
      
      <{include file="db:myalbum_footer.html"}>
    
  

<{/strip}>


Thanks

2
tedsmith
Re:Changing Font Colour & Style in MyAlbum Module - need help.
  • 2004/10/9 20:55

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


**BUMP**

Login

Who's Online

249 user(s) are online (201 user(s) are browsing Support Forums)


Members: 0


Guests: 249


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits