Hi All,
Where do I need to start to learn about the CSS for the UI, please post me some articles/tutorials. want to learn about modifying the UI, either the the UI generated by page automation builders or the manually created UI.
Topic
-
Re: CSS
2012-01-13T12:55:33ZThis is the accepted answer. This is the accepted answer.
Hi,
I would start by making sure you have a good understanding of CSS and HTML in general. I usually use a tool like Firebug to first see what styles are applied to the elements on the page and where they came from. You should also check out the Theme documentation in the Web Experience Factory help since it usually controls what style sheets get pulled in. Also look at some of the provided Theme file and consider creating your own(you can extend an existing one and iteratively modify the items you want to change) once you have a good understanding. -
Re: CSS
2012-01-17T09:15:07ZThis is the accepted answer. This is the accepted answer.
- SystemAdmin
- 2012-01-13T12:55:33Z
Hi,
I would start by making sure you have a good understanding of CSS and HTML in general. I usually use a tool like Firebug to first see what styles are applied to the elements on the page and where they came from. You should also check out the Theme documentation in the Web Experience Factory help since it usually controls what style sheets get pulled in. Also look at some of the provided Theme file and consider creating your own(you can extend an existing one and iteratively modify the items you want to change) once you have a good understanding.
Thank you for the helpful information, will check.