- 締切済み
HTML構文
お世話になります 以下のコードですが、enter押して文字を追記すると改行が入るのですが、改行をなくす方法を教えて下さい 宜しくお願い致します <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <style> h1,h2,h3{font-family: 'Lato', sans-serif;} p,ul,li,ol,span{font-family: 'Open Sans', sans-serif;} h1{ padding:1em 1em 0 1em; color:rgb(51, 51, 51); } h2,h3{ position:relative; padding:0.5em 1em 0.5em 1.2em; margin:0 1em 1em; border:2px solid #f5a3e8; border-radius: 0.4em; background: rgb(255, 255, 255); color:#f5a3e8; font-size:100%; line-height:1.2; text-align:left; } h2:before, h3:before{ content:''; position:absolute; left:0.5em; top:0; bottom:0; border:3px solid#f5a3e8; border-radius:3px; color:#f5a3e8; } p, .product_dec div{ margin:0.5em 0; padding:0 2em 2em 2em; color:rgb(51, 51, 51); text-align:left; } #main{ max-width:96%; background:rgb(249, 249, 249); border-radius:0.5em; text-align:center; } @media screen and (min-width: 768px) { #main{ margin:0 auto; max-width:65%; } h2,h3{ font-size:125%; } } </style> <div id="main"> <article> <h1>SEIKO </h1> <section class="product_dec"> <h2>Description</h2> <div vocab="http://schema.org/" typeof="Product"><span property="description">Condition: <font color="#00ae5f">Good</font><br>Item shows scratches or wear that is visible when worn on wrist. Please refer to all photos for the condition of the item.<br>Nothing except those in the photo comes with the product. All items are shown in it.</span></div><div vocab="http://schema.org/" typeof="Product"><span style="font-size: 14pt;">Please do not hesitate to ask for more information.</span></div> </section> <aside> <div class="shiharai"> <p></p> </div> <div class="hasso"> <h3>Shipping</h3> <p>We can only ship to your Ebay address. Delivery by DHL or Fedex or EMS. If your address is in a remote area of the shipping company, an additional shipping fee will be charged. </p> </div> <div class="torihiki"> <p></p> </div> <div class="tyuui"> <h3>International Buyers - Please Note: </h3> <p>Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying.</p> </div> </aside> </article> </div><p></p><center><img src="https://pics.ebay.com/aw/pics/viewitem/fe/imgFePowered_88x33.gif"></center><p></p>
- みんなの回答 (2)
- 専門家の回答
みんなの回答
- superside0
- ベストアンサー率64% (463/719)
- asciiz
- ベストアンサー率70% (6871/9771)