Jump to content

zeidhaddadin

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by zeidhaddadin

  1. Hi all, I have these 2 questions about using CSS in my site:1- How can I use the table bg color "bgcolor=" using css

    <td width="415" height="60" bgcolor="#F6F6F6">

    2- Are these CSS Lines valid?, And how can I make them better:

    <style type="text/css"> p {text-align: center;font-family: Verdana;font-size: 10}a:link {color: #0000FF} a:visited {color: #0000FF} a:hover {color: #0000FF} a:active {color: #0000FF}</style>

  2. Ok thank you I will tell you my questions,,, Btw I'm taking the HTML exam..1- Is this exam is certified in the real life, I mean can I include it in my CV in the future?2- I live in the Middle East / Jordan, If I passed the exam would they ship it to my country?4- I don't think that I can get a SuperVisor so can I leave it blank, And if I should get one can I put any name or a name of one of my university doctors.3- NEW ONE!, If they didn't answer my email, will they activate my account in a real two working days?Thanks alot,zeid

  3. Hii all, I want to take the w3schools exam,, but first I wanted to contact the admin to ask some questions and I sent email to the address in the certification page,, It have been 3 days now and nobody answered me, And I still can't register and pay before getting my questions answered..Is there any problems or something?Thanks,zeid

  4. I have this site as a searching project, this is the main page which I have a problem in it: http://zeidbot.brinkster.net/index.aspYou can see the texts about the project under the searching box, If you are using FireFox browser, you can see that in the last word of each line they are in the same position,, by using a feature in in frontpage which I don't remember its name, something like the align thing..but when using internet explorer browser this feature don't work on this text, I don't know why,, although when I'm designing it its, but when I run it, it doesn't seems to be like what I'm expecting..Thanks in advance,zeid

  5. Thanks i fixed it, When you right click and choose the field properties, and then choose "Validate", When you check "Required" for the feild digits size, you should enter the value of the "Max" and the "Min", if you only done for one of them then you you will get the error.Thanks anyway :)

  6. I have a searching box, When I try to limit the size of characters allowed to be entered to the text box, i get an error when I click on the button.Some thing asObject Required in the line of: <form action="results.asp" method="get">Can someone help me please,zeid

  7. Your coding is not anywhere near XHTML valid though so why do you have an image saying it is?Validation errorsAlso tables should not be used for layout and styles should be in CSS not in with the rest of your XHTML.Right the reason it plays up once you add the XHTML doc type is cos it swiches from reading your page in quirks mode to XHTML strict mode, in quirks mode the browser will guess at what it thinks is right to do instead of doing as the coding says.

    No the page is 100% valid, but all these problems are comming from the ads and web hosting server,i had tested my xhtml code in w3 and it was validated.
×
×
  • Create New...