Welcome Guest, Not a member yet? Register   Sign In
PhpStorm Throws Error in welcome_message
#1

PhpStorm throws an Error on the font tag in the .application/views/welcome_message

PHP Code:
body {
    
background-color#fff;
    
margin40px auto;
    
max-width1024px;
    
font16px/24px normal "Helvetica Neue"HelveticaArialsans-serif;
    
color#808080;


FIX: Add a comma after normal.

PHP Code:
    font16px/24px normal"Helvetica Neue"HelveticaArialsans-serif
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB