style sheets not working in lotus notes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
krishna.p
Forum Newbie
Posts: 19
Joined: Fri May 23, 2008 8:12 am

style sheets not working in lotus notes

Post by krishna.p »

hi experts,
i am newbie to php. i have created a simple html content with styles as follows
<span style="width:2%"> </span> and <div style="height:1%"></div> and send this format to lotus notes email id using php mail function.
when i open the email i was shocked seeing that there were no stylesheets applied. however it is working fine in Microsoft Exchange. i dont know where i have committed mistake. this is happening particularly in the height and width case. i want to create html content with out using Tables. so i have used DIV tags. if any one of you knows it please help me out.

thanks in advance..
krishna.p
Post Reply