Questions tagged [web-frontend]

A refinement of the more generic frontend tag. In a web application this usually means HTML, CSS and JavaScript

Related: frontend, css, html, javascript

1441 questions
-1
votes
2 answers

Issue while positioning HTML/CSS elements

I need your help guys, I tried float I tried display:inline-block and nothing work. They keep moving like they want not as I want if u know what I mean. So how should I solve this problem?
-1
votes
2 answers

Why the color of text is blue on bootstrap col ? and how to redesign my page with only Bootstrap css

I have worked on application and i am not strong in front end so i wanted to design a menu page like tiles just with Bootstrap but the result is not like expected. Can any one show me how or where to find tutorials to design a simple just with css.
-1
votes
1 answer

Flexbox Height broken in Chrome

Context may or may not be important here: I'm using Ghost on Github Pages via Buster. Buster is a tool that generates a static site from a local Ghost blog, so that it can be hosted properly on static site hosting. The blog post I'm looking for help…
Daniel
  • 2,956
  • 2
  • 15
  • 12
-1
votes
2 answers

TFS 2018 Web Access download from large file on Windows 10 Clients no more possible

We have a TFS 2018 Update 3.2 where we store some Files in Code-Section (from about 8MB on and larger) On our Windows 7 PC's it was never a Problem to do the download of these files in Web Access. Now that we moved to Windows 10 almost every new PC…
Thomas
  • 1
-1
votes
1 answer

What is the best way of disabling form submit button interactively in Angular 7+ based on the current form status?

The question may look kind of confusing but let's say I have a button like following:
curiousBoy
  • 6,334
  • 5
  • 48
  • 56
-1
votes
1 answer

Not able to integrate MailChimp with my WordPress Site

I have created a new website using wordpress and elementor pro. Main purpose of building this website is to collect email IDs. In return on email ID, I’m giving away an opt in. The problem I’m having is when someone enters their email ID and…
-1
votes
1 answer

TypeError: counters.indexOf is not a function in React list

I have a list in state of a class and when a click event is called I need to get the selected component from the list. here is my code class Counters extends Component { state = { counters: [ { id: 1, value: 0 }, { id: 2, value: 2…
Dimuth Ruwantha
  • 671
  • 2
  • 12
  • 26
-1
votes
1 answer

How to set up submit alert with bootstrap and react.js?

I am new in React.js, and I am trying to figure it out how to set up some functionality in form. What I trying to do is the following: 1) Delete the records/inputs after clicking on the submit button (After submitting the information, the records…
-1
votes
1 answer

Removing unused codes in javascript file used in HTML page?

I am currently working on a web page development. I have used downloaded one external javascript file from CanvasJs and I am using it locally to add some dynamic functionality to a graph in my page. I am using only a small functionality from the…
-1
votes
1 answer

Update value every month using Javascript

everyone! I was looking for solution of this for a long time and didn't find anything. I need to make element on page which will have +=2000 every month from ..let's say today's date. And I am puzzled without any idea how to do this. I easily wrote…
-1
votes
1 answer

Do professional front end developers use any UI software or they just code in a text editor?

I'm wondering if there is some software that makes creating websites easier like a "Photoshop" with buttons and menus for front-end development. Or do people just code the whole thing in a text editor? I'm asking because I came across a video about…
-1
votes
1 answer

Should i use front end framework (like react, Vue.js etc) for eCommerce and blog websites or vanilla JavaScript?

I have learned the basics of JS, and now I am committed to building a blog which will have an eCommerce store as well. Should I learn a framework like React or Vue etc. Or is it better to do this with vanilla JS?
toolic
  • 1
-1
votes
2 answers

Can I print a form or a tabular data in react js?

Is there a way to send a print command to my printer for printing a tabular data in react js. Sorry if the question sounds silly because I am new to this. Thanks in advance.
Shepherd_of_fire
  • 101
  • 3
  • 10
-1
votes
2 answers

How do I reduce the background color width of the last row without affecting the alignment of the elements of flex items?

Please have a look at the image below What I have been intending to do for embarrassingly quite sometime now is to reduce the span of the background color of the last item to make it equal to the other side. After fiddling around, I couldn't do it…
Wax
  • 323
  • 2
  • 19
-1
votes
1 answer

Styling my first website

Sorry for the noob question, but I am trying to write the code for my first website. You can find the 'finished product' here and basically I am trying to write this site I made with Wix from scratch, for my learning. I have the bulk of my markup…