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! Quote 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"; Quote 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! Quote 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"; Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.