Sign in to follow this  
Aki

Forums Suggestion

Recommended Posts

Can you make the banner right at the top clickable for us to access the main site straight? Main site as in www.helbreathnemesis.com

 

Since most site does that, I keep scrolling up when I wanna access web wh and realise i have to type the site again. :P

 

Just my 2 cents.

Share this post


Link to post
Share on other sites

its easy to do, just change it to a button instead of a label, and add 1 line of code.

 

Maybe for another type of forum, but I'm not too sure InvisionBoard will let me do that. The settings are saying that there's already a link above the header, but 1. I don't know which header it is, and 2. I still don't see it! :blink:

 

When I have some more free time, maybe this weekend, I'll mess around with some more settings...

Share this post


Link to post
Share on other sites

its easy to do, just change it to a button instead of a label, and add 1 line of code.

 

Maybe for another type of forum, but I'm not too sure InvisionBoard will let me do that. The settings are saying that there's already a link above the header, but 1. I don't know which header it is, and 2. I still don't see it! :blink:

 

When I have some more free time, maybe this weekend, I'll mess around with some more settings...

 

Thanks alot Jing!

 

I looked around the page source and I believe the code to be changed is here.

 

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

 

<td height="73" style="background: url(style_images/scarlet/header_mt.jpeg)"><img src="style_images/scarlet/header_main.jpeg" width="628" height="73" alt="" /></td>

<td width="6" height="114" rowspan="2" valign="top"><img src="style_images/scarlet/header_rs.gif" width="6" height="114" alt="" /></td>

</tr>

 

I'm really bad at HTML, but the code should be something like this.

 

<table width="100%" border="0" cellpadding="0" cellspacing="0">

<tr>

 

<td height="73" style="background: url(style_images/scarlet/header_mt.jpeg)"><a href="www.helbreathnemesis.com"><img src="style_images/scarlet/header_main.jpeg" width="628" height="73" alt="" /></td>

<td width="6" height="114" rowspan="2" valign="top"><img src="style_images/scarlet/header_rs.gif" width="6" height="114" alt="" /></td>

</tr>

 

By adding <a href="www.helbreathnemesis.com"> (Which I have bolded and underlined for you) before the img src, it will make the image clickable to that specific link.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this