Your Portal Version: 1.0.2
Your phpBB Type: Premodded phpBB
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.mzriders.com/portal.php
What have you done before the problem was there?
problem is there since install.
What have you already tryed to solve the problem?
Description and Message
i'm trying to have the Welcome box to include a very basic, 2 column table, with text on the left and an image on the right, as it is here http://old.mzriders.com/. there i achieved this by hard-coding html into the welcome.html
once i converted to board3portal i tried using the following bbcode:
[table]
[tr]
[td]We are a community for owners and riders of MZ Motorcycles, Scooters, and/or ATVs. Here you can find articles on ownership experience, reviews on OEM and Aftermarket parts, advice on service & maintenance, bike and rider photographs and maybe even a new friend or two.[/td]
[td][img src="images/mzriders.jpg" alt="MZ Calendar Girl"][/td]
[/tr]
[/table]
but it seems to be relayed at face value.. what am i doing wrong?
only basic BBCode allowed in Welcome?
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 4
- Joined: 28. November 2008 19:20
- phpBB.com User: borisattva
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: only basic BBCode allowed in Welcome?
That is because this BBCode, you are trying to use, is not defined in your board.
You need to define it. There is no standard BBCode named [table], [tr] or something.
You need to define it. There is no standard BBCode named [table], [tr] or something.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
Topic author - Active Member
- Posts: 4
- Joined: 28. November 2008 19:20
- phpBB.com User: borisattva
Re: only basic BBCode allowed in Welcome?
ok i'll look into defining it. thanks!