Posts by user2876585 • 23 points
4 posts
- 
		0 votes1 answer41 viewsQ: Table Responsive keeping width and height of cellsHow can I improve this formatting so that this table is well represented on a mobile screen? You can adjust the code so that if the page width is decreased, new lines are created with automatic… 
- 
		0 votes4 answers180 viewsA: How to remove the last space in each line from a textarea?Paste the matrix below into the textarea for testing 01-02-05-06-08-14-15 01-02-07-08-10-11-14 01-02-07-09-10-13-15 01-03-04-11-12-15-16 01-05-06-07-08-14-15 02-03-04-07-11-12-16… 
- 
		2 votes4 answers180 viewsQ: How to remove the last space in each line from a textarea?I use the function below to replace all the different characters of numbers in a textarea with "spaces". The problem is that at the end of each line of the textarea always has a space. How to delete… 
- 
		0 votes1 answer50 viewsQ: Help for designing mysql queryI have the following table in Mysql: Cod,D1,D2,D3,D4,D5,D6,D7,D8,D9,D10,D11,D12,D13,D14,D15 D1...D15 fields are filled with values between 1 and 25 in each record. There is no repetition of values…