How to edit a PHP Template in Microsoft Frontpage
Loading...
5,350
Uploader Comments (strive4impact)
see all
All Comments (15)
-
@zarko364 Hey Zarko! I feel your frustration. I found this process quite a challenge as well. Stick with it! So... CSS is a file that is referenced by the HTML or PHP page.
Any .css file is there to tell the HTML or PHP page how something should look.
Let's say that you have one text that you want to be bold, blue, and 24 pt font. Instead of every time putting that code around the text in the HTML or PHP page, you create a class in the CSS file. Maybe it's called "boldblue".
-
@GordanKokanovic Happy to help!
-
@wownson12 Came from incompetech [dot] com
-
what was the name of that song it sounded reall good
Loading...
A mi no me sirvio...
wayunet 7 months ago
@wayunet Sorry to hear that. How could it have helped you better?
strive4impact 7 months ago
tnx
milladdd 10 months ago
@milladdd You're welcome. Glad it was helpful for you!
strive4impact 10 months ago
i download some templates and when i want open them in frontpage is only text why'?? somebody help templates are css...
zarko364 1 year ago
then, you put all the formatting you want into the CSS file, and in the HTML page, you just put the class "boldblue". Okay, that might be difficult to grasp without seeing it. If you want to learn this stuff, just play with it, but one thing that might help is a book by Dave Taylor called "Creating Cool Web Sites". Google it... Dave has got a great style and way of helping that makes it simple, fun, and makes great sense.
strive4impact 1 year ago