• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

Help Getting this to work without divide

EldridSmith

The answer is Fireball
Roleplay Type(s)
Sorry to bother the BBC code masters here but I need to know how to convert this to something functional without the divide command.

[div=background:url('https://i.pinimg.com/originals/81/d4/62/81d462ecaa037ec34080fd4ee9a58b9b.jpg');background-size:cover;border:5px #1976d2 double;color: #000000;padding:5px;][row][sh] [COLOR=rgb(255, 255, 255)]Ragnar Torsten[/COLOR] [/sh][divide][/divide][row] [column=span8][Tabs] [Tab=Apperance]Image [/Tab] [Tab=Info] Info [/Tab] [/Tabs][/column][/row][/row][/div]
 
Do you mean 'divide' or 'div'? 'cause the former won't actually stop working- it's just divs that you have to worry about.
 
Do you mean 'divide' or 'div'? 'cause the former won't actually stop working- it's just divs that you have to worry about.
I want to keep the background if I can, and yeah I just need the divs replaced with the update coming
 
eeep, bringing this back!

instead of using "divs" since it will be offline for a lil' bit once BBcode+ is gone, you can change "div" to "bg" instead.

for example:
for the background image, the div tag looks like this -
Code:
[div=background:url('https://i.pinimg.com/originals/81/d4/62/81d462ecaa037ec34080fd4ee9a58b9b.jpg');background-size:cover;border:5px #1976d2 double;color: #000000;padding:5px;][/div]

instead, you'll use the basic bbcode for bg tag instead for all those [ background images, circular images, etc. ] and it'll look like this:
Code:
[bg=transparent; background:url('https://i.pinimg.com/originals/81/d4/62/81d462ecaa037ec34080fd4ee9a58b9b.jpg');background-size:cover;border:5px #1976d2 double;color: #000000;padding:5px;][/bg]

i can't 100% say why you'd have to use [bg=transparent;][/bg] each time you're coding , but it was our janky and wonky way of doing things before divs!
 
eeep, bringing this back!

instead of using "divs" since it will be offline for a lil' bit once BBcode+ is gone, you can change "div" to "bg" instead.

for example:
for the background image, the div tag looks like this -
Code:
[div=background:url('https://i.pinimg.com/originals/81/d4/62/81d462ecaa037ec34080fd4ee9a58b9b.jpg');background-size:cover;border:5px #1976d2 double;color: #000000;padding:5px;][/div]

instead, you'll use the basic bbcode for bg tag instead for all those [ background images, circular images, etc. ] and it'll look like this:
Code:
[bg=transparent; background:url('https://i.pinimg.com/originals/81/d4/62/81d462ecaa037ec34080fd4ee9a58b9b.jpg');background-size:cover;border:5px #1976d2 double;color: #000000;padding:5px;][/bg]

i can't 100% say why you'd have to use [bg=transparent;][/bg] each time you're coding , but it was our janky and wonky way of doing things before divs!
Thanks!
 

Users who are viewing this thread

Back
Top