stigmat
Forum Replies Created
-
and this distorts comment boxes in IE
dl#comment_list dd {
background:#DFDFDF url(images/comment_bottom.gif) no-repeat scroll 0pt 100%;
margin:0pt 0pt 1.5385em;
padding:0pt 20px;
width:428px;
}to fix the alignment in IE paste this in css
body {
background:#FFFFFF none repeat scroll 0%;
color:#222222;
font-family:Verdana,sans-serif;
font-size:62.5%;
text-align:center;
…
#container {
margin:0pt auto;
width:92.8em;
text-align:left;
}Forum: Themes and Templates
In reply to: Why the background and header image are not showing upprovide link to your site
Forum: Themes and Templates
In reply to: Increase Height on Line of Data under Post Title?.post-meta {
border-color:#EEEEEE;
height: …px;
}hope this will be helpful but anyway everything inside is aligned to top by default
Forum: Themes and Templates
In reply to: Sidebarit’s better to place it in index.php
<div id=”googlead”><script type=”text/javascript”><!–
google_ad_client = “pub-8192862475609535”;
/* 728×90, date de cr�ation 03/04/08 */
google_ad_slot = “2329753142”;
google_ad_width = 728;
google_ad_height = 90;
//–>
</script></div>and somewhere in style.css add this
#googlead { float:left; width:728px; display:block; }
Forum: Themes and Templates
In reply to: Sidebartry to wrap google script in div tag and apply for it a fixed width (728px) and float to the left
Forum: Themes and Templates
In reply to: background image questionthe container bg is the reason. also the design is problematic. slices are not transparent. i suggest you to redesign and improve a layer code. there is no other way to make it better
Forum: Themes and Templates
In reply to: background image questionline 53
#header { background:#D2E4FA url(images/header3.gif) no-repeat scroll 0%; }
delete bg color #D2E4FAForum: Themes and Templates
In reply to: background image questionit seems to be correct. can you give a link to a site?
Forum: Themes and Templates
In reply to: Login Text areasomething like this?
Forum: Themes and Templates
In reply to: Help! Template Problems<html xmlns=”http://www.w3.org/1999/xhtml”> (close your tag)
….
</html>
otherwise provide your header codeForum: Themes and Templates
In reply to: background image questionprovide your css code first of all…
Forum: Themes and Templates
In reply to: Removing coloruse global style for all links
a { border:0px; outline:none; }
or images
img { border:0px; }
Forum: Fixing WordPress
In reply to: WordPress 2.5 gallery