Announcement

Collapse
No announcement yet.

How to get "CLOSE" to appear on close button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to get "CLOSE" to appear on close button

    Hi Everybody
    On all my close buttons throughout all my sites the word "CLOSE" does not appear or does not appear correctly on the BV button. Is there is simple way to adjust the script~?~?~?

    <BUTTON type="button" onClick="window.open('','_parent','');window.close ()" name="close" style="width:70px;height:29px"><P><FONT style="font-size:13px" color="#000000" face="Arial">Close</FONT></P></BUTTON>

    Thanks Doug

  • #2
    Re: How to get &quot;CLOSE&quot; to appear on close button

    You can make it a square button or rectangle
    when you change the width and height.

    You have width = 70px; make height=70px;

    and then you can lower the dimension if you want
    to bring it down to what you like.

    You can use padding as well to make the text
    higher inside the button or lower.
    Doable Personal Finance

    Comment


    • #3
      Re: How to get &quot;CLOSE&quot; to appear on close button

      Thanks shafi.... good ideas.. I will give 'em a try... D

      Comment


      • #4
        Re: How to get &quot;CLOSE&quot; to appear on close button

        Just remove the <p> and </p> tags from the code. The text is being pushed down because of it (The <p> tag shouldn't be wrapped by a <button> tag to begin with).

        Register/Login Script
        Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

        Comment


        • #5
          Re: How to get &quot;CLOSE&quot; to appear on close button

          Thanks General .... will do... D

          Comment


          • #6
            Re: How to get &quot;CLOSE&quot; to appear on close button

            Hey Watdaflip... Your advice... works like a charm.. thanks again... D

            Comment

            Working...
            X