Log in

View Full Version : html insert



IanMarlowe
07-13-2005, 07:09 AM
hi, all of the pages on my site have a clock on them. But, for simple editing abilities I wonder if I could just put an <html src="clock.html"> tag, or something like that...

know how to do that? it would save me time having to search through my document when looking for something in particular. Or maybe if I want to upgrade my clock with graphics, I would have 1 source to change, and then it would be finished.

That leads me to another question. Does anyone know a code to change the bakground of a text object? I have the clock in sight a



<form name="y_datetime">
<input type=text size=32 width=32 name="textbox1" style="text-align=center">
</form>

box. I would like to change the font color and background colors of the box.

Thank you for answering both questions!

jscheuer1
07-13-2005, 04:00 PM
1 ) You could use an iframe to display it on each page.

2 )
<form name="y_datetime">
<input style="font-color:white;background-color:navy" type=text size=32 width=32 name="textbox1" style="text-align=center">
</form>