September 3, 201214 yr Do I link it to css someone how, do I integrate it into the php file. New to this so havent a clue. Any help would be appreciated
September 3, 201214 yr Php files are just like .html files. The only difference is that , when a file is requested by a server , the server will look for php tags ( <?php ?> ) and parse everything inside the tags as php. So your file should be the same, only change the extension and you're ready to use php ! Léon Edited September 3, 201214 yr by Leonvv
September 4, 201214 yr Author I have tried specifying css properties for font etc and it shows up in dreamweaver preview. As soon as I load it to the server the font size etc doesnt not work. Any ideas?
September 4, 201214 yr I have tried specifying css properties for font etc and it shows up in dreamweaver preview. As soon as I load it to the server the font size etc doesnt not work. Any ideas? dumb question but ur not defining the css in <?php ?> tags are u
September 4, 201214 yr It sounds like the file structure is not set up correctly. Maybe it would help if you showed the code for your html, css and php files.
Create an account or sign in to comment