Advertisement
petar_bonov

arenaev specs changes

Oct 29th, 2021
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <form class="specs-spotlight" id="specs-spotlight" method="get" action="compare.php3">
  2. това се променя - от <form> става <div> и тези атрибути (method="get" action="compare.php3") се местят.
  3.  
  4. <div class="article-info-line"> (реда с drives и compare бутона) става:
  5. <form class="article-info-line" method="get" action="compare.php3">
  6.  
  7. също, на този бутон: <button type="submit" form="specs-spotlight"> му се маха form="specs-spotlight" защото вече са в един и същ <form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement