Hello everyone,
[b][color=#3498db][size=120]Introduction & Images[/size][/color][/b]
Recently I've come across quite a lot of forums which have attempted to remove the borders on their brackets either via a background colour or removing the border then not knowing what to do next. So today I am going to show you all how to remove this border and bring back the old style.
If you don't know what I'm talking about, it's this:
[img]http://i.flugscoding.x10.mx/b6f2f0089fb88441c892747f63988d7d.png[/img]
Simply implement this code into your Admin/Design/Developer Code/CSS Code, update the page and head over to the forums to see your sleek new brackets.
Here is an example of what it would look like:
[img]http://i.flugscoding.x10.mx/6cc4e7e3eadec1ea2822156d84d85973.png[/img]
[color=#3498db][b][size=120]Code[/size][/b][/color]
[quote][size=100].bracket{
border:none;
padding:0px;
padding-bottom: 10px;
}[/size][/quote]
I know, that's it! Hope you enjoyed.
[i]Regards,[/i]
flugs
Support User
Hello everyone,
Introduction & ImagesRecently I've come across quite a lot of forums which have attempted to remove the borders on their brackets either via a background colour or removing the border then not knowing what to do next. So today I am going to show you all how to remove this border and bring back the old style.
If you don't know what I'm talking about, it's this:

Simply implement this code into your Admin/Design/Developer Code/CSS Code, update the page and head over to the forums to see your sleek new brackets.
Here is an example of what it would look like:
Code.bracket{
border:none;
padding:0px;
padding-bottom: 10px;
}
I know, that's it! Hope you enjoyed.
Regards,flugs
Support User