Posts by Paulo Francis • 46 points
3 posts
-
1
votes1
answer32
viewsA: Configure 2 applications in the same URL
Simple, simply add an application to your existing one, as in the image.…
iisanswered Paulo Francis 46 -
1
votes3
answers1018
viewsA: Convert to date type 'yyyy-mm-dd'
You can use the FORMAT, as in the example below: SELECT FORMAT(getdate(), 'yyyy-MM-dd') as DataFormatada
-
1
votes4
answers340
viewsA: Is there a way to set width specified in html as the max-width of this element in css?
It would be able to manipulate using javascript. The way you want it, I find it unlikely. Why not remove the width of the HTML and keep only the CSS. So it will always have the value of 100%.…