The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Anyone can post me open link to new tab and Clickable Image HTML Code ?
This code Open link to new tab Code:
<a href="photoshop.php">PhotoShop</a> Code:
<img src="index_files/images/bigslide2.jpg" title="Project 2" alt="slide2" />
<span class="desc">Nil Noyona By Nahin Tunajjina Radit. <a href="forum51/thread208416.html">Read more</a></span>
|
|
#2
|
|||
|
|||
|
Code:
<a href="photoshop.php" target="_blank">PhotoShop</a> Code:
<a href="forum51/thread208416.html"><img src="index_files/images/bigslide2.jpg" title="Project 2" alt="slide2" /></a><span class="desc">Nil Noyona By Nahin Tunajjina Radit. Read more</span> |
| 2 благодарности(ей) от: | ||
| Krusty1231, Nirjonadda | ||
|
#3
|
|||
|
|||
|
Image Clickable does not work and Read more does not show.
This my original code: Code:
<li><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" />
<span class="desc">Bhalobasha Emoni by Rakib Musabbir. <a href="forum51/thread208407.html">Read more</a></span>
</li>
Code:
<li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" />
<span class="desc">Bhalobasha Emoni by Rakib Musabbir. <a href="forum51/thread208407.html">Read more</a></span>
</li>
|
|
#4
|
|||
|
|||
|
Maybe this:
Code:
<li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" /></a>
<span class="desc">Bhalobasha Emoni by Rakib Musabbir.><a href="forum51/thread208407.html">Read more</a></span>
</li>
|
|
#5
|
|||
|
|||
|
Sorry, Does not work and in the same condition.
|
|
#6
|
|||
|
|||
|
Oh, I missed the extra > in there. Try this:
Code:
<li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" /></a>
<span class="desc">Bhalobasha Emoni by Rakib Musabbir.<a href="forum51/thread208407.html">Read more</a></span>
</li>
|
|
#7
|
|||
|
|||
|
No, Does not work. I am trying to SLIDER Image Clickable.
Code:
<div class="fancy_slider">
<ul id="coin_show">
<li><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" />
<span class="desc">Bhalobasha Emoni by Rakib Musabbir. <a href="forum51/thread208407.html">Read more</a></span>
</li>
<li><a href="forum51/thread208407.html"><img src="index_files/images/bigslide1.jpg" title="Project 1" alt="slide1" /></a>
<span class="desc">Bhalobasha Emoni by Rakib Musabbir.<a href="forum51/thread208407.html">Read more</a></span>
</li>
</ul>
</div><!-- END SLIDER -->
</div><!-- END WRAPPER FOR_SLIDER -->
|
|
#8
|
||||
|
||||
|
Quote:
not hijacking the thread, just a quick thanks. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|