Title: Derek Carlos's Replies | WordPress.org

---

# Derek Carlos

  [  ](https://wordpress.org/support/users/dereksingko/)

 *   [Profile](https://wordpress.org/support/users/dereksingko/)
 *   [Topics Started](https://wordpress.org/support/users/dereksingko/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dereksingko/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dereksingko/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dereksingko/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dereksingko/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dereksingko/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Code tags don’t work](https://wordpress.org/support/topic/code-tags-dont-work/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/code-tags-dont-work/#post-301496)
 * I have confirmed this. My friend and I had tested this bug and it can be viewed
   here: [http://derek.filcode.com/test/](http://derek.filcode.com/test/) (it’s 
   messy)
 * The HTML produce `<code>` `</code>` tags which means they are not parsed. The
   tag just don’t generate the correct HTML equivalent.
 * And, Viper007Bond yours does not work too! Look at the codes:
 * <p>1. find and replace all the **<code>**& **</code>**with this **<code>**& amp;**
   </code>**but, leaving no spaces between the **<code>**& and the amp; **</code
   >**<br>
    2. find where it says border=?2″ and delete it you won’t need it</p
   >
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Borders mix up with smileys](https://wordpress.org/support/topic/borders-mix-up-with-smileys/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/borders-mix-up-with-smileys/page/2/#post-238544)
 * thank you so much for the help. WP really rocks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Borders mix up with smileys](https://wordpress.org/support/topic/borders-mix-up-with-smileys/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/borders-mix-up-with-smileys/#post-238542)
 * hope it will help…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Borders mix up with smileys](https://wordpress.org/support/topic/borders-mix-up-with-smileys/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/borders-mix-up-with-smileys/#post-238541)
 * here is the complete code of CSS for images on my mx4 theme:
 * `
    /********* Begin Images *********/
 * img.wp-smiley {border:none;}
 * /*img.wp-smiley {
    border:none; margin:0; padding:0; }*/
 * .entry img {
    background-color: #ffffff; border: 1px solid #dddddd; /*-moz-border-
   radius:5px;*/ padding: 4px; max-width: 334px; }
 * .entrytext img {
    background-color: #ffffff; border: 1px solid #dddddd; /*-moz-
   border-radius:5px;*/ padding: 4px; max-width: 392px; }
 * .img {
    background-color: #ffffff; border: 1px solid #dddddd; /*-moz-border-radius:
   5px;*/ padding: 4px; }
 * .imgleft {
    float: left; margin-bottom: 6px; background-color: #ffffff; border:
   1px solid #dddddd; /*-moz-border-radius:5px;*/ padding: 4px; }
 * .imgright {
    float: right; margin-bottom: 6px; background-color: #ffffff; border:
   1px solid #dddddd; /*-moz-border-radius:5px;*/ padding: 4px; }
 * p img {
    max-width: 100%; }
 * img.centered {
    background-color: #ffffff; border: 1px solid #dddddd; /*-moz-
   border-radius:5px;*/ padding: 4px; display: block; margin-left: auto; margin-
   right: auto; }
 * img.alignright {
    background-color: #ffffff; border: 1px solid #dddddd; /*-moz-
   border-radius:5px;*/ padding: 4px; padding: 4px; margin: 0 0 2px 7px; display:
   inline; }
 * img.alignleft {
    background-color: #ffffff; border: 1px solid #dddddd; /*-moz-
   border-radius:5px;*/ padding: 4px; padding: 4px; margin: 0 7px 2px 0; display:
   inline; }
 * .gravatar {
    float: left; margin: 2px 10px 6px 0px; background-color: #ffffff;
   border: 1px solid #dddddd; padding: 2px; }
 * /********* End Images *********/
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Borders mix up with smileys](https://wordpress.org/support/topic/borders-mix-up-with-smileys/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/borders-mix-up-with-smileys/#post-238540)
 * no effect 🙁 I have returned all the CSS to bring back the borders, and I also
   typed in img.wp-smiley {border:none;} but there is no effect… 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Borders mix up with smileys](https://wordpress.org/support/topic/borders-mix-up-with-smileys/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/borders-mix-up-with-smileys/#post-238538)
 * that is because I forcibly delete all borders for ALL images. how can I erase
   the border only on smileys?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [mx4_theme changing header image](https://wordpress.org/support/topic/mx4_theme-changing-header-image/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/mx4_theme-changing-header-image/#post-253484)
 * how can i remove the borders in smileys in mx4?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Borders mix up with smileys](https://wordpress.org/support/topic/borders-mix-up-with-smileys/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/borders-mix-up-with-smileys/#post-238536)
 * please help me here. I have tried Firas’ suggestion on how to remove the borders
   in smileys, but still it doesn’t work with me. Please help me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Line Break in Links](https://wordpress.org/support/topic/line-break-in-links/)
 *  [Derek Carlos](https://wordpress.org/support/users/dereksingko/)
 * (@dereksingko)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/line-break-in-links/#post-256303)
 * I have this problem with the kubrick theme. I was able to validate the page in
   W3C, but I can’t find a way on how to put line breaks between my links. Here 
   is the link of the entry in my blog that discusses the problem:
 * [http://derek.filcode.com/2005/09/23/the-side-effects-of-validation/](http://derek.filcode.com/2005/09/23/the-side-effects-of-validation/)
 * thank you in advance!

Viewing 9 replies - 1 through 9 (of 9 total)