Page 1 of 1

how to reference css in tiggzi page

Posted: Sun Nov 25, 2012 7:11 pm
by rammohan.acharyadasa

i have uploaded css file using Tiggzi project -- creat new -- css option.
how to reference custom css ( which is in projects-- assets) in page.
usaullay for referencing the css
link href="myfolder/myoqn.css" rel="stylesheet"
please let me know how to aceive this in tiggzi.


how to reference css in tiggzi page

Posted: Sun Nov 25, 2012 11:25 pm
by maxkatz

Add a CSS file as you did. For example:

code
.mycoolstyle {
font-style: italic;
}
/code

Insert a label into a page. Label has a class property, set it to 'mycoolstyle'.