Posts by chiapa • 148 points
3 posts
-
0
votes1
answer70
viewsQ: String nonce is not being generated
I’m using the Braintree API and I can put the dropin form of them on the page: var braintreeToken = @Html.Raw(Json.Encode(Model.brainTreeToken)); braintree.setup( braintreeToken, "dropin", {…
-
2
votes2
answers16510
viewsA: li - CSS spacing
See if this is what you want: nav a{ color: black; text-decoration: none; text-transform: uppercase; font-weight: bold; } .img-class { float: left; margin-right: 15px; } .collapse { width: 700px; }…
-
1
votes1
answer150
viewsQ: Make "Publish" and set prerequisites to run application
I’m developing an application (Vb.net) that contains Krypton elements. After doing "Publish", I compacted and sent one person to test it. However, this person answered me saying that he cannot run…