The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
38 views

SSRS 2008 two column report only shows data on the left column

I am creating a new report that needs to show data in two columns. I did the following: Report Properties: added the second column Insert a List control from the toolbox Insert a rectangle inside ...
-2
votes
1answer
61 views

Uneven Columns using CSS

This problem references this page: 2-Column Team Page NOTE: I had to remove some links because I am new to this site. Please look at the sample page. I am using WordPress 3.5.1 and the Poloray ...
0
votes
0answers
9 views

Is that possible to put one figure in the top and one two-column figure in the bottom of a same page? [migrated]

I am adding figures into a two-column latex file. In one page, I need to put a one-column figure and a two-column figure in a same page. The one-column figure should be in the top of the page and the ...
0
votes
2answers
32 views

List in two columns

I'm trying to display a list in two columns. My thought was avoid tables. div #DocumentList .Preview { float: left; width: 50%; padding-bottom: 10px; position: relative; } and put ...
2
votes
1answer
82 views

100% height column with fixed sidebar

I'm stuck trying to get this to work. It looks right when the content of the main column fills the page height but not when it doesn't. Looks right: http://jsfiddle.net/creativetags/ngv4H/1/ Doesn't ...
1
vote
1answer
33 views

How to fill second column in emacs Two-Column mode with newlines to length of first column?

I am using emacs in Two-Column mode to "edge code" some notes, basically adding keywords per line. I open the text file with the notes in it; I tab to column 72 and insert a '|'; I set the mark to its ...
0
votes
2answers
209 views

Space between columns

I have a column chart where for each X value I have two series. But the graph shows a wide spacing between each X value. Q: How can I do in Highchart to have 1px space between the columns and the y ...
0
votes
0answers
80 views

implementation of yahoo sticky right column

I searched a lot on the net but I only found tips about to have left column or header or footer fix and scrolling other columns, but i like to know about new design of "yahoo" web site. Do you know ...
0
votes
0answers
10 views

perl merge columns into one

I am completely new to perl and I believe the answer to my question could be very easy. I have a text file with onset times of the following format: 110.597 120.9 23.567 2901.1 29.983 ...
1
vote
2answers
149 views

Compare files with AWK

Hi I have two similar files (both with 3 columns). I'd like to check if these two files contains the same elements (but listed in a different orders). First of all I'd like to compare only the 1st ...
0
votes
0answers
23 views

Distinct fields from two different columns - MySQL

I have a table that I want to get a count of distinct fields from two combined columns. Here is my MySQL code: SELECT COUNT(DISTINCT(MNPO_ID)) AS NPOS, SUM(MNPO_AMT) + SUM(ANPO_AMT) AS DONATIONS FROM ...
0
votes
0answers
27 views

Large text-shadow layout problems with hovered anchors in CSS3 columns

Here's a Dabblet which demonstrates what is happening. No problem with Firefox 18.0.2 but in Chrome and Safari, either the li elements or the anchors inside them cause layout problems with the CSS3 ...
-2
votes
1answer
55 views

Excel, find email from column that excist in second column [closed]

This is excel question, I have two columns both with email addresses. Column A have list of email addresses where emails were sent, and column B have list of emails where user opened emails (openers). ...
0
votes
2answers
38 views

Margin of one element affecting the element at its side

I'm trying to make a simple, fluid, responsive two column layout (just for the sake of learning CSS), consisting of a sidebar and a main section. I was able to create the sidebar with 100% height, ...
1
vote
0answers
23 views

Making a sidebar extend with the content

I know that there is a method called Faux Columns to fix this kind of problem, but how would you get a div that is the side bar (my nav bar) to extend with the content thats in a different wrapper ...
0
votes
1answer
198 views

ordered list two column flow

anybody know of a preferably css only technique for getting an ol to flow into two columns if it is longer than the height of the container? The number of items in the list may vary and the height of ...
1
vote
5answers
44 views

Ordering two columns, avoiding skip to new line

I am trying to create a page that shows a label and the corresponding text (might be multi-line), but I do not get the lines from the label and the text in the same line. HTML Code: <label ...
0
votes
2answers
325 views

Compare 2 tables columns names, add it if doesn't exist

I have a question about comparing 2 tables. If in tables 1 doesn't contain column's name from tables 2, add the column with values. So i did it with my code, but don't know why it gives me error that ...
1
vote
1answer
173 views

Two columns layout in one wordpress loop, any ideas?

My client wants the layout like this (click here), but I've tried a lot of ideas and can't get the result. I'm using wordpress for getting posts by date (this is one loop), also my theme is using ...
0
votes
1answer
33 views

Removing lines with crossed info of columns from data frame comparing two colums

Again with dataframes.... this is one of my particular nightmares when I'm trying to merge different gene expression results according with pair genes conditions, here is my merged data frame: ...
0
votes
2answers
161 views

copy Column value from table to table, skip first 3 rows

I have a question. I have 2 DataTables and want to copy 3 columns from first table to 3 columns another table. How can i do that with skip 3 first rows and then add values to 2.table?. My code looks ...
0
votes
1answer
82 views

Add 2 coloumn values together and format output Oracle SQL

I am guessing this is a straight forward task but just cannot seem to get this to work. I want to add to column values together and then format the result in Oracle SQL. So i thought i could do ...
0
votes
2answers
350 views

Displaying Records in Multiple Columns Using PHP

I have looked over all the replys to previous posts concerning my scripting problem. All were good, but none suggested a good remedy to my issue. I'm trying to display two (2) columns instead of my ...
2
votes
1answer
841 views

How can I divide one column of a data frame through another?

I wanted to divide one column by another to get the per person time how can I do this?I couldn't find anything on how you can devide using R here is some data that I want to use min ...
1
vote
1answer
111 views

Making a 3-column grid with flexible middle

I solved a problem I was having and I thought the solution might help others. I needed to have a 3 column layout with fixed left and right columns and a flexible center. It needed to fill the space ...
1
vote
2answers
287 views

combine columns in entity framework into one column with the edmx designer

I'm using EntityFramework 5 EDMX designer and would like to combine the first & last name of a person into a single field value (name, for instance) on the entity. I thought in previous versions ...
0
votes
1answer
90 views

Fluid layout. 2 columns. Make one get narrower before the other when the browser window is narrowed

Consider the following layout: There are 2 columns that have their min-width and max-width set (different for each one). When the user agent is narrowed, the right column starts getting narrower, ...
0
votes
0answers
211 views

Remove All HTML from specific columns with MySQL

I need to remove all the html code from these two columns. ps_product_lang.description_short AS 'post_excerpt', ps_product_lang.description AS 'post_content', Clean the code because sometimes the ...
0
votes
2answers
384 views

magento template for block with 2 columns

I made a small magento (1.7) template file that displays a all products in a category. However they only display in a single column. I would like to display in 2 columns. This executes the block ...
1
vote
0answers
61 views

treeviewer column header merging

I am developing an eclipse plugin in Java which has a treeviewer with columns. I need to merge 2 column headers in that treeviewer. |columnA | columnB | ColumnB| i.e. I need to display above ...
0
votes
1answer
77 views

My webpage is 2 column but overlaps into 1 column when zoomed in?

I am so frustrated: whenever I zoomout on this webpage, everything gets messed up. How do I center the web page so that I can zoomout and the elements don't get positioned badly. (its supposed to be 2 ...
0
votes
4answers
158 views

how do i put array elements from one array into another in perl?

If I have an @array with rows: row 1: a b row 2: b c row 3: c d how do i obtain a new @array2 with all the elements in one column, so @array2 = a b b c c d? Thanks!
0
votes
3answers
350 views

Two column CSS Layout with the menu side column same hight as main content?

Hey done a bit of digging and google search suggest a few cheat to get two columns of the same hight. Just a bit nervous as need to do this without bending any rules. Is there a way I can make the ...
0
votes
1answer
76 views

CSS columns - more elements than columns

I'm working on layout with 2 columns. But, I'm having some issue with doing it, since my templates are quite complicated, and I'm unable to have one div per column. For example, I might have ...
2
votes
2answers
110 views

How to make sure that all <div>s with float:right; actually float right?

I have a div containing a number of inner divs with varying heights in order to create a two-column output similar to Facebook timeline, kind of like this: <div style="width:600px"> <div ...
0
votes
2answers
125 views

database two column logical OR index, or create separate 'index' table

I have this following table: Matches -> match_id, team_a_id , team_b_id, score This table will record matches between two teams (team A and team B). However, sometimes team A play as the host ...
0
votes
0answers
217 views

XSL:FO 2 Column layout

I've got a simple 2 column layout (fo:region-body column-count="2" column-gap=".15in") and I've got a flow problem -- on the second page (or any page for that matter), when my content flows into the ...
0
votes
1answer
176 views

Export to txt file error occurred

I have exported data to a text file using PHP/MYSQL. I wrote into file.txt created using the instruction below: fwrite($fp ,'' . $value. '' . "\t"); Every thing goes right, but some problem appears ...
-2
votes
1answer
379 views

Two column blocks with image and text

I'm looking to create something like in this image. Each block would have an image (a square image) and text. Anyone has any clue how to design it? I prefer a CSS solution. Thanks!
0
votes
1answer
83 views

SQLite >1 Column Table errorcode = 1

I have a problem creating a database with 2 columns. In the first one there should be a name and in the second one a number. Creating the name database is no problem, but when I try to add the second ...
2
votes
2answers
530 views

figure* environment in twocolumn knitr/Sweave document

Sounds like it should be a common problem, but I didn't find an obvious trick. Consider the knitr Rnw file below, \documentclass[twocolumn, 12pt]{article} \usepackage{graphicx} \begin{document} ...
0
votes
1answer
73 views

overflow scroll

I have the following code. When I shrink the screen and the width of the screen is less then 800px, the aside will be pushed down, below the form. I want the aside to stay on the right of form, and a ...
5
votes
3answers
486 views

CSS about two column layout

I have never thought that writing a simple two column layout is so complicated using css....haha What I want to do is the following: When the height of the content div exceed the height of screen ...
0
votes
1answer
82 views

Read database, put the text in two columns to fill them, and same the rest iPad

after search a lot, I couldn't find an answer to my problem. I want to build an app for iPad like a book, with two pages, with one column each. After read some text from a database, I want to ...
0
votes
2answers
2k views

How to make a-two-column UITableViewController list?

I need to present my table view with a two column list. I read some related posts about making some grid by overriding drawRect (here). However, I'm seeking a simple way to design my cell with IB in ...
3
votes
1answer
1k views

Windows Phone 7 - Two columns listbox

How to bind data to two columns listbox like this: | Item1 | Item2 | | Item3 | Item4 | | Item5 | Item6 | | Item7 | Item8 | ItemX is button or img from datasource. I want do it in WP7 ...
2
votes
2answers
376 views

Centering a background image in the left of two columns

I have a big image, and some text that I would like to lay out in two columns, both 50% width, with the text in the right hand column and the image in the left hand column. I'd like the left hand ...
0
votes
1answer
99 views

identifying or coding unique factors using R

I would like to create a new variable,litter, to indicate each sow or litter in different farrowing dates (fdate). Each litter is to be numbered from 1 to N with an increament of 1 as shown in the ...
3
votes
1answer
325 views

GROUP Combinations of Columns, not Permutations

On a website I've been working on users are allowed to submit data into a table, and when they submit the data, they are asked for a partner name, since two people work on acquiring the data. I am ...
1
vote
4answers
64 views

css layout question (about columns)

I have this HTML structure <div id="header"> … </div> <div id="menu"> ... </div> <div id="content"> ... </div> <div id="footer"> ... ...

1 2