You can make a basic CSS stylesheet depending how you want your HTML pages to look like. This is a basic CSS reset you can use BEFORE your own CSS takes over:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
Yes, I use free CSS template to create Joomla template. For getting css free template, visit globbersthemes.com, csschopper.com, Joomla 24.com
If you choose to use a template on your freewebs page (Instead of using raw HTML and CSS), you cannot modify the template's CSS.
Hmm, to create a blogger template you should have a good knowledge of HTML, CSS, XML and JAVASCRIPT. If you have then search on google for TEMPLATE TUTORIAL for blogger. I am also have a blog www.way2hacking.com, plz visit and rate this answer
You can create your own BlogSpot template if you have a photo-editing program (e.g. Photoshop), know CSS coding, and have an idea for what you want the design to be. Start by storyboarding your design on plain paper, then structure the CSS main-frame, and finally create the necessary images. Once you are all done, you can implement the files to BlogSpot. Detailed instructions are here: http://bradblogging.com/blog-design/how-to-create-your-own-blogger-template-theme/.
open the "templates" directory in your Joomla installation. Then create a sub folder in it named "tutorial_template". All the files of your template will reside in it. Inside your new directory, create a file called index.php, and another named templates details.xml. Then create a folder named css and in it. well..!!if you are beginner i would suggest you to go for ready made joomla template
Click the Customize button. Click the edit HTML. Delete everything inside there. Then paste down your CSS code.
by editing the css code in "edit template" option
To create a drop down menu in CSS, use a series of nested
You can style a table in CSS, HTML is what you would use to create it though.
[ Assuming the question can be asked as, "How do you make the address (In the header) more dynamic with CSS on FreeWebs?" ] If you are using a FreeWebs template, you cannot edit any CSS. If you are using raw HTML + CSS, you can wrap the address in a tag such as <span> or <div>, and define some properties to the element with CSS.
First say You have a theme Called Test which uses the the folder test then say you wanted to make template edits to the blog Mod .. 1. goto the Blog Module folder and then to the template folder you'll see a folder called default well in that folder create a folder which your theme uses( the above example uses test as its folder so create the folder test in the template folder then create two more folders in that folder called block and controller so you structure should look like this /module/blog/template/test/block /module/blog/template/test/controller then copy which ever templates you want to edit to the respectful folder then edit them how ever you like and do not have to worry about updates overriding your your edits(now if the default templates were updated with major changes and you want the new changes just copy the new ones to your template then reapply your edits! also you can override CSS files all so if the module has its on CSS file like this.. go to for example: /module/group/static/css their you'll see a folder called default with another folder in it called default also with an css file in it call profile.css well do this number Make these folders /module/group/static/css/{themefolder}/{stylefolder}/profile.css Now you can also edit the Css and have the same effect as with the templates!where as {themefolder} is the folder your theme uses and {stylefolder} is the folder your style uses Hopes this helps all
To create a template or plugin, you will need knowledge of PHP, CSS and HTML. To use WordPress as a blogging platform, you do not need to know PHP. WordPress is a WYSIWYG so you can style the text in the box and create your posts.