I usually have to use different specs for each browser in css. If you google cross browser css there are a lot of different examples on how to call out for each browser.
ie has a lot of issues that other browsers don't. I have not done a lot with google maps api or their embed function but you should be able to use css to hide the scroll bar.
Here is what Painter 11 produces: great paintbrush textures:
http://www.softwarenewsdaily.com/wp-content/uploads/2009/04/angelina-jolie-corel-painter-11-tutorial.jpg"
don't forget that if you are linking internally you may have to make sure you add a ../ to show the root folder and link correctly i.e. <a href="../directory/page.html">Click here</a> if the link is...
Divs would work the best because they will stretch and you can just use the image as a background to the div. Just set margin to 0 so the picture will align in the center and stretch to the sides of...
the script from shrikrishnatech will work great. You will need to specify in the form where to post the data to or what page to post the data to, which in turn will have the rest of the script in it.
It should work as long as you use the proper get function on the form.php page to pick up the variable before trying to echo it. Also it looks like you are missing parenthesis around the variable. I...
If you are weary of wordpress or typad you could always write your own theme for wordpress and then download it that way you don't have to link out and you may get some inbound links to your blog...
Divs are your best best but if you want to use tables your problem is that tables auto align the content to the center. You will want to add to the <tr> to output <tr valign="top"> if you want it at...
in wordpress there are different themes you can edit. In the header page you can add a php statement that says if current domain is the home page then show the ad. If post the domain name I can write...