- 締切済み
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% (461/711)
もしかして、このような改行なしで1行に詰めて書いてあるHTMLファイルを 修正しようと、なにかのエディターで開いて修正したら、 そのエディターが自動的に、人間が読みやすいように改行・整形して しまったので、そうならない方法が知りたいっていう意味ですかね。 もし、そういうことならば、 HTMLの記述上の問題でなく、使っているエディターの仕様なので 別のエディターを使うか、 エディターの整形機能をOFFにして使うか、 ファイル名の拡張子を自動整形しないタイプにリネームする といったことで対応されて、どうでしょう。
- asciiz
- ベストアンサー率70% (6803/9675)
ご質問のHTMLに入力欄はありませんし、HTMLの方に「enter押して文字を追記」しても改行は入りませんが、いったい何をどう直したいというのでしょうか? 異常を確認できないため、調査・アドバイスのしようがありません。