Can't get my bbcode to work

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
geicorules
BBCoder I
BBCoder I
Posts: 1
Joined: 03 Jun 2010, 06:54

Can't get my bbcode to work

Post by geicorules »

I created some HTML with the help of a few sources I found tested the HTML out on an HTML test site and it works perfectly but once I use it as a bbcode as the html replacement it dosnt do anything. Maybe I am missing something can I get a little help.
Here is my Code:
<IMG SRC="http://i187.photobucket.com/albums/x286 ... oto111.png">

<DIV STYLE="position:absolute; top:320px; left:37px; width:245px; height:44px">
<CENTER><FONT SIZE="+3" COLOR="483731"><b>{text2}</b></FONT></CENTER>
</DIV>
<DIV STYLE="position:absolute; top:363px; left:30px; width:245px; height:44px">
<CENTER><FONT SIZE="+3" COLOR="3E2D29"><b>{text1}</b></FONT></CENTER>
</DIV>


BTW I am using phpbb 3.0.7-PL1
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Can't get my bbcode to work

Post by cisco007 »

a couple of things, first of all you shouldn't have any capital letters in the html code, second the tags should be in capital letters, for example should be {TEXT1} and {TEXT2}!
Locked