excl209 Posted June 16, 2007 Share Posted June 16, 2007 Ok, this is beginner stuff... but I can't find anything in the manuals... echo "<br>"; goes down a line and centers it... what are the other codes?? Excl209. Link to comment https://forums.phpfreaks.com/topic/55790-solved-echo-simple/ Share on other sites More sharing options...
trq Posted June 16, 2007 Share Posted June 16, 2007 goes down a line and centers it... what are the other codes?? There are no other codes, what are you talking about? Echo outputs one or more strings, nothing more, nothing less. It does not format the output in any way. Link to comment https://forums.phpfreaks.com/topic/55790-solved-echo-simple/#findComment-275603 Share on other sites More sharing options...
excl209 Posted June 16, 2007 Author Share Posted June 16, 2007 sorry, should have looked at the preview... this is what i'm looking at :- echo "<br>"; Link to comment https://forums.phpfreaks.com/topic/55790-solved-echo-simple/#findComment-275605 Share on other sites More sharing options...
trq Posted June 16, 2007 Share Posted June 16, 2007 You need to learn HTML. Nothing to do with PHP. PHP outputs strings, that string happens to contain HTML which formats data for web pages. Here is a simple HTML tutorial. Link to comment https://forums.phpfreaks.com/topic/55790-solved-echo-simple/#findComment-275606 Share on other sites More sharing options...
excl209 Posted June 16, 2007 Author Share Posted June 16, 2007 Oh er.. Back to the drawing board. ??? Many thanks, Excl209 Link to comment https://forums.phpfreaks.com/topic/55790-solved-echo-simple/#findComment-275669 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.