Forums / Cotonti / Core Labs / Archive / Standard bbcodes list

musiconly
#1743 2008-12-18 04:08
So we need to do a workaround!

Instead of using the actual h1-h7 tags, we create custom tags for markitup..

for example, H1 will be T1..

and in css styling, we put something like this:

.t1 {
font-size: 20px;
}

and so on for other t* tags...