I am using Genexus 15.
I want to know why I can not add my .css
in the code of my web panel in genexus the first thing I did was add a web panel and then insert a html
, then put the code of html
and then create this event in the web panel:
Event Start
Form.HeaderRawHTML = '<link rel="stylesheet" type="text/css" href="C:\Models\prueba de diseño\estilos2.css">'
Endevent
According to this event I could call my .css
because genexus works the html
only in body
then by means of this event I add that part to head
I do not know what may be going wrong because the file is in that route and when I look at the design within genexus if it makes reference but at the time of compiling it and when it runs in the browser only appears the html
without anything css