werushka Posted March 30, 2007 Share Posted March 30, 2007 I want to modify the following code so it is printed bold and also i want to specify text size 'TEST Bold and Text Size' . '<br /><br />'. 'Test bold and text size' . MODULE_PAYMENT_EU_ACCOUNT_HOLDER . '<br />'. really appreciate any help Link to comment https://forums.phpfreaks.com/topic/44890-must-be-simple-but-i-am-a-noob-font-editing/ Share on other sites More sharing options...
monk.e.boy Posted March 30, 2007 Share Posted March 30, 2007 '<b>TEST Bold and Text Size</b>' . '<br /><br />'. '<span style="font-size: 30px; font-style: bold;">Test bold and text size' . MODULE_PAYMENT_EU_ACCOUNT_HOLDER . '</span><br />'. Learn the basics of CSS and HTML dude. Google is your friend. monk.e.boy Link to comment https://forums.phpfreaks.com/topic/44890-must-be-simple-but-i-am-a-noob-font-editing/#findComment-217979 Share on other sites More sharing options...
werushka Posted March 30, 2007 Author Share Posted March 30, 2007 i know the basics to html an css but could not implement it to php yer tried couple of variations but could not do it Link to comment https://forums.phpfreaks.com/topic/44890-must-be-simple-but-i-am-a-noob-font-editing/#findComment-218221 Share on other sites More sharing options...
kenrbnsn Posted March 30, 2007 Share Posted March 30, 2007 So post the code that's giving you problems between tags. Ken Link to comment https://forums.phpfreaks.com/topic/44890-must-be-simple-but-i-am-a-noob-font-editing/#findComment-218231 Share on other sites More sharing options...
werushka Posted March 30, 2007 Author Share Posted March 30, 2007 like this one it does not work <td class="main"> 'TEST TEST' . </td>'<br />'. Link to comment https://forums.phpfreaks.com/topic/44890-must-be-simple-but-i-am-a-noob-font-editing/#findComment-218344 Share on other sites More sharing options...
werushka Posted March 30, 2007 Author Share Posted March 30, 2007 sorry <td class="main"> 'TEST TEST TEST' . </td>'<br />'. Link to comment https://forums.phpfreaks.com/topic/44890-must-be-simple-but-i-am-a-noob-font-editing/#findComment-218347 Share on other sites More sharing options...
kenrbnsn Posted March 30, 2007 Share Posted March 30, 2007 That one code snippet is not going to help us. Please post the full PHP code. Ken Link to comment https://forums.phpfreaks.com/topic/44890-must-be-simple-but-i-am-a-noob-font-editing/#findComment-218350 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.