B
Aksel, I am having fun with my CSS
thank you My pleasure!
I had hoped I could set up a template which defined the top of the page and the left hand column
then left the rest of the interior to be specified on each HTML page
is this possible? Yes it is possible. I'll make an example (not right now, my mom's birthday this weekend, family visiting etc... I'll try for monday!)
it would mean the left hand column would come from the css file
then the middle and right hand column from the html
look like it can't be done like this; can it? I get it. Let me make an example and you'll see what I mean. The nasty thing is that you'll have to repeat contents each time (css has no contents). So if you want a telephone in the heading on each page on the same place, you can define the layout in css for that heading, but you'll have to put the nr in each html file. A 'masterpage' (only ASP or PHP) solves that problem.
also
i want to change the backgound colour from olive
what are my choices?
background-color: Olive ; Use any color you wish. The system has basic colors like 'red', 'orange', etc...., but you can also use #0123FF colors (hexa). #RRBBGG
RR= redvalue from 00 to FF, BB = blue GG = green.
thanks and shalom,
off to pool now I go tonight. But another pool. The one with balls and cues...
thank you My pleasure!
I had hoped I could set up a template which defined the top of the page and the left hand column
then left the rest of the interior to be specified on each HTML page
is this possible? Yes it is possible. I'll make an example (not right now, my mom's birthday this weekend, family visiting etc... I'll try for monday!)
it would mean the left hand column would come from the css file
then the middle and right hand column from the html
look like it can't be done like this; can it? I get it. Let me make an example and you'll see what I mean. The nasty thing is that you'll have to repeat contents each time (css has no contents). So if you want a telephone in the heading on each page on the same place, you can define the layout in css for that heading, but you'll have to put the nr in each html file. A 'masterpage' (only ASP or PHP) solves that problem.
also
i want to change the backgound colour from olive
what are my choices?
background-color: Olive ; Use any color you wish. The system has basic colors like 'red', 'orange', etc...., but you can also use #0123FF colors (hexa). #RRBBGG
RR= redvalue from 00 to FF, BB = blue GG = green.
thanks and shalom,
off to pool now I go tonight. But another pool. The one with balls and cues...