Hello, <div><span style="font-family:Arial">#3) Lookup the function wp_enqueue_style() and use it to load your .css files, the only one that should have a resemblence in the header is the designated first style.css that should be above all the rest.   If there is a reason for the order then I suggest combining the css files into one.   If they are loaded for a reason and can be enabled disabled wp_enqueue_style is definately needed.</span></div>

<div><span style="font-family:Arial"><br></span></div><div><span style="font-family:Arial"><font size="4">For what use wp_enqueue_style()? in my theme and If it&#39;s really needed for what css file I should use it?</font></span></div>

<div><span style="font-family:Arial"><font size="4"><br></font></span></div><div><br><span style="font-family:Arial">#1) this means that the css borders padding and margins are too encompassing to allow 4 columns, adjust as necessary so that 4 columns can display in the content area.</span></div>

<div><font face="Arial"><br></font></div><div><font face="Arial"><font size="4">I am not able to adjust margins to allow 4 columns.. 3 columns is the best choice for my theme. For example this theme </font></font><font size="4"><a href="http://wordpress.org/extend/themes/fudo" target="_blank">http://wordpress.org/extend/themes/fudo</a><span style="font-family:Arial"> has been accepted several weeks ago and it has the same problem with 4 columns. It has even the same issure with the .css ( see 3)</span></font></div>

<div><font face="Arial"><br></font></div><div><font face="Arial"><br></font></div><div><font face="Arial"><br></font><div class="gmail_quote">On Mon, Dec 20, 2010 at 6:20 PM, Philip M. Hofer (Frumph) <span dir="ltr">&lt;<a href="mailto:philip@frumph.net" target="_blank">philip@frumph.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div bgcolor="#ffffff">
<div><font size="2" face="Arial">#2) after the_content() is used, anything that is 
inside of the post that has been floated has the possibilty of everything after 
it floating, so after the_content() is used, floats must be cleared.  T his 
is recognizably very easily on a post that has multiple pages.   Toss 
an image in the post and float it left, if the pages [1][2][3] appears to the 
right of it, its not clearing the floats as needed after the_content() 
displays.</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">&lt;div class=&quot;entry&quot;&gt;</font></div>
<div><font size="2" face="Arial">    &lt;?php the_content(); 
?&gt;</font></div>
<div><font size="2" face="Arial">    &lt;div 
class=&quot;clear&quot;&gt;&lt;/div&gt;&gt;</font></div>
<div><font size="2" face="Arial">&lt;/div&gt;</font></div>
<div><font size="2" face="Arial"> &lt;?php wp_link_pages(); ?&gt;</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">#1) this means that the css borders padding and 
margins are too encompassing to allow 4 columns, adjust as necessary so that 4 
columns can display in the content area.</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">#3) Lookup the function wp_enqueue_style() and use 
it to load your .css files, the only one that should have a resemblence in the 
header is the designated first style.css that should be above all the 
rest.   If there is a reason for the order then I suggest combining 
the css files into one.   If they are loaded for a reason and can be 
enabled disabled wp_enqueue_style is definately needed.</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">Other notes are that this theme seems to resemble 
several others on the repository, we do not allow child themes at this time and 
the only way that multiple themes of the same variety are allowed coding wise is 
if they all have distinct functions unique to themself that the others do not 
do.,  not just design.</font></div>
<div><font size="2" face="Arial"></font> </div>
<div> </div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial"></font> </div>
<blockquote style="border-left:#000000 2px solid;padding-left:5px;padding-right:0px;margin-left:5px;margin-right:0px"><div><div></div><div>
  <div style="font:10pt arial">----- Original Message ----- </div>
  <div style="font:10pt arial;background:#e4e4e4"><b>From:</b> 
  <a title="fordmon@gmail.com" href="mailto:fordmon@gmail.com" target="_blank">Ford Mon</a> </div>
  <div style="font:10pt arial"><b>To:</b> <a title="theme-reviewers@lists.wordpress.org" href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a> 
  </div>
  <div style="font:10pt arial"><b>Sent:</b> Monday, December 20, 2010 3:09 
  PM</div>
  <div style="font:10pt arial"><b>Subject:</b> [theme-reviewers] Some qs about 
  Black Queen 1.0 theme</div>
  <div><br></div><span style="border-collapse:collapse;font-family:arial, sans-serif;font-size:13px"><a style="color:rgb(0,0,204)" href="http://themes.trac.wordpress.org/ticket/2122" target="_blank">http://themes.trac.wordpress.org/ticket/2122</a> </span>
  <div><br></div>
  <div><br></div>
  <div>Hello All,</div>
  <div><br></div>
  <div><span style="line-height:22px;font-family:&#39;Lucida Grande&#39;, Verdana, &#39;Bitstream Vera Sans&#39;, Arial, sans-serif;color:rgb(51,51,51);font-size:12px">
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">I 
  have created a theme<br><a style="border-bottom:rgb(223,223,223) 1px solid;color:rgb(33,117,155);font-weight:normal;text-decoration:none" href="http://www.themesfromrobin.com/2010/11/black-queen-wp-theme/" rel="nofollow" target="_blank">http://www.themesfromrobin.com/2010/11/black-queen-wp-theme/</a><br>

and 
  uploaded into <a href="http://trac.wordpress.org" target="_blank">trac.wordpress.org</a>. 
   It was tested recently and rejected until I fix the following:</p>
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">1) 
  // Galleries with more than three columns aren&#39;t shown correctly. 
  Test [gallery columns=&quot;4&quot;] and it breaks the gallery.» //</p>
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">I 
  looked into the stadard wordpress theme and when tested it there was the same 
  error.<br><a style="border-bottom:rgb(223,223,223) 1px solid;color:rgb(33,117,155);font-weight:normal;text-decoration:none" href="http://img507.imageshack.us/img507/6216/screenshot117.png" rel="nofollow" target="_blank">http://img507.imageshack.us/img507/6216/screenshot117.png</a><br>

It 
  can&#39;t look well with 4 colums, the best look is 3 columns. Could you explain 
  what to do in this case?</p>
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">2. 
  // Floated elements aren&#39;t cleared in the post content. This only seems to be 
  the case when usingwp_link_pages().»//</p>
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">I 
  can not decipher this statement. Could you help</p>
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">3. 
  //«Additional stylesheets should be appropriately loaded 
  using wp_enqueue_style()»//</p>
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">What 
  does it mean?</p>
  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">The 
  main style in my theme is the same as it is in the standard wp theme ( the 
  perfect sample). An additional style is also added according to the codex. At 
  least it is the same as it&#39;s in this accepted theme<a style="border-bottom:rgb(223,223,223) 1px solid;color:rgb(33,117,155);font-weight:normal;text-decoration:none" href="http://wordpress.org/extend/themes/fudo" rel="nofollow" target="_blank">http://wordpress.org/extend/themes/fudo</a></p>


  <p style="padding-bottom:0px;margin:0px 0px 11px;padding-left:0px;padding-right:0px;padding-top:0px">Many 
  thanks in advance</p></span></div>
  </div></div><p>
  </p><hr>

  <p></p>_______________________________________________<br>theme-reviewers 
  mailing 
  list<br><a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br><a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>

<p></p></blockquote></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>