- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
4 Posted Topics
Here is a list of clients and CSS support. Happy hacking :) http://www.campaignmonitor.com/css/
You had two calls to <?php get_header(); ?> once in Index.PHP and again in Header.PHP which may have been the cause. Here are your files. I removed the js from the header and placed in footer to speed up page loading. If it doesn't fix your issue let me know …
If you come in Freenode IRC #CSS channel I can walk you through it but the basics are. 1: Layout the page elements in your HTML file 2: Add CSS to make it look like the PSD file 3: Deploy It may be possible in some WYSIWYG editors to upload …
You will need to read up on the Google Maps API which can be found [here](https://developers.google.com/maps/) I believe this is what you will need to do what you mean? function initialize() { var mapOptions = { zoom: 4, center: new google.maps.LatLng(-25.363882, 131.044922) }; var map = new google.maps.Map(document.getElementById('map-canvas'), mapOptions); var …
The End.