outfandish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using ChatI ran it on Vista using up to date ie.
Tried to run it on Windows 7 with firefox and on another laptop with windows 7 using chrome. The only browser that showed it was the one I used to activate the plugins.Forum: Fixing WordPress
In reply to: browser issueWill do, thanks again for the advice
Forum: Fixing WordPress
In reply to: browser issueThanks for the tip. I’ve corrected the code using html tidy. Where can I add all of the code to wordpress? Does it go in header.php, index.php?
Forum: Fixing WordPress
In reply to: Header links off centerYour amazing!! Thank you!!
Forum: Fixing WordPress
In reply to: Header links off centerThe header links need to shift down a little to be even with the black border. I haven’t been able to figure it out. Is there a way that can be done?
Code:
#header ul li{
display:block;
float:left;
width:266px;
height:100px;
}
#header ul li a{
display:block;
position:relative;
width:266px;
height:100px;
background-image:url(images/header_links.png);
background-repeat:no-repeat;
}
#header ul li a strong{
display:none;
}
#header ul li a span.hover{
display:block;
position:absolute;
width:266px;
height:100px;
background-image:url(images/header_links.png);
background-repeat:no-repeat;
}
#go_download a{
background-position:0 0;
}
#go_download a .hover{
background-position:0 -100px;
}
#go_learn{
padding:0 1px;
}
#go_learn a{
background-position:-267px 0;
}
#go_learn a .hover{
background-position:-267px -100px;
}
#go_talk a{
background-position:-534px 0;
}
#go_talk a .hover{
background-position:-534px -100px;
}Forum: Themes and Templates
In reply to: change header colorWill do. That is also on my list:)
Forum: Themes and Templates
In reply to: change header colorperfect, thank you!
Forum: Fixing WordPress
In reply to: How to decrease space around logoPerfect, thank you
Forum: Themes and Templates
In reply to: Need to center header imageForum: Plugins
In reply to: Is there a way to incorporate a caption feature directly on a photo?or this site as well:
Forum: Fixing WordPress
In reply to: Validation Error CleanupThanks for your help with this. This help a lot.
Forum: Fixing WordPress
In reply to: Validation Error CleanupThanks for the read. Since the code in wordpress is modulated in differenct php/css files how do I know what file the code is in? Is the main site code located in index.php?
Forum: Fixing WordPress
In reply to: Need Tagline to show in browser, not on webpageYep, Perfect. Thank you!
Forum: Fixing WordPress
In reply to: Help with page templateThe zamango pagebar is a plugin, and when I disable it some of the formatting from the main page.
Forum: Fixing WordPress
In reply to: Help with page templateGreat, thank you for the info. I will work on it. Thanks again.