Scris: 03-Iul-2008, 12:21:10
asta a spus si magiccc ...
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
[thumb1={URL2}]{URL1}[/thumb1]
Cod: Selectaţi tot
<a href="{URL2}" rel="thumbnail"><img src="{URL1}" /></a>
Cod: Selectaţi tot
[thumb1=url to full image]url to thumbnail[/thumb1]
Cod: Selectaţi tot
[thumb2={URL}]{TEXT}[/thumb2]
Cod: Selectaţi tot
<a href="{URL1}" rel="thumbnail">link</a>
Cod: Selectaţi tot
[thumb2=url to full image]Link text[/thumb2]
Cod: Selectaţi tot
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 7px;
padding-bottom: 0;
background: #151515;
visibility: hidden;
z-index: 10;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #151515;
color: #FFFFFF;
text-align: left;
font-weight: bold;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
Cod: Selectaţi tot
<script src="thumbnailviewer.js" type="text/javascript">
/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Cod: Selectaţi tot
[thumb1={URL2}]{URL1}[/thumb1]
Cod: Selectaţi tot
<a href="{URL2}" rel="thumbnail"><img src="{URL1}" alt="" /></a>
De ce nu te uiţi pe prima pagină a acesui topic ?magiccc scrie:Are cineva un BB code ptr. tabele ?
Cod: Selectaţi tot
[game={NUMBER1},{NUMBER2}]{URL}[/game]
Cod: Selectaţi tot
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="{NUMBER1}" height="{NUMBER2}">
<param name="movie" value="{URL}" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="{URL}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="{NUMBER1}" height="{NUMBER2}"></embed>
</object>
Cod: Selectaţi tot
[game=Width,Hight]Swf Url[/game]
Cod: Selectaţi tot
[game=700,525]http://www.box10.com/games/spiderman/spiderman.swf[/game]