hello bbcoders!!!

You can say hello here
Don't be afraid. Nobody is biting

hello bbcoders!!!

Post by Murciano207 »

hello, greetings from Spain....

and thanks for the bbcodes!!!!!
:thumb:

Re: hello bbcoders!!!

Post by Stoker »

Hello Murciano and Welcome
:welcome:

Re: hello bbcoders!!!

Post by Murciano207 »

thanks admin!!!

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

Re: hello bbcoders!!!

Post by Murciano207 »

in preview:
Image

submit:
Image


Thanks!!!