mikelikie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Drop Shadow For Wrapper or Container?Hi Shane,
Thank you so much for your help, expert or not. I will definetly give this a try.
I’ve a couple more questions though for clarification:
I’m assuming your header and footer are in the same file?
My wrapper is also contained in my header, but the header is separate from my footer. They are each in their own .php file, i.e., header.php & footer.php? Does this change how it needs to be done?I’ve also read that the shadow.png needs to be the same color as the page background you are applying it to? My page background is white.
Is this correct or should I make the shadow a light gray color?Appreciate all your help Shane. Thank you so much!
Forum: Themes and Templates
In reply to: Problems with subpagesI think this might help you gorgeous:
https://www.ads-software.com/support/topic/241606?replies=1Forum: Installing WordPress
In reply to: server for wordpressThen you need to speak to your network administrator!
Forum: Themes and Templates
In reply to: How do I stretch my footer image across the width of the page?Somewhere in there, you need to set the width of your footer to match the width of your page, like so;
#footer{
clear:both;
float:left;
padding:0 0 30px 0;
width:800px;
height:18px;
}Forum: Fixing WordPress
In reply to: blog crashed — host says I need to rewrite/upgrade index.php fileSounds to me like all they are suggesting is that you “reload” your index.php file. FTP is just the method of file transfer and shouldn’t change anything. You can upgrade but follow the instructions or you will loose some stuff.
Forum: Fixing WordPress
In reply to: Home Button and Blog Header Problem?Thank you. I royally screwd it up though. I accidently added “/admin/index.php” to the WordPress URL instead of the Blog URL. Now I can’t get back to the settings page? Any ideas? Appreciate your help.