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. jwhite68

    Help with formatting

    Worked a treat. Many thanks.
  2. jwhite68

    Help with formatting

    I have the following simple table, with 2 columns. Each column has a list in it. The problem is that the list in the first column is vertically centred in the list. I want both lists to start from the top of the columns. How do I achieve this? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
  3. jwhite68

    How to manage a css file conflict, with same element names

    Hi, I have a css file called simple.css that was originally designed to be used on the main index page only. Now, I find that I want to use it on another page, so that I can display one of the same 'elements' (a user form) on the new page. To make this process quicker, I added the simple.css...
  4. jwhite68

    How to center text links within an image

    Sorry, I meant that I removed div_b_1_indent and div_b_2_indent.?
  5. jwhite68

    How to center text links within an image

    Sorry, I meant that I removed div_b_1_indent and div_b_2_indent. ??????????????????????????????????????????????
  6. jwhite68

    How to center text links within an image

    I will look at this. Ive removed the div_b_1 and div_b_2 based on your earlier suggestion now, and need to apply your thoughts to the revised version. My bigger issue now is: I noticed that your solution works fine in Firefox, but to make it work in IE I have to set the width: 868px. I read...
  7. jwhite68

    How to center text links within an image

    Vacunita, I noticed that your solution works fine in Firefox, but to make it work in IE I have to set the width: 868px. I read somewhere that IE doesnt implement the box model well. Do you know if there is a workaround to have a common solution for both? Thanks.
  8. jwhite68

    How to center text links within an image

    How can I center this div (div_b_1) within the div_b? The graphic is not perfectly centred, so getting div_b_1 centred as a div should address this. Any ideas?
  9. jwhite68

    How to center text links within an image

    Yes that works better. Thanks.
  10. jwhite68

    How to center text links within an image

    I have worked out a solution, that works. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <link...
  11. jwhite68

    How to center text links within an image

    Hi, The images are already in the divs as background images - elements/01.gif. The problem is that I dont understand how to align the text links within these, because I need the centering to be with an offset taken into account - so that the 'upload multiple listings' part of the image is ignored.
  12. jwhite68

    How to center text links within an image

    Hi, Can anyone advise me how to achieve the centering of text links within an area of a gif image. The idea is that the top gif image will have one text link inside, centred between the end of the 'upload multiple listings' and the right end of the gif. The bottom gif image will have five...
  13. jwhite68

    Want underline on hyperlink in one place, with none in others

    Hey yes, that works! Please explain why I need the # instead of the . as a prefix for thetitle. If you know! Thanks Jon
  14. jwhite68

    Want underline on hyperlink in one place, with none in others

    Help! Before I kill the creator of css!! I have a simple web page, and all I want to do is ensure the hyperlink is underlined. A css file that I import, has an entry which sets the underline to none by default. I just want to ensure for one section of this web page, that the underline is on...
  15. jwhite68

    Threads versus instances, handling MSMQ

    I am building an application in C# that will manage many thousands of incomming messages. This will be managed with MSMQ - message queues. I would like to know whether its better to create a new instance of the main process (component) for every message received or whether to have just one...
  16. jwhite68

    select box overlap in IE6

    I have a "classic" problem which I have so far been unable to successfully implement a workaround in. I have a drop down menu, which when selected overlaps a drop down combo box- so you actually see the combo box 'ON TOP' of the menu drop down. But the menu is supposed to be on top of the...
  17. jwhite68

    How to display text dynamically on HTML depending on radio button

    I have a HTML form (combined with PHP script) which presents 3 radio buttons. When either of the first 2 radio buttons are selected, I want to display a piece of text on the form - eg. Amount : $100. If the user selects the third radio button, I dont want to display this text. How can I...
  18. jwhite68

    How to proportionally reduce image in IMG SRC

    I have the following code: echo '<A HREF="'.$domain.'register.php" ><IMG SRC="image/promo.gif" style="width:50%; height:50%;" border="1" ALT="Click here to register"></A>'; I was expecting it to reduce the image promo.gif proportionately by 50%. Instead it appears as a single horizontal...
  19. jwhite68

    0 margin issue on line of text

    Thanks Vragabond. Ive applied your solution, and it works. Many thanks.
  20. jwhite68

    0 margin issue on line of text

    I decided to strip all the p tags aswell from the source (client data), and so now the output string only has one set of p tags around it. But still the problem persists, which now seems to be related to the presence of the <ul><li> tags. Its a never ending nightmare. Heres how the HTML code...

Part and Inventory Search

Back
Top