Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Sunday, April 3, 2011

css & html tips


  1. Center align: margin-left: auto; margin-right: auto;

  2. html page always has toolbar: body { overflow-y: scroll; }

  3. Auto redirect to other page: META HTTP-EQUIV="Refresh" CONTENT="0; URL=html-redirect.html">

Sunday, November 8, 2009

Remove in xml/html file

Find: ^\s*<!--((?!-->).)+-->\s*\n
Replace by empty
Regular Expression: Yes
Option: - Multiline: Yes; Single line: Yes

Thursday, July 9, 2009

Want to insert html code into blogger

1. Go here: http://www.reconn.us/component/option,com_wrapper/Itemid,62/
2. Uncheck 2 check-boxes and paste your html code in
3. Copy result and paste into blogger windows (tab Edit Html).
4. Click review to see the result.