Results 1 to 2 of 2

Thread: html insert

  1. #1
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default html insert

    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

    Code:
    <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!
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    1 ) You could use an iframe to display it on each page.

    2 )
    Code:
    <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>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •