Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Html Tag <blink> </blink>

  1. #1
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Html Tag <blink> </blink>

    Is there a way to insert a timer so that the html tag <blink> TEXT HERE </blink> will blink for 3 days... etc.

    I am looking for a way to alert viewers of new changes to the page but the blinking text gets old especially if nothing has been added for months.

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    That's a bad move.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yep .... just read up on google searches and that is a bad tag to use along with maraque.

    Ok ... there are some scripts on the dynamic's text and animation using JS but I don't want to go that route.

    Maybe another alternative to catch the attention ...

  4. #4
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Maybe putting a border around it or a heading like Latest News will do the trick.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Just put them in bold or make a page where you list your updates, and just change that.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  6. #6
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Here the url www.myraptor.net

    I'm using an inline frame for the updates page and on the index page I have the text "News Update" in bold red. I just wanted to make it flashes.

    On another note:

    Is there a way to change the color for the vertical scroll bars to a grey color. My searches reveal that FF does not work but I still have not found answers to changing the color.

  7. #7
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Regarding the scollbars: place the following between <head> and <body>
    Code:
    <style type="text/css">
    <!--
    
    body
    	{
    	scrollbar-face-color:#eeeeee;
    	scrollbar-arrow-color:white;
    	scrollbar-track-color:white;
    	scrollbar-shadow-color:white;
    	scrollbar-highlight-color:white;
    	scrollbar-3dlight-color:white;
    	scrollbar-darkshadow-Color:white;	
    	background-attachment: fixed;
    }
    
    -->
    </style>
    About the updates: I think the best would be a ticker. Looks dynamic (although there hasn't been an update for a while) and no need for ugly scrollbar. You can place links in the tiker, that open in the content for more info (if you refere to articles or something like that).

  8. #8
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

  9. #9
    Join Date
    Jul 2006
    Posts
    113
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I saw the tickers but would like the viewer to have control of the scroll bars.

    It seems from what I have been reading is that most of the color changes for the scroll bars are only applicable to IE and not FF.

    Anyone got any new info on making it work on both browsers?

  10. #10
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Correct: the color changes on the scrollbar only work in IE and not in FF.

    About the ticker: if you do not want it, why not use the whole left side to place your news, and skip the last ones so it fits with the height of your content on the right ? As it is now, it looks ugly (sorry)...

    Although most sites have a ticker (this is also for sales purposes: place a trigger, keep them on your site, anxious to see what is coming)

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
  •