GolfGTIforum.co.uk
General => General discussion => Topic started by: Sam on 02 April 2012, 20:36
-
I cant get to grips with editing layouts and stuff. I have a wordpress site with a 'theme' and want to edit it but I dont know how to use the analtics so I can change the layout and colours etc within the wordpress coding. Its doing my f**king nut in, can anyone give me any tips or owt?
-
Wordpress uses CSS (Cascading Style Sheets) which will normally be one file for instance maybe called style.css that takes care of your layout, text and colours.
Here explains about css from scratch.
http://www.w3schools.com/css/css_intro.asp
-
Wordpress uses CSS (Cascading Style Sheets) which will normally be one file for instance maybe called style.css that takes care of your layout, text and colours.
Here explains about css from scratch.
http://www.w3schools.com/css/css_intro.asp
Cheers buddy, alot to read through there...
I seem to have managed to create somthing like what I want by hitting buttons in a random fashion but it took SOOOOOO much longer than it should have. Must read through that site buddy :cool:
-
The W3C website is excellent. Essentially HTML is used for content, CSS is used for formatting/layout :wink: