hello, greetings from Spain....
and thanks for the bbcodes!!!!!
hello bbcoders!!!
- Murciano207
- BBCoder I
- Posts: 4
- Joined: 12 Feb 2015, 00:13
- BBCodes: 7
Re: hello bbcoders!!!
thanks admin!!!
- Murciano207
- BBCoder I
- Posts: 4
- Joined: 12 Feb 2015, 00:13
- BBCodes: 7
Logo Marking in Pics BBcode
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
BBCode:
HTML:
Helpline:
Example:
can anyone help me?
thanks!!!
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
BBCode:
Code: Select all
[WMimg]{URL}[/WMimg]
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>
Code: Select all
[WMimg]url pic.jpg[/WMimg]
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!!!
- Murciano207
- BBCoder I
- Posts: 4
- Joined: 12 Feb 2015, 00:13
- BBCodes: 7
Re: hello bbcoders!!!
in preview:
submit:
Thanks!!!
submit:
Thanks!!!