rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

how to reference css in tiggzi page

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how to reference css in tiggzi page

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'.

Return to “Issues”