0
Hello, I’m having a problem, I usually make websites in html/php and I’m migrating to ASP. NET, and I would like to work with Bootstrap, however, it works when debugging the page, but in preview no, I mean, I can’t fix the Designer, see in the images:
Not at all, the
preview
does not follow the rendered site.– novic
So, I thought I’d follow, the way is to then build your own css?
– Gabriel Rodrigues
Not really this preview is just for you to know what you’re doing, what really matters is the site running and then yes check if the css matches what you need...
– novic
So it would pay to mess with that at the end of the project?
– Gabriel Rodrigues
I do the graphics part after I program! This is how I do it particularly
– novic
But how would you do this with bootstrap in vs? To organize positions it is recommended to use grids, but grids do not respond in preview
– Gabriel Rodrigues
if you go by the code of the page and not by the visual part, position the same as you did in PHP and be happy ...
– novic
kkk understood, thanks for the info! p
– Gabriel Rodrigues