9999 Posted March 16, 2007 Share Posted March 16, 2007 Can you set backgound color and vertically align putput of a php script using php alone without divs or tables? For example have the background = black and verticaly center output Link to comment https://forums.phpfreaks.com/topic/43060-controlling-php-output/ Share on other sites More sharing options...
shaunrigby Posted March 16, 2007 Share Posted March 16, 2007 Use CSS Style Sheets Link to comment https://forums.phpfreaks.com/topic/43060-controlling-php-output/#findComment-209167 Share on other sites More sharing options...
Scriptor Posted March 17, 2007 Share Posted March 17, 2007 PHP is logic, it's good for handling and processing data. Design is a different thing, it controls how your site looks. That's best done with CSS. Link to comment https://forums.phpfreaks.com/topic/43060-controlling-php-output/#findComment-209204 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.