libertyct Posted December 21, 2007 Share Posted December 21, 2007 Does anybody know how i can insert line breaks within the title attribute in HTML? e.g. title = " something something something \r\n something something something" ? thnx! Link to comment https://forums.phpfreaks.com/topic/82727-solved-more-of-a-quick-html-question/ Share on other sites More sharing options...
The Little Guy Posted December 21, 2007 Share Posted December 21, 2007 $title = " something something something <br /> something something something"; Link to comment https://forums.phpfreaks.com/topic/82727-solved-more-of-a-quick-html-question/#findComment-420747 Share on other sites More sharing options...
libertyct Posted December 21, 2007 Author Share Posted December 21, 2007 thank u. prob solved! Link to comment https://forums.phpfreaks.com/topic/82727-solved-more-of-a-quick-html-question/#findComment-420750 Share on other sites More sharing options...
The Little Guy Posted December 21, 2007 Share Posted December 21, 2007 Oops... That did an actual line break: $title = " something something something <br /> something something something"; Link to comment https://forums.phpfreaks.com/topic/82727-solved-more-of-a-quick-html-question/#findComment-420752 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.