Quote:
Originally Posted by orange gold
I made a simple html document where I had text, then a button, then more text.
I used the css property, "vertical-allign", to move the button down... it worked.
Now, when I tried to make a bbcode to do this the button doesn't move down. I copy and pasted the source code of the post with the bccode into a new html document and viewed it and the button was lowered! So I think vbulletins posting div tags or styles or something is messing with it? I've also tried position:relative;bottom:#; to move it down and it works in html but not in bbcode??? Any ideas/workarounds???
Here is the basic idea for the bbcode:
Code:
some text here<button style="vertical-allign:-10;">param text here</button>some text here
actual bbcode replacement:
Code:
<button style="vertical-allign:-10;">{param}</button>
Thanks!
|
Try align w/o the extra L