Add custom div and text - BBcode - HELP

Get help developing custom BBCodes or request one.
Post Reply
PT-NGS-
Registered User
Posts: 35
Joined: Sun Jun 12, 2005 1:12 pm

Add custom div and text - BBcode - HELP

Post by PT-NGS- »

Hello, I already lost a few hours and I can not understand how I can add a custom div in the BBcode For example: [profile] [/ profile]

Is this possible?
Example code

Code: Select all

<table border="0" width="100%" cellspacing="0" cellpadding="0">
	<tr>
		<td>
		<table border="0" cellpadding="0" cellspacing="0" width="100%">
			<tr>
				<td width="200" height="295">
				<img border="0" src="" width="200" height="295"></td>
				<td width="10">&nbsp;</td>
				<td valign="top">
				<table border="0" cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td>
						<table border="0" cellpadding="0" cellspacing="0" width="100%">
							<tr>
								<td width="147"><b>Name</b></td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147"><b>Nickname</b></td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147">&nbsp;</td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147"><b>Age</b></td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147">&nbsp;</td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147"><b>Hobies</b></td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147">&nbsp;</td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147"><b>BC</b></td>
								<td>&nbsp;</td>
							</tr>
							<tr>
								<td width="147"><b>CD</b></td>
								<td>&nbsp;</td>
							</tr>
							</table>
						</td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td colspan="3"><hr width="80%" size="1"></td>
			</tr>
			<tr>
				<td colspan="3">
				<table border="0" cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td align="center">Website(URL)</td>
					</tr>
					<tr>
						<td align="center"><hr width="80%" size="1"></td>
					</tr>
				</table>
				</td>
			</tr>
		</table>
		</td>
	</tr>
</table>
Someone help me with the picture and a line .. Please
(I feel my head exploding) lol.. :cry:

Thank you so much
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3726
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: Add custom div and text - BBcode - HELP

Post by Kailey »

Maybe provided a picture of what you're trying to achieve?
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Add custom div and text - BBcode - HELP

Post by Lumpy Burgertushie »

why are you trying to use tables at all?

what does a html table have to do with a custom div?

what exactly are you trying to accomplish? what is the end goal?

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
PT-NGS-
Registered User
Posts: 35
Joined: Sun Jun 12, 2005 1:12 pm

Re: Add custom div and text - BBcode - HELP

Post by PT-NGS- »

When i do [perfil][/perfil]
I need put only the name, nick, age, etc..

like it..
Attachments
01.png
PT-NGS-
Registered User
Posts: 35
Joined: Sun Jun 12, 2005 1:12 pm

Re: Add custom div and text - BBcode - HELP

Post by PT-NGS- »

Or maybe.. How i can do it?

the image in left side and text right side?
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11072
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: Add custom div and text - BBcode - HELP

Post by Raul [ThE KuKa] »

Test this BBCode...

BBCODE

Code: Select all

[wrapimg={SIMPLETEXT}]{URL}[/wrapimg]
HTML

Code: Select all

<img style="float:{SIMPLETEXT}; padding:10px;" src="{URL}" alt="image" />
HELP LINE

Code: Select all

Wrapimg: [wrapimg=Choose left or right to image float]Image URL[/wrapimg]
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


PT-NGS-
Registered User
Posts: 35
Joined: Sun Jun 12, 2005 1:12 pm

Re: Add custom div and text - BBcode - HELP

Post by PT-NGS- »

I love you man! :) To simple and.. To hard...

Thank so much!!
Post Reply

Return to “Custom BBCode Development and Requests”