Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Width of attribute

  1. #11
    ForumJoiner is offline Member
    Join Date
    Mar 2007
    Posts
    50

    Default

    Quote Originally Posted by jumpenjuhosaphat View Post
    If it looks the same, then maybe your browser has the old HTLM cached. Try hitting your refresh button in each browser to see if that makes any difference.
    I'm not sure if this message is for me or for lala. If it's for me, I did even more then refreshing: I copied the code into a new file, loaded the new file in all 3 browsers - the code look the same in all 3. "The same" - the full HTML code looks identical to the "form" code and "the same" one to another, like in the pictures I posted.

  2. #12
    Join Date
    Feb 2007
    Posts
    122

    Default

    Sorry, I should have specified....That was for lala.

    Sometimes when I make changes to a website, I'll have to refresh it twice for the changes to take effect. Especially when images were changed but the name remained the same.

  3. #13
    lala is offline Senior Member
    Join Date
    Feb 2007
    Posts
    145

    Default

    Can see your example pretty well, but wonder how that would fit into my CSS information? For positioning I worked with tables and used the following CSS information in the head:

    <STYLE type="text/css">
    #main_form {margin:0; padding:0;}
    input, textarea {width: 200px;}
    select {width: 200px;}
    #tickbox, #submit, #reset {width: auto;}
    table {border:0; color:#999999; font-family:Arial; font-size:14px;}
    </STYLE>

    Tried to take your code, but to leave the positioning out:

    <STYLE type="text/css">
    #main_form {margin:0; padding:0;}
    input, textarea {width:216px;z-index:4" size="27" name="T1" value="";}
    select {width:216px;font-family:MS Shell Dlg;z-index:3;}
    #tickbox, #submit, #reset {width: auto;}
    table {border:0; color:#999999; font-family:Arial; font-size:14px;}
    </STYLE>

    Does not work. If I just use your code in a new file that works pretty well...

    lala

  4. #14
    ForumJoiner is offline Member
    Join Date
    Mar 2007
    Posts
    50

    Default

    My advice is to import your page in BlueVoda software and to continue from there. Because you use fixed dimensions, this software can greatly simplify your work in this particular case.

  5. #15
    lala is offline Senior Member
    Join Date
    Feb 2007
    Posts
    145

    Default

    Cheers:-)

    lala

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124