giovedì 28 dicembre 2006

facciamo altre prove

Tutti i "tag-contenitori" che abbiamo appena visto (e molti altri tag di quelli che vedremo) permettono di allineare il testo utilizzando semplicemente l’attributo align.
Se avete seguito finora la presente guida, avrete anche indovinato che l’attributo "align" è disapprovato dal W3C, dal momento che per allineare il testo bisognerebbe invece utilizzare i fogli di stile.
In ogni caso, vediamo come potremmo ad esempio allineare il testo di un paragrafo:
  • eeeeee
  • gggggggggg
  • gggggggggggg
  • yyyyyyyyyyy

mercoledì 27 dicembre 2006

Ennesima prova

If you already have a functional Beta blog with some other template, here are the steps that you could use to convert your template to 3-columns.Disclaimer 1: I am assuming that you have already played with CSS a bit.Disclaimer 2: You may need to do additional adjustments in CSS like adjusting width, margin etc if one of the sidebars is pushed downwards. This instruction is just to highlight the general method of converting to 3-columns. As I don't have much free time nowadays, I may not be able to help you there.1. Beta template has 3 CSS wrapper definitions as follows:#outer-wrapper - This defines the entire blog#main-wrapper - This defines the main column#sidebar-wrapper - This defines the sidebar.Now, to insert a new column, we need to define a new wrapper, say #newsidebar-wrapper. Find the definition of #sidebar-wrapper, copy/paste and rename it to create this new wrapper.2. These wrappers might have different widths depending on your template. We need to fix the widths of these 4 wrappers so that they appear as expected. I suggest setting the width of outer-wrapper as 750px, main-wrapper as 400px and each sidebar-wrapper as 150px (750 > 400+150+150).3. We should also set the float property of these wrappers appropriately. i.e. if sidebar-wrapper was set as float:right, we should set the newsidebar-wrapper as float:left and vice versa (unless you want both of them on one side). Also, setting the left or right margin of main-wrapper ensures there's space between the new sidebar and the main column.Summarizing, here is an example of settings:

lunedì 25 dicembre 2006

solo che pensavo quanto è inutile farneticare, dire che sto bene quando è inverno e te, ti permetto di sognare!

Prove

testi testi testi

testo di prova