In webspeed we have som code that Points to
/mycss/testcss.css
Where to I Place the css within PASOE ? I have tried static without any Luck.
//Geir Otto
|
|
If I look at the result of the webspeed code (looking at the html code from browser),
link rel="stylesheet" type="text/css" href="/mypage/test.css">
How can I implement /mypage/test.css without having to change the code?
Ok, thanks Mike, I will fix the code so that it References the /static/ instead. That seems to work :-)