Questions tagged [fixed-width]

Fixed layouts are layouts that start with a specific size, determined by the Web designer. They remain that width, regardless of the size of the browser window viewing the page. Fixed width layouts allow a designer more direct control over how the page will look in most situations. They are often preferred by designers with a print background, as they allow the designer to make minute adjustments to the layout and have them remain consistent across browsers and computers.

source: http://webdesign.about.com/od/layout/g/bldeffixedlyot.htm

Fixed Width Text File Definition: Above all, a fixed width text file is a file that has a specific format which allows for the saving of textual information/data in an organized fashion. Fixed width text files are special cases of text files where the format is specified by column widths, pad character and left/right alignment. Column widths are in units of characters. So if you have data in a text file where the first column always has exactly 10 characters, and the second column has exactly 5, the third has exactly 12 (and so on), then you have a fixed width text file.

Each row (paragraph) contains one record of information; each record can contain multiple pieces of data (fields), each data field (column) has a precise number of characters. The data is padded with spaces (or any character you specify) if it does not completely use all the characters allotted to it. Further, each piece of data can be left or right justified, meaning the padding of characters can occur on either side.

source: http://www.softinterface.com/Convert-XLS%5CFeatures%5CFixed-Width-Text-File-Definition.htm

462 questions
0
votes
1 answer

Fixed-width div in website forces relative-width div to keep the same width as the display in mobile browsers

I have a website with a fixed width div ([2] 800px) centered inside a percentage ([1] 100%) width div. Further down on the page I have another fixed width div ([3] 1510px). Everything looks as it should on desktop browsers: Desktop browser…
Magnus
  • 17,157
  • 19
  • 104
  • 189
0
votes
0 answers

How to generate plain text reports with (fixed-width) tables

I'm looking to easily define forms with fixed-width output. Most of my forms end up looking something like this: [title] text some more text A B CDE E ------------------------------- 1 2 text text 3 4.50 text …
configurator
  • 40,828
  • 14
  • 81
  • 115
0
votes
2 answers

R: how to read a whitespace-separated table where some string fields also contain spaces

I have some trouble importing a text file seperated by space / multiple spaces that also contains columns with strings that have spaces that should not be interpreted as seperators! The table has no column names and a maximum of 9 columns. Column 6…
Kay
  • 2,702
  • 6
  • 32
  • 48
0
votes
1 answer

Extend fluid layout to one side

Image I have a Layout with a fixed width column that is centered on the screen. This Layout has a header bar that for simplicity's sake has a fixed height. Is it possible to have that header bar stay in place but make it seem like it extends all the…
sven
  • 609
  • 5
  • 14
0
votes
1 answer

xslt custom function to pad string values with spaces

I have to convert xml data into fixed length text file using XSLT 2.0. I could use something like which works, but with 20…
Our Man in Bananas
  • 5,809
  • 21
  • 91
  • 148
0
votes
1 answer

xslt to transform xml with global element at start

I have an xml file with the below structure:
Our Man in Bananas
  • 5,809
  • 21
  • 91
  • 148
0
votes
2 answers

How to select specific value for certain column in one SQL ROW

I have a many rows which contains different value for different columns , but i have only one column - DATA , how can i find specific column value in the row , it looks like 14000000PA1420000000PMP1 14200003093090006185211010012 240614000000250614…
0
votes
1 answer

Extract field lengths

I want to read fixed length files. I know how to do this if I know the field lengths. Using Reader As New Microsoft.VisualBasic.FileIO.TextFieldParser(filePath) Reader.TextFieldType = …
Nianios
  • 1,391
  • 3
  • 20
  • 45
0
votes
1 answer

jQuery determine if element has a fixed or dynamic width

The following code decreases the font size of text in an element where the text is cut off because the width of the element is too small, until it either fits within the width of the element or the font hits the minimum size. It works perfectly for…
ism
  • 288
  • 1
  • 5
  • 17
0
votes
2 answers

Why do I have extra white space on the left side of my page below the logo?

I'm trying to figure out how to stretch the border of a div containing a three-column layout across the page. It stretches to the right correctly, but is not correct on the left side. Can anyone shoot me some pointers? As a side question, is this…
user3769350
  • 1
  • 1
  • 4
0
votes
2 answers

100% width non-responsive HTML layout collapse when window resize

How to avoid 100% width non-responsive HTML layout collapse when window resize? I tried by removing viewport meta tag but not working..
0
votes
1 answer

Create excel macro to open .dat files and convert them to Fixed Width .dat files in excel

I am trying to take .dat files and convert them to fixed width .dat files. When I use Macro Recorder it pops out this: Sub Macro6() Workbooks.OpenText Filename:= _ "G:\N5Baseline\E1 and E3 Neuroscan\header files\2026E1BEC-1hB.dat",…
user3610029
  • 1
  • 1
  • 1
0
votes
1 answer

Importing fixed width data without constant row length in matlab

I'm having a rough time trying to import this data in matlab using code (not using the "Variable -> Import Data" feature) because of the format of the file. I really can't think of a solution using the usual loading commands and not involving…
Ariaramnes
  • 943
  • 2
  • 10
  • 18
0
votes
1 answer

Transition of multiple divs with fixed width

A couple of hundreds div's are dynamically created on my page, because they have all different fixed width in N px. F.e. a couple:
Aiken
  • 272
  • 1
  • 8
0
votes
1 answer

protostar fixed page width for all media devices

I am using Joomla 3.2.1 with the protostar template. The template is set for static behaviour. I would like to temporarily disable the responsive behaviour of the protostar template (not the same as switching the static/fluid option in the template…
user3256235
  • 63
  • 1
  • 2
  • 8