News:

Wondering if this will always be free?  See why free is better.

Main Menu

Add image link below copyright

Started by bullbreedluverz, January 17, 2009, 07:49:35 PM

Previous topic - Next topic

bullbreedluverz

i want to embed this image link below the copyright on 1.1.7 default theme 

can some 1 tell me where and how and what changes need to be made or added to it to get it centred - cheers

<a href="http://www.**********.com"><img src="http://www.*********.com/*******.jpg" alt="*********" width="88" height="31" border="0" longdesc="http://www.********.com" /></a>"

Antechinus

Do it like this. Find this bit:

<td width="28%" valign="middle" align="', !$context['right_to_left'] ? 'left' : 'right', '">
<a href="http://validator.w3.org/check/referer" target="_blank"><img id="valid-xhtml10" src="', $settings['images_url'], '/valid-xhtml10.gif" alt="', $txt['valid_xhtml'], '" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img id="valid-css" src="', $settings['images_url'], '/valid-css.gif" alt="', $txt['valid_css'], '" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
</td>
</tr>
</table>';


and replace it with:

<td width="28%" valign="middle" align="', !$context['right_to_left'] ? 'left' : 'right', '">
<a href="http://validator.w3.org/check/referer" target="_blank"><img id="valid-xhtml10" src="', $settings['images_url'], '/valid-xhtml10.gif" alt="', $txt['valid_xhtml'], '" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img id="valid-css" src="', $settings['images_url'], '/valid-css.gif" alt="', $txt['valid_css'], '" width="54" height="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout="smfFooterHighlight(this, false);" /></a>
</td>
</tr>
                        <tr align="center"><td><a href="http://www.**********.com"><img src="http://www.*********.com/*******.jpg" alt="*********" width="88" height="31" border="0" longdesc="http://www.********.com" /></a></td>
                         </tr>
</table>';

bullbreedluverz

cheers for your help......... yet again, are you sick of me yet  ;) lol

Antechinus


bullbreedluverz

Ive added the code and the image is displayed but its aligning over to the left hand side - if you click the forum link under my signature image you can see its positioning

Deaks

find:

<tr align="center"><td><a href="http://www.**********.com"><img src="http://www.*********.com/*******.jpg" alt="*********" width="88" height="31" border="0" longdesc="http://www.********.com" /></a></td>
                         </tr>


replace with
<tr><td align="center" colspan="3"><a href="http://www.**********.com"><img src="http://www.*********.com/*******.jpg" alt="*********" width="88" height="31" border="0" longdesc="http://www.********.com" /></a></td>
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

bullbreedluverz

#6
cheers runic ill try that in a bit im in the middle of something else at the moment but ill post and let you know

that worked, cheers

Deaks

when you doing a table and your first row has 3 collumns, and your second row you only need one you need to use the colspan otherwise it lays it out so the collumn on row two ends at end of collumn 1 , for this colspan="3" makes the collumn on row 2 span all the way over to end of table, if I had colspan="2" it would end at end of the second collumn and so forth, also align tags shouldnt be put into the <tr>
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

bullbreedluverz

Runic Warrior
Customize Team Mentor
Local Moderator
Simple Machines Hero
*
Online Online

Gender: Male
Posts: 9,740  <--------------------------- maybe when i reach this amount of posts i'll come back and read your post again and fully understand   what you just said lol

im an expert at cut and paste tho lol

Deaks

lol maybe but it depends on how much spam you do in chat chat :P
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

Tyrsson

Those darned colspans again (things drive me crazy lol).
PM at your own risk, some I answer, if they are interesting, some I ignore.

Antechinus

Damn. Forgot the colspans again. Should know better but it was late. Thanks Runic.

bullbreedluverz

its ok i'll let you off........ just dont do it again  :D

Advertisement: