Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free phpBB Templates > ClanzDarkness2

top.jpg with URL

Black and Brown gaming template for phpBB
    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 04-09-2006, 09:30 AM   #1 (permalink)
 
Title: Member
Join Date: Apr 2006
Age: 23
Posts: 28
Rep Power: 0 BULLFROG is on a distinguished road
top.jpg with URL

Hello,

sorry for my bad english, because i come from germany

One, i think simply question:
I want to put a Link behind the top.jpg so when you can click the Header top.jpg and it jumps in the same window to a other Site
With "a href" i allready tested it in the overall_header.tpl on the line with the information of the top.jpg but it doesn´t work

Can someone help me please

Last edited by BULLFROG; 04-09-2006 at 09:54 AM.
BULLFROG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2006, 09:01 PM   #2 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: top.jpg with URL

if i'm correct, the top.jpg image is a background. for that reason you can't click it. but there is a way arround this.

you have to link the table cell instead of the image.

in the <tr> tag for that row, put

Quote:
onclick="DoNav('http://e1studios.net/');
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-09-2006, 10:27 PM   #3 (permalink)
 
Title: Member
Join Date: Apr 2006
Age: 23
Posts: 28
Rep Power: 0 BULLFROG is on a distinguished road
Re: top.jpg with URL

Quote:
<tr>
<td width="11" height="135"><img width="11" height="135" border="0" src="templates/ClanzDarkness2/images/topside1.jpg"></td>
<onclick="DoNav('http://www.French-Classics.de/'); td colspan="2" width="100%" height="135" background="templates/ClanzDarkness2/images/top.jpg"></td>
<td width="11" height="135"><img width="11" height="135" border="0" src="templates/ClanzDarkness2/images/topside2.jpg"></td>
</tr>
then it looks like that and it dont work. When i make it on this way, my header top.jpg is invisible and i cant klick it.
maybe i forgot something ?
BULLFROG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2006, 12:21 AM   #4 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: top.jpg with URL

<tr>
<td width="11" height="135"><img width="11" height="135" border="0" src="templates/ClanzDarkness2/images/topside1.jpg"></td>
<td colspan="2" width="100%" height="135" onclick="DoNav('http://www.French-Classics.de/');" background="templates/ClanzDarkness2/images/top.jpg"></td>
<td width="11" height="135"><img width="11" height="135" border="0" src="templates/ClanzDarkness2/images/topside2.jpg"></td>
</tr>

try that. you missed an " and put the onclick on the wrong place.
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2006, 01:09 AM   #5 (permalink)
 
Title: Member
Join Date: Apr 2006
Age: 23
Posts: 28
Rep Power: 0 BULLFROG is on a distinguished road
Re: top.jpg with URL

no, it doesnt work. The pic is on the position but you cant click on it so you go to www.French-Classics.de
Exist the favascript-function DoNav() ?
BULLFROG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2006, 01:17 AM   #6 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,823
Images: 386
Blog Entries: 5
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: top.jpg with URL

like fragalot said the image is set as a background image, so cannot be made into a link. You could proberly cut about 200 pixels of the header and add it to the cell so it sits on top.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2006, 03:03 AM   #7 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: top.jpg with URL

it's working fine for me...

and yes, DoNav exists
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2006, 03:38 AM   #8 (permalink)
 
Title: Member
Join Date: Apr 2006
Age: 23
Posts: 28
Rep Power: 0 BULLFROG is on a distinguished road
Re: top.jpg with URL

now it works with

Quote:
function DoNav(theUrl)
and

Quote:
<tr onclick="DoNav('http://www.French-Classics.de/');">
<td width="11" height="135"><img width="11" height="135" border="0" src="templates/ClanzDarkness2/images/topside1.jpg"></td>
<td colspan="2" width="100%" height="135" background="templates/ClanzDarkness2/images/top.jpg"></td>
<td width="11" height="135"><img width="11" height="135" border="0" src="templates/ClanzDarkness2/images/topside2.jpg"></td>
</tr>
Big thanks for that suggestion with "DoNav" !
BULLFROG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-10-2006, 05:04 AM   #9 (permalink)
 
Fragalot's Avatar
 
Title: Ipood
Join Date: Nov 2004
Location: belgium west-flandres
Age: 18
Posts: 4,418
Images: 1
Rep Power: 8 Fragalot is on a distinguished road
Send a message via ICQ to Fragalot Send a message via MSN to Fragalot Send a message via Yahoo to Fragalot
Re: top.jpg with URL

no problem!
glad to see you got it sorted!
__________________

|_|0|_|
|_|_|0|
|0|0|0|

http://wargaming.org - under construction
irc.wargaming.org #wargaming

Fragalot is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2006, 03:38 AM   #10 (permalink)
 
Title: Member
Join Date: Nov 2006
Posts: 3
Rep Power: 0 Stetch is on a distinguished road
Re: top.jpg with URL

Question...

Do i need to do the Function DoNav(URL) and where does that go, or will this work with just the onclick="DoNav('http://www.French-Classics.de/') part?

Our old admin had this sorted and I overwrite the overall_header.tpl file and need to sort this from scratch again... And I've never done this stuff b4
Stetch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


  
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 05:52 AM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55