Questions tagged [sections]
697 questions
-1
votes
1 answer
Properly splitting a in two and adding content
I'm reproducing a site in order to practice CSS and HTML, but I got stuck on something. I tried for hours and searched everywhere for a solution in order to split a section in half and add a row with two columns inside, like you can see in this…

Radu B
- 103
- 2
- 10
-1
votes
1 answer
absolutely positioned section is messing with the rest of web page
I am designing a slideshow and the absolutely positioned ul of images. The absolutely positioned ul is screwing with the natural flow of the rest of the page. I know absolutely positioned elements do this. However, I was under the impression that…

Joshua Blevins
- 689
- 1
- 10
- 27
-1
votes
1 answer
How to define layout in AngularJS
I am new to Angular JS...our screen layout is divided into 4 sections..
What is…
Section 1 | Section 2 | Section 3 |
section 4 - main content |

kishroe kota
- 41
- 4
-1
votes
1 answer
Adding sections to tableview, index out of bounds error
In this app, I download data from Parse. That data is a list of 5 Messages, each with a category. There are 4 different categories as two of the messages have the same category. I want to put that data into sections on a tableview. Since the data…

Boingoloid
- 107
- 2
- 9
-1
votes
4 answers
Convert NSArray to NSDictionary for sectioning
I have this NSArray:
{name="LOBSTER",photo="prawn.jpg"},{name="COW", photo"cow_grass.png"},...so on
And I want to create section in the UITableView, so I need a dictionary like this:
{L=(name="Lobster";photo="prawn.jpg"),C=(name="COW";…

Edward
- 107
- 2
- 10
-1
votes
1 answer
Adding synonym words different code numbers - java
I have this program part, which puts specific numbers in all sections. What I would like to have is to make the iterator keep counting the words, even if the word are same. This recent code sets the same number when same word comes again.
For…

tolgazinho
- 13
- 5
-1
votes
2 answers
Trouble with CSS format
I cant for the life of me find out whats wrong with the CSS code, I cant get the font in main
to be 20px and can't properly center the address in the footer. I am only allowed to edit css file. Html…

user3273012
- 1
- 3
-1
votes
1 answer
OpenMP - sections directive; Linux slower than Windows
I have a simple code prepared for testing. This is the most important piece of the code:
#pragma omp parallel sections
{
#pragma omp section
{
for (int j=0;j<100000;j++)
for (int i=0;i<1000;i++) a1[i]=1;
}
#pragma omp section
{
for (int…
-1
votes
1 answer
cells repeating other section values when scroll
I have been working with the problem for 2 days.And i have refer some SO ques like Link 1 . What the problem is i have group table with 2 rows and array count section. When i scroll the table means the 4th section repeats the value of the 1st…

New Xcoder
- 535
- 1
- 4
- 14
-2
votes
1 answer
How can i make the image on the right of the text
i would like to have the text on the left, then the image on the right and reduce the volume (height and weidth of img) .
enter image description here

ouahabb
- 3
- 2
-2
votes
1 answer
how to remove section from .ini file with php
With an .ini file lie this:
[sectionName1]
key1=val1
key2=val2
[sectionName2]
key1=val1
key2=val2
[sectionName3]
key1=val1
key2=val2
...how can the section sectionName2 and everything it contains be removed?
Parsing the…

adam rowe
- 446
- 1
- 5
- 15
-2
votes
3 answers
Text in Html does not show correctly
I am new to the html and css and i am trying to learn a few things. I am following a tutorial from Linda and i am stack. I did it again and again and it seems like the bug persists.
The paragraph or < p > contains some words. that the footer…

Alexandros Tsos
- 9
- 2
-2
votes
1 answer
create custom section background
I have tried to achieve something like in the picture below.
I have used polygon but unfortunately this is not supported by IE. Also i don't want to use SVG.
Is there any other solution to achieve that?
the solution should also be responsive if…

saaami11
- 109
- 2
- 2
- 8
-2
votes
1 answer
CSS sections line divide
I would like to be able to separate my website into sections with a line. An example at what I am looking to create is on this website right under the pic of Napoleon http://www.napoleon-bonaparte-brownsville.com/
Napoleon
Napoleon website

BlackFedora778
- 49
- 1
- 10
-2
votes
1 answer
Change Website Background(image) whit Section
I'm Programming a Website and want that it changes it Backgroundimage when i reached a div Box i found it like i have to do it when i want to change the color of it (the Background) but not how it goes with Images, kinda like…