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!

Recent content by soupi

  1. S

    Login page issue

    So fa so far this is what I have <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body {font-family: Arial, Helvetica, sans-serif;} /* Full-width input fields */ input[type=text], input[type=password] { width: 100%; padding...
  2. S

    Login page issue

    How can I replicate this dummy page, the login validation dosn't need to work at the moment. Any assistance would be helpful.
  3. S

    Contact us form issue

    Hello I have created my portfolio, had a few questions. www.haseebrahman.com I wanted my headshot to be less narrow and a bit bigger In my "works" section I wanted the boxes to be a bit bigger and legible, and wanted to be able to add four more boxes underneath. Im not sure if the image on the...
  4. S

    PHP news feed not working

    I have a news feed on this page, https://library.syr.edu/ bottom left but the preview text is not appearing on the the headline. why is that? This is the code <?php /* FOR L1 LEVEL PAGE NEWS CAROUSEL */ /* CALLED FROM WITHIN L1 PAGE FORMAT */ /* CJB 2-6-2017 */ $site =...
  5. S

    Menu Css issue

    Hello All, I am having a css issue where when you highlight the last item on the page this little border shows up. What can i do to fix it. The css is happening in .menu-tail-right. On the test page https://plastics-test.syr.edu/ I tried something different by doing this background-position...
Back
Top