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

  1. pkskytektip

    use Encode: I need to change the encoding of a file to UTF-8

    I have some HTML files that use at least three different languages and are generated by PERL from both a MySQL database and original HTML files. This vast collection of HTML files has to be edited in order to transform some characters that are not valid UTF-8. I have made a little progress in...
  2. pkskytektip

    How do you force horizontal scrolling for an entire page display?

    How do you force horizontal scrolling for an entire page display? I have tried the following solutions after a search in Google: Adding "min-width: 1500px" to the body style. This worked in a sample page, but not in my published page. Adding "overflow:scroll" to either the body or table tag...
  3. pkskytektip

    Why would IE8 process styles diffently according to site address?

    I have a website that can be accessed by several different addresses. I use the LAN restricted addresses 192.168.X.X for website servicing and two other addresses for access from the outside. Furthermore, my server to the internet has forwarding so that several different addresses access...
  4. pkskytektip

    Placing images. Image tag or style with background setting?

    I've been placing an image that repeats in many different table cells using a style class background setting applied to the different cells with that class setting. But I wonder if it might be more efficient to the browser to load these images with an image tag even if they are all the same...
  5. pkskytektip

    Cannot set border styles via class setting in table

    I am trying to set the left-border so that it shows with a solid border on the left of only certain columns set with a certain class. But I am getting no settings being shown. Here is a simple example of what I am trying to do: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  6. pkskytektip

    How can you collapse non-break spaces using HTML::FormatText?

    thread219-1220558 thread219-1303188 I am trying to apply HTML::FormatText to process HTML in the text strings. I have applied the code successfully in the included thread, but I have come against HTML pages that use non-break spaces for regular spaces in the text. It's very strange, the...

Part and Inventory Search

Back
Top