hello bbcoders!!!

You can say hello here
Post Reply
User avatar
Murciano207
BBCoder I
BBCoder I
Posts: 4
Joined: 12 Feb 2015, 00:13
BBCodes: 7

hello bbcoders!!!

Post by Murciano207 »

hello, greetings from Spain....

and thanks for the bbcodes!!!!!
:thumb:
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: hello bbcoders!!!

Post by Stoker »

Hello Murciano and Welcome
:welcome:
Board rules! No PM support
User avatar
Murciano207
BBCoder I
BBCoder I
Posts: 4
Joined: 12 Feb 2015, 00:13
BBCodes: 7

Re: hello bbcoders!!!

Post by Murciano207 »

thanks admin!!!
User avatar
Murciano207
BBCoder I
BBCoder I
Posts: 4
Joined: 12 Feb 2015, 00:13
BBCodes: 7

Logo Marking in Pics BBcode

Post by Murciano207 »

I want to make a bbcode, but I'm going crazy.

when sending the message not right code and forum does not look good

I want a code that reduces the photo and put another picture as forum logo bottom right.

I put a picture of shows
Image

BBCode:

Code: Select all

[WMimg]{URL}[/WMimg]
HTML:

Code: Select all

<style type="text/css"> 
.containerdiv { position: absolute; center: 0; right: 0;} 
.cornerimage { position: absolute; bottom: 10; right: 10; } 
</style>

<div class="containerdiv">
    <img border="1" src="{URL}" width="600" height="x">
    <img class="cornerimage" border="1" src="http://thumbs.dreamstime.com/x/lobo-del-logotipo-11849991.jpg" alt="" width="100" height="56">
<div>
Helpline:

Code: Select all

[WMimg]url pic.jpg[/WMimg]
Example:

Code: Select all

<style type="text/css"> 
.containerdiv { position: absolute; center: 0; right: 0;} 
.cornerimage { position: absolute; bottom: 10; right: 10; } 
</style>

<div class="containerdiv">
    <img border="1" src="http://hdwallpaper.freehdw.com/0006/animals_hdwallpaper_arctic-wolf-howling_57995.jpg" width="600" height="x">
    <img class="cornerimage" border="1" src="http://thumbs.dreamstime.com/x/lobo-del-logotipo-11849991.jpg" alt="" width="100" height="56">
<div>

can anyone help me?

thanks!!!
User avatar
Murciano207
BBCoder I
BBCoder I
Posts: 4
Joined: 12 Feb 2015, 00:13
BBCodes: 7

Re: hello bbcoders!!!

Post by Murciano207 »

in preview:
Image

submit:
Image


Thanks!!!
Post Reply