Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Posts posted by holmedwa04

  1. The numbers look slightly offset to the left. There might be a space character to the right of each number. Hit CTRL-A to select all and see if there is a space following the number. If that doesn't work, it might just be a minor bug, and you can probably add a little padding on the left to scoot it over a little bit.
    Yeh, although there are no spaces in the coding, there does seem to be a space when I highlight some of it. How would I fix it, could you possibly modify the code?
  2. Im every so sorry about the late reply, I just really haven't gotround to posting a picture, here it is:untitled.gifTo me the number dont seem to be centered.Edit: I just thought I better add the code that I am using to save you from having to scroll up and down, here it is:

    #grid{border:3px solid #000;font-family:arial}#grid td{padding:0px;border:1px solid #000;text-align:center;width:33px;height:33px;}#grid td.rcell{border-bottom:0px}#grid td.ncell{border-right:0px;border-bottom:0px}#grid td.bcell{border-right:0px}#grid td.xcell{border:0px;padding:0px;}p { padding:0; margin:0; text-align:center;}p.a { font-weight:bold;color:red;padding-bottom:0px; text-align: center;}

  3. Right the way I understand it is that you would like normal text to change colour when you hover over it?So just add this code to your site:

    <style>a.2:link { color:#??????; }</style>

    Then text that you want to change that colour will if you put them in this code:

    <a class="2" href="mypage.html">Your text</a>

    Just make sure that the text links to the same page, and then the words will change colour when you hover over them, but if someone clicks them it will just reload the page.

  4. I don't think that I quite understand what your saying... I tried putting height="100%" inside the center tag, body tag, and the table data [td] tag and valign="center" in the table tag, but it still didn't work. I can't put 100% height on the entire table, though, because I only want it to be as long as the stuff inside of it, that way it doesn't take up unnecessary room :)I've seen other advanced member with three blue squares [

    pip.gifpip.gifpip.gif], and you have 3, so are you an advanced member? If you are or aren't, how did you get it to say all of the extra stuff [Dutch Xhtml & PHP programmer]? Even if I post 1 million posts, I can't ever get more than 2 squares? And, I'm going to make a new topic in the JavaScript forum about "If you can change the Windows Staus Bar [windows.staus=''] on an image map and on a hyper-link...LaLaLa

    To get to advanced member, I think you need 50 or maybe 60 posts, and then to change the words from advanced member I think it might be 250, or 500, probably more likely 500 though.
  5. Oh no, I hasn't done what I thought it had, this is my code, but the numbers are not centered:

    #grid{border:3px solid #000;font-family:arial}#grid td{padding:0px;border:1px solid #000;text-align:center;width:33px;height:33px;text-align:center}#grid td.rcell{border-bottom:0px}#grid td.ncell{border-right:0px;border-bottom:0px}#grid td.bcell{border-right:0px}#grid td.xcell{border:0px;padding:0px;}p { padding:0; margin:0; text-align:center;}p.a { font-weight:bold;color:red;padding-bottom:0px align:center; text-align: center;}

    Help please! :)

  6. Ah right, I was trying to use align:center, im sure there was someting else aswell :)Thanks, finally I have completed the coding for a Sudoku, ghee whiz, I didn't think it would be that hard.Oh well thankyou everyone who has helped me, and hopefully I will be able to upload lots of Sudokus soon, but I am currently back at school now, and so progress is slower now! :)

  7. Now, I hope that this is the very last thing that I have to ask about these Sudoku's I am trying to make, how do I center things in a class, here is my CSS:p { padding:0; margin:0; }p.n { padding:0; margin:2px; color:white; }p.a { font-weight:bold;color:red;padding-bottom:0px; }I have set it to bold.

  8. Ah yes, that looks much better! I didn't realise that you had changed it for me to a code instead of codebox, because you edited it and it doesn't show as a new post on the board index! :) That is really strange though, that codebox make code go funny when you add it to notepad?Thanks sooooooo much! :)

  9. Eberything just doesn't seem line up correct, anyways thanks for all of your help, I have found a solution, I have just stopped them being bold, and made them just red!It doesn't I must admit look as good, but it works now. :)

×
×
  • Create New...