Posts Tagged ‘HYPERTEXT CODE’

HYPERTEXT & CODE: Background Color of Block

Sunday, March 8th, 2009


Oh goody–one more feat accomplished; figured the way to put a different color behind the text within a column, or block. All it calls for is this code in the <head> section of the individual html, without any change in the css sheet:

<style type=”text/css”>
#right {
background: #999999;
}
</style>

030809h

HYPERTEXT & CODE: Nitpickin’

Saturday, March 7th, 2009


There are two things that bother me online and it’s possibly overcome by skill that ole dopey me hasn’t developed yet, but 1) I’d like to do away with the portion of the URL in a box to insert a hyperlink; that “http://” that makes you either double up the http://, or have to backspace and delete it because it’s so much easier to copy and paste the entire URL rather than pick it away from its beginning.

2) the two-letter state designations in drop-down menus that take a whole lot more time and effort than typing those two letters in directly.