I have written a confluence macro. It uses velocity to generate html table. How can I style this markup with css if I don’t use <html> and <head> tags in my velocity model. I have tried to do as in this example but id doesn’t work(I mean it takes no effect and there is no css resource file that I have specified inclusion on the code of result page of macro)
I have written a confluence macro. It uses velocity to generate html table. How
Share
if i understand you correctly
you need to add links on your css files to atlasian-plugin.xml
for example
after that you need to add this link to the top of your velocity template