vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to open link to new tab (https://vborg.vbsupport.ru/showthread.php?t=314017)

Nirjonadda 08-30-2014 09:48 AM

How to open link to new tab
 
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>
Clickable Image HTML Code

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>


kh99 08-30-2014 10:03 AM

Code:

<a href="photoshop.php" target="_blank">PhotoShop</a>
and
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>

Nirjonadda 08-30-2014 10:34 AM

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>

Edited:

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>


kh99 08-30-2014 10:39 AM

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>


Nirjonadda 08-30-2014 10:50 AM

Sorry, Does not work and in the same condition.

kh99 08-30-2014 11:38 AM

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>

I tried this and it seems to work like I expect, so if it still doesn't work then I guess maybe I don't understand what you're trying to do.

Nirjonadda 08-30-2014 11:53 AM

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 -->


Krusty1231 08-31-2014 08:21 AM

Quote:

Originally Posted by kh99 (Post 2513101)
Code:

<a href="photoshop.php" target="_blank">PhotoShop</a>
and
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>

I needed a link inside out football pool. And here is the solution I needed.

not hijacking the thread, just a quick thanks.


All times are GMT. The time now is 06:51 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01261 seconds
  • Memory Usage 1,733KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (11)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete