Jump to content

How do I add pictures


Dominican Airways

Recommended Posts

Images

<img src="http://www.mysite.com/images/myimage.jpg">

YouTube Videos

<iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe>

The above video code is an example code to embed on your site. You can find the code on the YouTube page of the video. This video shows a Extreme 747 landing in crosswinds. You can change the size of the video by changing the width and height.

Link to comment
Share on other sites

Images

<img src="http://www.mysite.com/images/myimage.jpg">

YouTube Videos

<iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe>

The above video code is an example code to embed on your site. You can find the code on the YouTube page of the video. This video shows a Extreme 747 landing in crosswinds. You can change the size of the video by changing the width and height.

Were I go to add the video?

Link to comment
Share on other sites

Anywhere you want. I created a new page called Videos (in the Admin Panel) and added it there. Then I created a link in my navigation menu to go to the page www.yoursite.com/index.php/pages/videos

Here is an example table I have in my Videos page to show the videos on my site:

<table>
<thead width="100%" align="center">
<th>Video 1</th>
<th>Extreme Crosswind Landing</th> //THIS IS AN EXAMPLE VIDEO NAME THAT WILL SHOW ABOVE THE VIDEO
</thead>
<tbody>
<td>YOUR IFRAME CODE GOES HERE</td>
<td><iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe></td> //THIS IS HOW YOUR IFRAME SHOULD LOOK
</tbody>
</table>
<table>
<thead width="100%" align="center">
<th>Video 3</th>
<th>Video 4</th>
</thead>
<tbody>
<td>YOUR IFRAME CODE GOES HERE</iframe></td>
<td>YOUR IFRAME CODE GOES HERE</iframe></td>
</tbody>
</table>

Link to comment
Share on other sites

Anywhere you want. I created a new page called Videos (in the Admin Panel) and added it there. Then I created a link in my navigation menu to go to the page www.yoursite.com/index.php/pages/videos

Here is an example table I have in my Videos page to show the videos on my site:

<table>
<thead width="100%" align="center">
<th>Video 1</th>
<th>Extreme Crosswind Landing</th> //THIS IS AN EXAMPLE VIDEO NAME THAT WILL SHOW ABOVE THE VIDEO
</thead>
<tbody>
<td>YOUR IFRAME CODE GOES HERE</td>
<td><iframe width="455" height="300" src="http://www.youtube.com/embed/lnHHelsfXYE" frameborder="0" allowfullscreen></iframe></td> //THIS IS HOW YOUR IFRAME SHOULD LOOK
</tbody>
</table>
<table>
<thead width="100%" align="center">
<th>Video 3</th>
<th>Video 4</th>
</thead>
<tbody>
<td>YOUR IFRAME CODE GOES HERE</iframe></td>
<td>YOUR IFRAME CODE GOES HERE</iframe></td>
</tbody>
</table>

thank you it worked thanks ALOT

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...