2 posts tagged with html by jpoulos.
Displaying 1 through 2.
HTML's <input type="file"> allows you browse to a directory and select a file. Suppose I want to capture the directory path, not a file contained therein? Is it possible to browse to C:\Documents\Workstuff and capture *not* a file in that directory, but the directory path itself? Know what I mean?
posted on Jul 20, 2005 - 6 answers
CSS with dynamic content. I'm trying to create a web page using CSS and text pulled from a database, so that it looks like this: http://www.blogfucker.com/junk/css_help.gif. "Image 2" is simply floated left. Very simple to do with static content. But this is for a client who will only be able to edit the text, which will be entered as a single block of text. How do I throw a floated image in there so it shows up roughly in the middle of the page? I've considered writing a script to count the number of paragraphs (or even characters) and dividing by two, and throwing it in that way. But I feel there must be a simpler way.
posted on Jun 28, 2005 - 2 answers ![]()