Note that there are some explanatory texts on larger screens.

plurals
  1. PORemove the border around the title bar
    primarykey
    data
    text
    <p>Ok I this light grey showing threw close to the curves in the title bar "Indie News" Its actually the background showing, Not a boarder. </p> <p><a href="http://hostmypicture.com/?v=example." rel="nofollow">Link to image</a></p> <p>I have this as my html , i think that it has a table inside a table is causing this? but not sure. </p> <pre><code>&lt;div id="contentwrapper"&gt; &lt;!-- NEWS START --&gt; &lt;table width="100%"&gt;&lt;tr&gt;&lt;td&gt; &lt;div class="rounded"&gt; &lt;div class="rounded_top"&gt; &lt;div&gt;Indie News&lt;/div&gt; &lt;/div&gt; &lt;div class="rounded_content"&gt; &lt;font align='Right'&gt;&lt;a href="#" &gt;Submit Your Story&lt;/a&gt; &lt;/font&gt; &lt;/div&gt; &lt;div class="rounded_bottom"&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- end of rounded--&gt; &lt;table&gt;&lt;tr&gt;&lt;td align='center'&gt; &lt;div id='coin-slider'&gt; &lt;a href="images/newsimage/minecraft1.jpg" target="_blank"&gt; &lt;img src='images/newsimage/minecraft1.jpg' &gt; &lt;span&gt; Minecraft still an indy game? &lt;/span&gt; &lt;/a&gt; &lt;a href="images/newsimage/spider1.jpg"&gt; &lt;img src='images/newsimage/spider1.jpg' &gt; &lt;span&gt; Spider just released! &lt;/span&gt; &lt;/a&gt; &lt;/div&gt;&lt;!--end of coin slider--&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;!--end of coinslider table--&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;!--end of news start table--&gt; &lt;!-- Reviews start --&gt; &lt;!-- Review #1 --&gt; &lt;table style="border:none;"&gt; &lt;tr&gt; &lt;th rowspan="4" width="30%" bgcolor='#7e7e7e'&gt;&lt;IMG SRC="images/review image/dj.jpg" ALT="Dinomight jack"&gt;&lt;/th&gt; &lt;td&gt;&lt;a href="#" style="text-decoration:none" &gt;Review of Dynimite Jack &lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;By &lt;i&gt;Bob Bobby&lt;/i&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Now here's a surprisingly nice piece of news. Stealthy demolition game Dynamite Jack has already been a reasonable .&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td bgcolor='#7e7e7e'&gt;&lt;a href="#" &gt; 0 comments&lt;/a&gt; | &lt;a href="#" &gt;Leave a comment&lt;/a&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt;&lt;!--end of review table--&gt; &lt;/div&gt;&lt;!--end of contenet wrapper--&gt; </code></pre> <p>also the css..</p> <pre><code> /***************/ /* CONTENT */ /***************/ #contentwrapper{ display: table-cell; width: 700px; background: #919191; border: None; } #contentcolumn{ margin: 0 20% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/ } #contentwrapper table { border: none; width: 100%;/*around 700 max for images*/ border-collapse: collapse; } /***************/ /*content round box*/ /***************/ .rounded { background: #000000; width: auto; } .rounded_top div { background: url(../images/up-left641.png) no-repeat top left; } .rounded_top { background: url(../images/up-right641.png) no-repeat top right; } .rounded_bottom div { background: url(../images/down-left641.png) no-repeat bottom left; } .rounded_bottom { background: url(../images/down-right641.png) no-repeat bottom right; } .rounded_top div, .rounded_top, .rounded_bottom div, .rounded_bottom { width: auto; height: 25; font-size: 24px; font-weight:bold; text-align:center; color:#ffffff; padding:-40px; } .rounded_content { margin: 0 20 0 20;} .rounded { color:#000000;} </code></pre> <p>all suggestion are welcome. thanks glen</p>
    singulars
    1. This table or related slice is empty.
    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