Derek Carlos
Forum Replies Created
-
Forum: Your WordPress
In reply to: Code tags don’t workI have confirmed this. My friend and I had tested this bug and it can be viewed here: 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
In reply to: Borders mix up with smileysthank you so much for the help. WP really rocks!
Forum: Themes and Templates
In reply to: Borders mix up with smileyshope it will help…
Forum: Themes and Templates
In reply to: Borders mix up with smileyshere 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
In reply to: Borders mix up with smileysno 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
In reply to: Borders mix up with smileysthat is because I forcibly delete all borders for ALL images. how can I erase the border only on smileys?
Forum: Fixing WordPress
In reply to: mx4_theme changing header imagehow can i remove the borders in smileys in mx4?
Forum: Themes and Templates
In reply to: Borders mix up with smileysplease 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
In reply to: Line Break in LinksI 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/
thank you in advance!