Search results

  1. NorseMan

    A new site, grid, flex design and what to choose. How to do it?

    A small draft is attached further down in the post. What I'm wondering is how the rest of you here who are familiar with grid design and flex box would set up the page. Below you see some examples of different GRID and FLEX solutions (the only thing that has not been considered or determined is...
  2. NorseMan

    Now it's 👍👌

    Now it's 👍👌
  3. NorseMan

    You see, no button. I am logged in. [IMG]

    You see, no button. I am logged in.
  4. NorseMan

    I can't find a button or a link for adding new posts. Can you tell me where I can find it, or...

    I can't find a button or a link for adding new posts. Can you tell me where I can find it, or how I add new posts? I tried to log out and in again, but it didn't help. Still can't find the orange button. I know it should be there. I tested out the demo version of the forum on the sites to...
  5. NorseMan

    I tried to log out and in again, but it didn't help. Still can't find the orange button. I know...

    I tried to log out and in again, but it didn't help. Still can't find the orange button. I know it should be there. I tested out the demo version of the forum on the sites to XenoForo. There is no orange button showing up 🤔🙄
  6. NorseMan

    I thought so, but I don't.

    I thought so, but I don't.
  7. NorseMan

    I can't find a button or a link for adding new posts. Can you tell me where I can find it, or...

    I can't find a button or a link for adding new posts. Can you tell me where I can find it, or how I add new posts?
  8. NorseMan

    I am here 😊👍🌞👌

    I am here 😊👍🌞👌
  9. NorseMan

    Congratulation with the new design 😊 It looks great 👍 Shouldn't a forum have the ability to...

    Congratulation with the new design 😊 It looks great 👍 Shouldn't a forum have the ability to create new posts? At least I can't find a button or link for this. How do I create a new post?
  10. NorseMan

    Login, user rights, session ++

    I got an that was written about 2 years ago, a script I can't find out of now. I hope you can What's left of the script is just snippets, or what's left of the code blocks. I really hope someone can help me. It is login and rights that are mostly concerned. Below you will find a picture of the...
  11. NorseMan

    Class script - 2 VSC errors

    I’m struggling with a script. In VSC I get 2 errors that I don’t understand. According to the VSC, the errors are found on line 3 and line 70. Column 41 and 18 Can someone here at PHP Builder be helpful in telling me where and what the error is? I can’t find out what or where it is regardless of...
  12. NorseMan

    PDO connection with error check

    Here is my DB connection: <?php try { $pdo = new PDO('mysql:host=mysqlserver.no;mydbname=mydb', 'myusername', 'mypassword'); $output = 'Database connection established.'; } catch (PDOException $e) { $output = 'Unable to connect to the database server: ' . $e->getMessage(); } When it comes to...
  13. NorseMan

    display inline problem

    I've lost my way, and now I can't find the right solution again. I've managed to do this before, but now I can't find the right combination. I have 1 DIV that contains two other DIVs. One is on the left side, and one is on the right side. The right side is the google translate drop down menu...
  14. NorseMan

    Problem with configuring Visual Studio Code again.

    I don't remember how I did this last time. Should the 1st line point to php.exe and the 2nd line point to phpdbg.exe or both pointing to php.exe? After i bought me a new laptop, VSC won't work because i have to re-configure it. Can you guys please tell me witch of the lines should include what...
  15. NorseMan

    Debugger

    Today I use Visual Studio for debugging, but I think this is to advanced in use. Advances in that way it's to complicated to set up with the extensions and configure those manually (in the JSON file I think it's called) to make it debug. I like it happens so much automatic as possible. So my...
  16. NorseMan

    W3 Schools CSS - Card wont center

    I have tried different things to center the card below. But it doesn't. What am I doing wrong? The other styles are working, but it won't center, no matter what. Maybe there is a simple solution for this, but as said, it doesn't work. I have tried inline CSS too. Is it a simple solution for...
  17. NorseMan

    Web safe colors

    I dont know if this belongs here on CSS, on HTML or miscellaneous, but I posted it here on CSS. I remember back in time we had the standard called web safe colors. Reason I ask is because I am not sure if this is something that is applicable today, but how important is it with websafe colors...
  18. NorseMan

    session_start(); and a little more

    Struggling a little, or a lot I would rather say with a scrip I set up over a 2-year period where I tried to get back to the old me as a programmer. I had a good number of skills before, but when you don't program anything at all during 12-15 years, it is quickly forgotten, and when you have to...
  19. NorseMan

    Image, wrapping text around it and auto hight on div..

    For this, I've tried most things, but never quite got it to work the way I want it to. Hope you can tell me about the solution for this. Actually, there are two questions here. 1 - I have a div with another div inside. This is the main div which should contain text and the second div which...
  20. NorseMan

    <div> Full 100% width

    What am I doing wrong? I want the <div> to strech out 100% to the right as well. It is like this in Chrome, Opera and Edge. Attached under the picture is the CSS and the HTML. div.content1 { /*text-align: center;*/ font-family: "Consolas", "Lucida Grande", "Lucida Sans Unicode", "Lucida...
Back
Top