Bitcoin Forum
May 13, 2024, 04:22:36 AM *
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?
1715574156
Hero Member
*
Offline Offline

Posts: 1715574156

View Profile Personal Message (Offline)

Ignore
1715574156
Reply with quote  #2

1715574156
Report to moderator
1715574156
Hero Member
*
Offline Offline

Posts: 1715574156

View Profile Personal Message (Offline)

Ignore
1715574156
Reply with quote  #2

1715574156
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715574156
Hero Member
*
Offline Offline

Posts: 1715574156

View Profile Personal Message (Offline)

Ignore
1715574156
Reply with quote  #2

1715574156
Report to moderator
1715574156
Hero Member
*
Offline Offline

Posts: 1715574156

View Profile Personal Message (Offline)

Ignore
1715574156
Reply with quote  #2

1715574156
Report to moderator
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!