realife
-
CSS Alignment help
I'll suggest first that you'll get rid of the tables tags in your code... there's no need for a simple site like that to use table tags. it should built with div tags.. but what are you trying to do with the background, i didn't…
-
wordpress menu ul class=''
Still it's not working... :( Maybe I'm missing something in the functions.php? That's weird, nobody did it before?
-
Help choosing a wordpress template
Well Friends, that's sad to hear that.. However, I'm not spam
-
div content change
I would try the ScrollTo maybe: Demo: http://www.webdesignerwall.com/demo/scrollto-demo/
-
Help choosing a wordpress template
It's looks very simple, i can help you create something like that feel free to contact me: oritzio@hotmail.com
-
Anonymous Post Wordpress Plugin
I don't think so, because i've tested it in my wordpress and it's working
-
Anonymous Post Wordpress Plugin
Oh, I see... I've tried this plugin in my website and it's working good. Maybe it something with permissions in your hosting, try to give to the wp-comments-post.php file - write permissions (It's called Permissions or Attributes …
-
Anonymous Post Wordpress Plugin
First, you can disable all the 'author' line for all the website if you like.. The second option which i think it's the best for you is to create a user that can only write posts Without any other permissions and give it anonymous nam…
-
contact form in wordpress footer
Use Contact Form 7 Plugin, It's better and you can also style it
-
Google Analytics with Wordpress site installed in it's own directory
There is also plugin that you can download called 'Google Analytics'
-
Robots.txt
Yes, that means that the folder 'forum' won't be follow
-
css in depth
do you mean how do you load the separate CSS file from the HTML?
-
background image
The thing is if you wouldn't put it tiled, it's have to end somewhere... another thing you can do is to put your image on %100 size, it means that no matter what size is your screen, it will resize it to fullscreen.
-
WordPress & Web.com
Did you create a database and changed the wp-config-sample.php?
-
WordPress & Web.com
Did you make sure you have Linux hosting? that supported by PHP? After that make sure you upload all the wordpress folder then try to install it
-
Colour fading menu with JQuery not working on iPhone or iPad - any ideas?
I think what's you need is CiUI http://www.clientcide.com/cnet-js-standards/ciui-cnet-iphone-ui/
-
consistant / manage between FF and IE
I don't know, i guess nothing is working for me. Can you please give me an example of simple html file with css include for making padding (for example padding-left:40px; ) and make it work in Internet Explorer and also Firefox?
-
consistant / manage between FF and IE
Btw, i really like this forum You answering quickly and if feels like a good community
-
consistant / manage between FF and IE
Your advice didn't work, This example, i checked it and that was my sulotion, Also, it's just an example to change the background, what i find out is that u need to add this- \0/ before closing the css ; so if it was padding only for IE…
-
consistant / manage between FF and IE
ohhh, i think i got it, it should be like that in IE7 *.padding-L { background-color: #000000; } and for IE8 should be like that: *.padding-L { background-color: #000000\0/; }