I'm getting a scenerio where there are three buttons next to each other () by tag for them to work properly Must be attached. The problem here is out of 3 buttons, the second window operation must be opened in a new window, remaining in the same window. So I was forced to use 3 tags around 3 tags, respectively, set the second target target = "_ blank" property, however, starts with each new line I want all 3 buttons to be second Go to the same line with the form tag of the button, target = "_ blank" thanks
This is because HTML & lt; Form & gt; element is by default. Apart from putting HTML block elements in their new line, instead of putting them inside a table, you can also display inline via CSS. In this way they will not be in their line, but ahead of each other.
form {display: inline; }
Comments
Post a Comment