Deprecated: Required parameter $options follows optional parameter $args in /home5/zegron/onetakemedia.net/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/aihrus-framework/includes/class-aihrus-widget.php on line 144

Warning: Cannot modify header information - headers already sent by (output started at /home5/zegron/onetakemedia.net/wp-content/plugins/testimonials-widget/includes/libraries/testimonials-widget/includes/libraries/aihrus-framework/includes/class-aihrus-widget.php:144) in /home5/zegron/onetakemedia.net/wp-includes/feed-rss2.php on line 8
- Bigcommerce Services https://www.onetakemedia.net/tag/tabs/ Making Bigcommerce Easier for everyone Thu, 25 Mar 2010 12:42:54 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.3 211689335 Keeping your Google Base Account Active: New rules from Google https://www.onetakemedia.net/keeping-your-google-base-account-active/ https://www.onetakemedia.net/keeping-your-google-base-account-active/#comments Thu, 25 Mar 2010 12:42:54 +0000 http://zegron.wpengine.com/blog/?p=426 Read more]]> On 3-24-10 I got an e-mail from Google stating that all users of Google Base / Product upload need to verify and claim their URL to ensure that they are the only ones with authorization to upload products. In 8 weeks it will be required or else you will be prevented from uploading products.

Source: http://www.google.com/support/merchants/bin/answer.py?hl=en_US&answer=176793

ProStores merchants, hopefully all of you are using this excellent free service, if you are here are the steps you need to take. If you aren’t using Base and don’t want to set it up yourself feel free to contact us, we do the set ups quickly and for only $25 and it would include all the steps below as well.

How to Keep your Google Base Account Active

  1. Sign into your google.com account, which can be gmail or any other e-mail address you’ve registered with.
  2. Once signed in go to http://www.google.com/webmasters/tools/ and sign up.
  3. Once at the main page of Google Webmaster Tools click ‘Add new Site’
  4. In the URL box type the address of your site, without the ‘servlet/StoreFront’. For example, for my site I would JUST put in http://onetakemedia.net and leave anything else after that out.
  5. You will be on the ‘Verify ownership’ page now, from the drop down menu choose ‘Meta Tag’ as your method. Copy that bit of code to a text file and then open a new window and log into your store.
  6. Once logged into your ProStores Store go to Store Design then click Page Template Manager and click the Header template. Always save a Baseline before any editing!
  7. Once the Header template is open click the tab labeled ‘Source Editor’. Look for and place the verify code on the line above it then click the Save and Publish button.
  8. Go back to your Google Webmaster Tools window and click the ‘Verify’ button. You should be sent back to the Home page and a box at the top should say that you’ve successfully verified your address.
  9. Now go to your Google Merchant center, http://www.google.com/merchants Click on the Settings link, then click General. Under Website URL, enter your site’s URL. Click ‘Claim this URL’ to claim the website. Click ‘Save Changes’ to confirm your changes.
  10. You are done!
  11. ]]> https://www.onetakemedia.net/keeping-your-google-base-account-active/feed/ 1 426 Indenting text in html https://www.onetakemedia.net/indenting-text-html/ https://www.onetakemedia.net/indenting-text-html/#respond Fri, 18 Jul 2008 16:55:43 +0000 http://zegron.wpengine.com/blog/?p=30 Read more]]> How do you indent text / paragraphs in html? I have compiled a short list of several way to do this.

    Cascading Style Sheets

    Using CSS, you can set all your paragraphs in a document to be indented however much you want.


    Or you can add style=”text-indent : 10px;” to the P tag for that paragraph if you only want it in one spot.

    paragraph to be indented


    Or put the line you want indented in inside a div tag

    Text to be indented

    Don’t forget to close your p or div tags. 😉

    This is the best way to indent paragraphs, as it separates style from content and is widely supported on modern browsers.

    Non-Breaking Space

    The non-breaking space special character can be used to move text and images over slightly on a Web page.

         Paragraph starts here....


    Some browsers don’t like multiple non-breaking spaces in a row. They might crash, or probably just ignore them.

    And make sure to save a baseline! 🙂


    ]]>
    https://www.onetakemedia.net/indenting-text-html/feed/ 0 30