Posts Tagged ‘text’
WP Page Layout & Text Updates
Sunday, December 27, 2009 0:43 No CommentsIf you were surfing my site today you may have noticed that the look and feel of the site was changing frequently. This was in preperation for another page on my website. Today I decided it was time to change the layout of my WP pages a bit to make more room. Thus I took [...]
Text Editor
Sunday, September 13, 2009 21:03 No CommentsUnfortunately this isn’t anything new, but I would like to create my own text editor, that can do the basics with some enhancements. The following is what I am thinking of initially:
open and saving files
cut
copy
paste
undo
word wrap
font choices (maybe)
syntax highlighting (if I can figure out how to implement) for Java, C, HTML, PHP, XML
word count
current line
find and [...]
Green-Dream 1.3
Saturday, June 6, 2009 22:15 No CommentsIn this release I fixed the problem of imporperly formated tables by addinig the following to my style.css code:
/********* CSS for Tables ************************/
table {
font: 12px, “Trebuchet MS”, arial;
width: 320px;
}
th {
padding: 0 0.5em;
text-align: left;
}
td {
font-size: 12px;
line-height: 1.5em;
border-bottom: 0px;
padding: 0 0.5em;
}
td.width {
width: 200px;
}
td.adjacent {
border-left: 0px;
text-align: center;
}
If you like how the rest of my CSS is set up [...]