updating styles
I found a couple functions to update styles, one being "build_all_styles" that seems to be the best one. Good thing is that it displays the html, bad thing is im not sure what the options are for. Is there a function that I could call that would update a list of styles using the most common method, like "build_styles( array(1,2,3,4) )"? Im currently using the build_all_styles with these options
build_all_styles(0, 0)
Im not even sure what rebuilding styles do too, if anyone could explain...
|