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 strongm 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: *

  • Users: blicero
  • Order by date
  1. blicero

    Web Page Display Problem on Other Monitors/Resolutions

    here is my quick and dirty catch-all solution for this. . . . <body> <center> <table height="100%"> <tr><td height="33%"></td></tr> <tr><td height="34%"> Insert content here...... </td></tr> <tr><td height="33%"></td></tr> </center> </body> . . . this should align your content in the...
  2. blicero

    Image gallery array help (code included)

    This may not be very helpful... but if i were to attempt to tackle such a project, i would probably do it in php instead of javascript.
  3. blicero

    Formatting a table

    if by "length" you mean "width" then; <TABLE width=650 style=...> <--this is main table <tr> <TD width="70%"> <TABLE>contents..</TABLE> <--first nested table </TD> <TD> <TABLE>contents..</TABLE> <--second nested table </TD> </tr> </TABLE> should do the trick... NOTE: you forgot the...
  4. blicero

    create submit button

    oh man... ignore my last post... wrong forum. sorry.
  5. blicero

    create submit button

    thanks mike. i'm having some trouble with it though. i want a pie chart... what do i pass as cData? i have a cursor with 3 fields (label,value) so if this was a chart of the racial diversity of some city it might be like... label | value ----------------- white |20 black |11...
  6. blicero

    On Mouse Out.

    stab in the dark... <input type="button" onMouseOver="ButtonClick();" onMouseOut="oPopup.window.close();">
  7. blicero

    vertical scrollbar in frameset across all frames

    Yeah, i agree with Chris... maybe you should reconsider using frames. or look into iframes perhaps.
  8. blicero

    Tables - Expanding Hortizontally???

    or: <body topmargin=0 leftmargin=0>

Part and Inventory Search

Back
Top