desk003
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS: getting floats to clear with background URLScrew it. Using tables. Resolved.
Forum: Themes and Templates
In reply to: CSS: getting floats to clear with background URLI’d rather someone just tell me on here.
Forum: Themes and Templates
In reply to: CSS background url helpHowever I think I see why you had a larger negative top margin, to make it show right in IE. That, however, screwed it up and made it overlap in firefox & safari, which is the audience I care more about. Thanks for your help ??
Forum: Themes and Templates
In reply to: CSS background url helpRemoved & Changed some of the css you gave me.
#wrap {
width: 905px;
margin: 0;
padding: 0;
}
/* 1. End Global *//* 2. header.php */
#header {
background: url("photoblog_bkg_top.png") no-repeat bottom;
border: none;
height: 38px;
font-size: x-small;
font-weight: bold;
padding: 8px 3px 0px 3px;
margin: 0;
}
#header a, #header a:visited {
text-decoration: none;
}
.headtext {
width: 850px;
padding-top: 14px;
}
/* 2. End header.php *//* 3. index.php */
#content {
background: url("https://photoblog.desk003.com/wp-content/themes/blueblurry/photoblog_bkg_mid.png") repeat-y top;
border: none;
margin: -10px auto -10px auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
/* 3. End index.php *//* 4. footer.php */
#footer {
background: url("https://photoblog.desk003.com/wp-content/themes/blueblurry/photoblog_bkg_bottom.png") no-repeat bottom;
border: none;
height: 60px;
width: 900px;
margin: 0 auto 0 auto;
text-align: center;
font-size: x-small;
font-weight: normal;
padding-bottom: 0px;
clear: both;
}
#footer a, #footer a:visited {
text-decoration: none;
}
#footer img, #footer img a, #footer img a:visited, #footer img a:hover {
border-width: 0px;
padding: 0px;
display: inline;
}
.ftext {
padding-top: 13px;
}
/* 4. End footer.php */Thanks for the help, without that I would not have had anything!
Forum: Themes and Templates
In reply to: CSS background url helpWell, it looks better, anyway.
Forum: Themes and Templates
In reply to: CSS background url help<b>@katie:</b> That’s not what I’m trying to do. I’m trying to use images as the background for my template.
Forum: Everything else WordPress
In reply to: Goodbye and good luck to all.Really sorry to see you go Moose. You’ve helped me much.
Forum: Plugins
In reply to: Use of admin_head questionNVM. figured this out as well.
Forum: Plugins
In reply to: Use of admin_head questionany ideas anyone?
Forum: Plugins
In reply to: Use of admin_head questionokay.. i was wrong, it doesnt error out with the whole string (
<?php include (ABSPATH . 'wp-content/plugins/green-theme/head.php') ?>
), it just adds it like a comment, it does not execute it. sorry.Forum: Plugins
In reply to: Use of admin_head questionit just shows up as text without the
<?php
and?>
Forum: Plugins
In reply to: Use of admin_head questionI need to change the location of the css.
Yep, with the
<?php
and?>
Forum: Plugins
In reply to: Creating a ADMIN THEME pluginnevermind. figured it out.
Forum: Fixing WordPress
In reply to: 1.5, Link cats and the h2 tagThanks for pointing it out Podz
Forum: Themes and Templates
In reply to: WP Links & DesignWell, and I want the titles, as you can see, Catagories, Search, WP Blogroll, etc, to line up.