Note that there are some explanatory texts on larger screens.

plurals
  1. POI can't seem to figure out my div youtube placements
    primarykey
    data
    text
    <p>Ok so as you all will see I am very new to this and am really struggling to get what I want here. I would like to know how to push the youtube video down inside of that div a bit farther. Anyways I'm sure this is a simple fix that I will get reamed for but I have searched and tried to understand what I have been doing wrong but it just isn't working out. Here is what I have so far. </p> <pre><code> &lt;html&gt; &lt;head&gt; &lt;meta charset="UTF-8"&gt; &lt;title&gt;James Photo Tab&lt;/title&gt; &lt;!--[if lt IE 9]&gt; &lt;script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"&gt;&lt;/script&gt; &lt;![endif]--&gt; &lt;style&gt; aside, article, section, header, footer, nav { display: block; } article, div, h1, p { margin: 0; padding:0; } html { background: url(images/grid.gif); } body { width: 520px; margin: auto; background:white; } .one { background:grey; width:520px; height:75px; border-radius:15px; position:relative; } .two { background:#0000FF; width: 50px; height: 30px; position: absolute; font-size: 1em; font-weight: normal; text-align: center; border-radius:5px; top:78px; left:px; } .three { background: rgba(227,208,123,.6); width: 50px; height: 30px; position: absolute; font-size: 1em; font-weight: normal; text-align: center; border-radius:5px; top:78px; left: 424px; } div { clear: both; } p{ height: 50px; line-height: 50px; } .three { background:#33FFFF; } .four { width:520px; height:auto; background:grey; border-radius:0px 10px 10px 10px; position: absolute; top:160px; } .five {width: 400px; height:233px; background:black; top:250px; } .six {width:450px; height:75px; background:#0000FF; top:750px; border-radius:15px; position:static; margin:10px; bottom: 10px; } .like {width: 200px; height: 45px; background:#33FFFF; border-radius: 5px; position:absolute; top: 15px; right: 40px; text-align: center; font-size: 2em; } .tab1 { width: 75px; height: 45px; float: left; font-size: 1em; font-weight: normal; text-align: center; border-radius:8px 8px 0px 0px; background:grey; position: absolute; top:115px; left:368px; } .tab2 { width: 75px; height: 45px; float: left; font-size: 1em; font-weight: normal; text-align: center; border-radius:8px 8px 0px 0px; background:grey; position:absolute; top:115px; left: 445px; } /*add styles here*/ &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;article&gt; &lt;div class="one"&gt; &lt;p&gt; &lt;font size="10em" color="white"&gt; BANNER IMG &lt;/font&gt; &lt;/p&gt; &lt;div class="like"&gt; &lt;p&gt; Like Counter &lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;h1 class="two"&gt;Share!&lt;/h1&gt; &lt;h1 class="three"&gt;Like!&lt;/h1&gt; &lt;/article&gt; &lt;/body&gt; &lt;body&gt; &lt;article&gt; &lt;h1 class="tab1"&gt; Tab 1&lt;/h1&gt; &lt;h1 class="tab2"&gt; Tab 2&lt;/h1&gt; &lt;div class="four" align="center"&gt; &lt;div class="five" align="center"&gt; &lt;div class="eight"&gt;&lt;iframe width="400" height="233" top="50px" margin="40px" src="http://www.youtube.com/embed/ErkaM9IvZ7U" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;/div&gt; &lt;div class="six" align="center" onclick="location.href='http://www.facebook.com';" style="cursor:pointer;"&gt; &lt;p&gt;&lt;font size="30em" color="white"&gt;Share Button&lt;/font&gt;&lt;/p&gt; &lt;/div&gt; &lt;div class="six" align="center" onclick="location.href='http://www.facebook.com';" style="cursor:pointer;"&gt; &lt;p&gt;&lt;font size="30em" color="white"&gt;Share Button&lt;/font&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/article&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload