Page 1 of 1
delica logo link
Posted: Sat Jun 16, 2007 7:46 pm
by Adrock
Hey mark, is it possible for the delica logo on the top right to link to the forum index like it did before? Old habits die hard, I hate looking for that little board index link when I used to just click on the big guy up top. No biggy, but it would be nice.
Re: delica logo link
Posted: Sat Jun 16, 2007 8:11 pm
by josh
Adrock wrote:Old habits die hard
Yup, you can't teach an old dog like Adam new tricks? Right? :lol: sheesh... the poster boy for youth is stuck in his ways. Just razzing you. I wouldn't mind that tweak back into a logo/link either Mark, if its not to much of a hassle.
Josh
Re: delica logo link
Posted: Sat Jun 16, 2007 8:40 pm
by mark
I'll see what I can do (without butchering the entire forum this time -- I promise!).
In the interim, if there's anybody in this forum who knows php and HTML, the problem lines reads as follows:
<table width=100% cellspacing=0 cellpadding=0>
<tr class="header-tile">
<td rowspan=2 width=146px class="header"><img src="{T_THEME_PATH}/images/header-left.jpg" class=header-image" /></td>

Re: delica logo link
Posted: Sun Jun 17, 2007 11:07 am
by Green1
I'll admit that I'm clueless when it comes to php... but from what I know of HTML (and what you posted looks like a plain old html table) wouldn't it be as simple as wrapping the img tag in an href tag? ie:
Code: Select all
<table width=100% cellspacing=0 cellpadding=0>
<tr class="header-tile">
<td rowspan=2 width=146px class="header"><a href=http://delica.ca/forum/index.php><img src="{T_THEME_PATH}/images/header-left.jpg" class=header-image" /></a></td>
Re: delica logo link
Posted: Sun Jun 17, 2007 7:41 pm
by mark
Thanks Green1 -- Your solution works perfectly!
Cheers,
Mark
Re: delica logo link
Posted: Sun Jun 17, 2007 11:58 pm
by Adrock
awesome. I don't have to relearn everything i know.