Thursday, October 28, 2010
How to use VM Theme images
<***img src="<***? php echo VM_THEMEURL; ?***>images/title-red-left.jpg" /***>
Friday, October 22, 2010
How to remove blank lines from Dreamweaver
- Open the file
- Click CTRL + F
- Select "Current document" in "Find in" (You can also select the folder if you have multiple files)
- Search in "Source code"
- Tick "Use regular expression"
- Type "[\r\n]{2,}" (without quotes) in "Find"
- Type "\n" (without quotes) in "Replace"
- Press "Replace All"
Subscribe to:
Comments (Atom)