Bitcoin Forum
May 27, 2024, 02:16:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Banner help  (Read 814 times)
TheBitMan (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
July 06, 2011, 07:22:50 PM
 #1

How would I add a link to a banner I make in photoshop?
Alex Beckenham
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
July 06, 2011, 07:27:35 PM
 #2

How would I add a link to a banner I make in photoshop?

Image files (jpg, gif, png) don't actually have links built into them. The link is added later by HTML code (or on forums by BB code).

So, save your banner as an image, then upload it somewhere to the web.

Then you can use code like this example, to show it on the forum:

Code:
[url=http://example.com][img]http://example.com/images/mybanner.jpg[/img][/url]

Or, if you're putting it in a web page as HTML, use something like:

Code:
<a href="http://example.com"><img src="http://example.com/images/mybanner.jpg"></a>

-Alex

TheBitMan (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250



View Profile
July 06, 2011, 07:33:54 PM
 #3

How would I add a link to a banner I make in photoshop?

Image files (jpg, gif, png) don't actually have links built into them. The link is added later by HTML code (or on forums by BB code).

So, save your banner as an image, then upload it somewhere to the web.

Then you can use code like this example, to show it on the forum:

Code:
[url=http://example.com][img]http://example.com/images/mybanner.jpg[/img][/url]

Or, if you're putting it in a web page as HTML, use something like:

Code:
<a href="http://example.com"><img src="http://example.com/images/mybanner.jpg"></a>

-Alex

thanks
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!