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
Can't get my bbcode to work
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!
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!
Re: Can't get my bbcode to work
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}!