I'm making a website with side menu. 30% of the screen is the menu and the rest is the content.
In the content div, I want to put a background image using the COVER method. I used the first one:
link
However, this method works perfectly...
Within a table I have the following structure:
<td>
<a href="#" data-toggle="popover" title="Dados" data-trigger="focus"
data-content=" <?php
echo $BlobParams[0].'<br>';
echo $BlobParams[1].'<br>';
echo $BlobParams[2]....
Is there any way to import an html file into the template?
Vue.component('porcentagens',{
data: function(){
return {
porcentagemSangramentoMarginal: 78,
porcentagemPlaca: 78,
porcentagemOLeary: 78,
}
},
templat...
I have a problem integrating the bootstrap.js, popper.js, and jquery.js scripts into my Angular project. I've already made a few attempts, but nothing has resolved so far.
My scripts are being merged as follows:
"styles": [
"....
I have a problem in my stylesheet.
I have a generic Input, as shown below:
Iputanelementtovalidatemyform,thevalidationisOK,butI'mhavingproblemsinalignment,becauseifIincreaseordecreasethetextfield,theelementremains.Seeanexample: Thevalidation...
I'm doing my front end with Bootstrap, I want to use js for events like onclick, for example.
Ifyoucannotseetheimage(shortversion):<html><head><title>AgileHub-Parafernalia</title><metacharset="UTF-8">
<li...
I'm doing a login screen and register, but what was meant to be 2 in 1 ends up separating, the sign up form is below the login.
Html
<div class="login-box">
<div class="lb-header">
<a href="#" class="active" id="login-b...
Basically what I need is for a '' back '' button inside my form. It has to be inside for aesthetic reasons, the back button would be inline with the submit button.
I made a summary code:
<form action="php/***.php" method="post">...
I'm a beginner in flask and in front end I have a table that returns me information from an API, but instead of it playing information in the table vertically it's going to horizontal, how do I fix it? / p>
<!doctype html>
<html>
&l...