User Profile

Collapse

Profile Sidebar

Collapse
TyIzaeL
TyIzaeL
Last Activity: Jul 16 '08, 02:20 AM
Joined: Jun 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • TyIzaeL
    replied to Text Overflows Out of a DIV
    Hah! To think that I didn't realize that before!

    Thank you, I would have spent way too much time trying the figure that out. Sometimes its best to have another perspective I suppose.

    Thanks again.
    See more | Go to post

    Leave a comment:


  • TyIzaeL
    started a topic Text Overflows Out of a DIV

    Text Overflows Out of a DIV

    This problem I'm having has me stumped. What is happening is I have [the makings of] a three column layout for a clan web portal and text in the left/right columns spills out of the side if the line is long enough. I can't figure out why it isn't wrapping inside the box.

    The problem happens in Firefox 2, 3, IE 7, and Opera 9.27, so I know it isn't a simple browser quirk.

    Here is a picture to help visualize.
    ...
    See more | Go to post

  • TyIzaeL
    replied to How Do I Wrap a Variable in Quotes
    It works flawlessly now!

    Code:
    Do While Not SR3.Peek = -1
         SW3.WriteLine("compact /c /i " & Chr(34) & SR3.ReadLine.Trim & Chr(34))
    Loop
    Many thanks to you Killer42!
    See more | Go to post

    Leave a comment:


  • TyIzaeL
    started a topic How Do I Wrap a Variable in Quotes

    How Do I Wrap a Variable in Quotes

    I'm working with a program to get directories and file types. If I could just get around this problem I'd be done. What I need to do is wrap a [variable] string in quotes before writing it to a text file. I am still pretty new to programming and I've been googling for about the past fourty-five minutes.

    Here is the section of code that is giving me trouble.
    Code:
    Do While Not SR3.Peek = -1
         SW3.WriteLine("compact
    ...
    See more | Go to post
No activity results to display
Show More
Working...