The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BBcode?

2 posters

Go down

BBcode? Empty BBcode?

Post by Great Alexander X May 2nd 2012, 8:37 pm

Is there any specific code which i can use to replace it with - the code i use to every post of mine - the color, the size or the font? I mean can i use a special code to replace the code?

Example..
I use this:
[*color=...][*font=...][*size=...][/size][/color][/font]
Can i somehow use something like this?
[gax][/gax]

which [gax] is this: [*color=...][*font=...][*size=...][/size][/color][/font]


Last edited by Great Alexander X on May 2nd 2012, 8:53 pm; edited 2 times in total
avatar
Great Alexander X
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

BBcode? Empty Re: BBcode?

Post by LGforum May 2nd 2012, 8:42 pm

If you look at LGBB: http://www.avacweb.com/t192-lg-special-lgbb-new-bb-codes

You can use BBcodes like HTML, and go [div class="gax"] [/div]

And then you can style it in the CSS however you want. Wink
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

BBcode? Empty Re: BBcode?

Post by Great Alexander X May 2nd 2012, 8:49 pm

Can you please explain me how to use it in my CSS? Cause i really dont know how to..
avatar
Great Alexander X
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

BBcode? Empty Re: BBcode?

Post by Great Alexander X May 2nd 2012, 9:03 pm

Sorry for that! But can someone tell me how can i manage the code in the CSS stylesheet?
avatar
Great Alexander X
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

BBcode? Empty Re: BBcode?

Post by LGforum May 2nd 2012, 9:17 pm

Yes of course. After installing LGBB, you'll be able to use the new BB codes provided with it.

The DIV|SPAN bbcode allows you to HTML Div's or Span's on the page with a classname which you can style in the css.

Doing this: [div class="gax"]you text[/div] creates this HTML:
<div class="gax"></div>

Wihch you then style in the CSS like this:
Code:

.gax {
  color: blue;
  font-weight: bold;
  background: #fff;
  etc etc etc...
}

You can put as many css properties as you'd like until it looks how you'd like.

For more CSS things you can look at this site: http://www.w3schools.com/css/default.asp
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

BBcode? Empty Re: BBcode?

Post by Great Alexander X May 5th 2012, 8:47 am

Ok. Because i can not find it i will ask again.

(1) Do i have to download anything. If yes what exactly!?!
(2) How can i manage it into the CSS stylesheet after that?
(3) How do i use it after in my reply?


Thank you very much for your patience!!
avatar
Great Alexander X
New Member

Posts : 5
Reputation : 1
Language : English

Back to top Go down

BBcode? Empty Re: BBcode?

Post by LGforum May 5th 2012, 4:14 pm

Nothing needs downloaded, just follow the tutorial.
The CSS is at ACP > Display > colours > CSS stylesheet
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum