Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AlphaZulu453

    pages

    FOUND THE PROBLEM :D Took me about an 1/2 hour of reading each line! The Script Above Reads // This puts in the last number regardless if the last page ends on entry 13 // if ($totalresults == $per_page) { if ($n == $page) { echo ($n)...
  2. AlphaZulu453

    CSS and Alingning Nested Tables

    Think I found the answer in the W3 CSS site :-D see my other reply for more infoor visit http://www.w3.org/TR/CSS21/tables.html#empty-cells
  3. AlphaZulu453

    CSS border styles question

    I know this post was old, but I came across this on my own research in to the issue of spifying the good ole' border="0" cellspacing="0" cellpadding="0" you can specify spacing if I am corect in tables, http://www.w3.org/TR/CSS21/tables.html#empty-cells
  4. AlphaZulu453

    CSS and Alingning Nested Tables

    Also while I'm at it what is the CSS code to reblace the good ole: border="0" cellspacing="0" cellpadding="0"
  5. AlphaZulu453

    CSS and Alingning Nested Tables

    Thanks, for the help now everyhting looks alot better :-D. I'm working to make this site compatible with all "regular" css enabled broswers, unlike the old version wich was only IE compatable. http://www.midwest-rail.com If you take a look and have any suggestions tell me. Just don't go...
  6. AlphaZulu453

    CSS and Alingning Nested Tables

    so I can put margin... in my css class, right? right with my width, etc...
  7. AlphaZulu453

    CSS and Alingning Nested Tables

    and how would you indicate center?
  8. AlphaZulu453

    CSS and Alingning Nested Tables

    is this HTML 4.01 strict complient?
  9. AlphaZulu453

    CSS and Alingning Nested Tables

    How can you align nested tables with css, I have been using the text-align statement to do it; it works in Win IE, however it doesn't in Safari.

Part and Inventory Search

Back
Top