6 replies
  • WEB DESIGN
  • |
Hello I made a form with Google doc and published on my website

yayasanbaik.co.id/vacancies.html

In firefox is fine but in google chrome there is a dot in line with the checkbox.
Is it possible to move or delete?

Also, I'd like the checkbox not to be selected by default, how can I do that?

Thank you

luca
#annoying #dot
  • Profile picture of the author Marani
    I see those dots in firefox too.
    for <li> with class "ss-choice-item" add this:"list-style-type:none" in your stylesheet file.
    neither of radio buttons are checked.
    to check a radio button you should use:
    < input type="radio" name="group1" value="theValue" checked > text
    note the word "checked", if you don't use it then the radiobutton won't be checked by default
    -------------
    by the way, because you've created the page "vacancies" with capital "v" it gives 404 error.
    recommendation: never use capital letters creating pages.
    {{ DiscussionBoard.errors[6444047].message }}
  • In most cases, capitalization is not advisable in www. It makes unexpected messes.
    Signature
    {{ DiscussionBoard.errors[6444492].message }}
  • Profile picture of the author teamheroic
    i have had this problem in the past, it is a very simple fix, but im not sure where. :$
    {{ DiscussionBoard.errors[6447028].message }}
    • Profile picture of the author roscellino
      Thank you for the help!

      EzSEO, I tried to add the string to the file css common (that is linked in that page) but it I don't really know how to do it and it didn't work.

      So I add the string that you said in the <style> section of that page (in the <head> section) and it worked!

      But is it cool? it would be a problem?

      Also, about the capitalization in the webpages, now it is like that, should I change all the pages? would I lose the bit of pagerank that I have?
      Is it worth changing?
      {{ DiscussionBoard.errors[6454749].message }}
  • Profile picture of the author Marani
    To work with files I highly recommend to use "Notepad++".
    The thing you've done is ok, but again, it's always recommended to style elements using stylesheet file.
    I don't think changing capitalization affect pagerank.
    {{ DiscussionBoard.errors[6455826].message }}
  • Profile picture of the author Shaolinsteve
    Luca,

    One of the best plugins you can download is Firebug and edit code to figure out what needs to be removed to give you the results you need for your site. Firebug is a plugin for Firefox but worth checking out as you can remove code and view live results from your webpage without it physically being removed.

    Hope you get it to work soon!
    {{ DiscussionBoard.errors[6458761].message }}

Trending Topics