Embedded user guide

by Manuel Souto Pico

HTML

<h1>
OmegaT guide for translators
</h1>

<div class="embedded-container">
  <!-- Here, the <embed> element is embedded within the container -->
  <embed src="https://capstanlqc.github.io/omegat-guides/translation/" width="100%" height="600"/>
</div>



<p>
The above content is embedded.
</p>

CSS

/* Style for the container */
.embedded-container {
  border: 2px solid #000; /* Example border style */
  padding: 10px; /* Optional padding for spacing */
  width: 700px; /* Example width */
}