Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Add link with text and image (http://www.bvlist.com/showthread.php?t=8293)

Giorgatzelos 14th September 2012 14:19

Add link with text and image
 
In my index i have this part of the code wich contains a video player...

Code:

OpenTable("Theme Video:");
include ("giant_preview.html");

CloseTable();


i want to add a line in the space between the include and CloseTable commands wich will look like that:
Code:

If you have troubles watching this video, click here

joeroberts 15th September 2012 04:30

PHP Code:

OpenTable("Theme Video:");
echo 
"If you have troubles watching this video, click here <a href=\"link here\"><img src=\"URL to image\" alt=\"Image name\" border=\"0\"></a>\n";
echo 
"";
include (
"giant_preview.html");
CloseTable(); 


Giorgatzelos 15th September 2012 13:49

Thanks for the reply...i had managed to make it displayed like this:
Code:

OpenTable("Θεματικό Βίντεο:");
echo'';
include ("giant_preview.html");
echo'
';
print("Προσοχή!  Σε περίπτωση που αντιμετωπίζετε προβλήματα με την αναπαραγωγή του βίντεο πατήστε στο εικονίδιο ");
echo imgdescr("youtubelogo2.png","http://www.youtube.com/watch?v=ojrG-6YiftU",_bt_youtubeproblem);
print(" για ανακατεύθυνση και αναπαραγωγή.");
CloseTable();

is this a wrong way?

Bump: Sorry that the text is in greek but you will get the point...

joeroberts 15th September 2012 13:55

you are forgetting to close you the font tag that is the only thing I see wrong.

Giorgatzelos 15th September 2012 14:07

ok, thanx for the correction, i will get that fixed....


All times are GMT +2. The time now is 12:23.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.