HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. C

    How to convert html code from horizintal to vertical?

    I am trying to modify some code, but it's hard to work with when it's all on one line, for example: <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,init.....................etc.. How can I convert html code from horizintal to...
  2. C

    Allow camera access - show camera view -- don’t start recording video

    This code below works successfully to capture/record/play video - after camera access permission is granted - when the start button is selected. I'm trying to add the functionality where (after camera access is allowed) the camera view appears, without recording starting automatically (And have...
  3. C

    Possible to add scrolling text across the page/video-camera-screen?

    On an html page, it uses this code: accept="video/*" in this context: and when you view the page via mobile, and tap the page, your video camera screen appears. I'm looking to see if it's possible to add scrolling text across the page/video-camera-screen ? like some type of overlay? I would...
  4. C

    Help display 2nd Dropdown list when selection is made (from first drop down list)

    I am trying to modify a existing web script's Upload Form where, currently you choose a Category...etc. and Submit. When a Category is chosen, I'd like another dropdown list of choices to display. Here is the code currently: <div class="form-group"> <label class="col-md-12"...
Back
Top