Skip to main content

Posts

Showing posts with the label CSS

w3schools.com

While looking for information on HTML coding, and also XML coding, — my interest has been renewed due to the CSS and XML coding in the new blog templates I'm using — I happened across w3schools.com . I've some knowledge of HTML and CSS coding, but my knowledge of CSS extremely limited. However, w3schools.com has tons of tutorials, covering (in addition to the previously mentioned items) XHTML , TCP / IP , JavaScript, PHP and ASP , SQL and Database, and more. Their tutorials are free. I'm unemployed. I've got lots of time, and I could spare a little time each day to learn some of these things — perhaps an hour each day. Also, w3schools.com has an online Certification Program . These are free, too. They say their "tutorials are recommended reading in over 100 Universities and High schools all over the world," and they provide a brief list of some of the schools along with links to pages showing the recommendation. For example, this page at the Univers...

Dashboard

In the code for this template, the three columns of links at the bottom part of this blog are called the "dashboard." The left column is "dashboard1," the middle column is "dashboard2," and the right column is "dashboard3." One problem I've had with this template from the start is that the title for each set of links butted up against the last link in the set above it. So, I've been pouring over the code trying to figure out how to fix this. I noticed that this problem did not exist in the sidebar to the right, that there was plenty of space between the small block of text with my photo and brief description and the "Writer-Speak . . ." quote. With that as my guide, I tried to find the code that spaced them apart. I found some code that read: .sidebar .widget{margin-bottom:1.5em;} I know a little about CSS (Cascading Style Sheets), so I know that a dot preceding a name defines a "class." "Classes" are used in...