Change custome theme in magento configuration via.
1. Go –> App Folder –> Design –> frontend –> create OR copy exciting theme folder.
2. Copy base folder inside default theme content. And Paste your theme content inside.
3. GO –> Skin Folder –> frontend –> copy exiting skin folder –> and create your theme folder or copy exiting theme and rename.(ex: universial/universial
4. you want to change any widget css. copy base folder skin content to your skin folder inside.
http://www.magentocommerce.com/knowledge-base/entry/magento-installation-guide/
If you like your database to be reinstalled, drop all the tables in it. On next page reload it will be reinstalled.
If you want to go through install wizard again, delete app/etc/local.xml file and reload any magento page, it will be redirected to /install.
Going through install wizard will not reinstall the database files.
More Reference :
http://www.magentocommerce.com/boards/viewthread/901/
I Read more forum and blog. Everybody saying Below Option only. I also Tested.
This is working. If anybody want to avoid received spam mail.
kindly check below :
$from = “test@server.com”;
// To send HTML mail, the Content-type header must be set
$headers = ‘MIME-Version: 1.0’ . “rn”;
$headers .= ‘Content-type: text/html; charset=iso-8859-1’ . “rn”;
// Additional headers
$headers .= ‘From: ‘.$first_name.”rn”.
‘Reply-To: ‘.$your_email.”rn” .
‘X-Mailer: PHP/’ . phpversion();
$mail = mail($to, $subject, $full_msg, $headers, “-f $from”);
You can use above Fifth Additional Header Option “-f”. This is solved spam problem in gmail.
When you get Image Break in Newsletter Or Gmail.
Just You can put Image inside small “Style Code”. Below I mention that source.
Source :
<img src=”images/flower.jpg” alt=”” width=”100″ height=”25″ style=”display:block;” />;
that’s all. Your design view is very clear.
coords=”x,y,w,h”
coords=”left,top,w,h”
Ex:
coords=”10,50,100,250″
http://corz.org/serv/tricks/htaccess.php