delica logo link
Moderator: mark
-
- Posts: 750
- Joined: Fri Jan 12, 2007 11:02 am
- Member's Photo Album: http://www.delica.ca/Photos/
- Location: Richmond B.C.
delica logo link
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.
-
- Posts: 868
- Joined: Mon Jul 24, 2006 8:44 pm
- Member's Photo Album: http://www.delica.ca/Photos/
- Vehicle: L300 poptop gasser
- Location: Vancouver, bC
- Location: Vancouver, BC
Re: delica logo link
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.Adrock wrote:Old habits die hard
Josh
- mark
- Site Admin
- Posts: 480
- Joined: Wed Jul 05, 2006 12:56 pm
- Member's Photo Album: http://www.delica.ca/Photos
- Vehicle: 1994 L400
- Location: North Vancouver
- Location: North Vancouver
Re: delica logo link
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>

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>

-
- Posts: 3257
- Joined: Wed Jul 19, 2006 9:18 pm
- Member's Photo Album: http://www.delica.ca/Photos/
- Vehicle: 1994 L400 Royal Exceed PF8W
- Location: Calgary Alberta Canada
- Contact:
Re: delica logo link
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>
- mark
- Site Admin
- Posts: 480
- Joined: Wed Jul 05, 2006 12:56 pm
- Member's Photo Album: http://www.delica.ca/Photos
- Vehicle: 1994 L400
- Location: North Vancouver
- Location: North Vancouver
Re: delica logo link
Thanks Green1 -- Your solution works perfectly!
Cheers,
Mark
Cheers,
Mark
-
- Posts: 750
- Joined: Fri Jan 12, 2007 11:02 am
- Member's Photo Album: http://www.delica.ca/Photos/
- Location: Richmond B.C.
Re: delica logo link
awesome. I don't have to relearn everything i know.