Jump to content

administrator

Administrators
  • Posts

    3,158
  • Joined

  • Last visited

  • Days Won

    411

Everything posted by administrator

  1. Hi, Did you solve the problem. Sorry for the delay?
  2. Archives: https://www.killersites.com/community/index.php?/search/&tags=zoom meeting Briant post the meeting dates. Next one is in two weeks. We just had it today. I will be posting the replay this week. Stef
  3. Not for a loooong time. You are safe. Stef
  4. Yes. You don't have to use Photoshop at all these days. Stef
  5. Hi, Well, the first thing you do is pick a code editor. It is not that important which one you pick, since you are only learning, but you still have to pick one. Then once you have some understanding and skill, you will be able to choose which one is best for you. It is a largely a personal taste. VS Code, Sublime Text are two popular choices. Stef
  6. Please complete the web developer courses first.
  7. You can use the same page. You are good to go!
  8. Hi, Welcome to the forum. Don't spam or post links to outside sites. Stef
  9. No chance. Next question?
  10. Looks good to me. Maybe try a CSS gradient ... so how that works.
  11. Hi, Just apply an ID or class to the list and then create a style for the list with CSS. For example: ul { background: #3399ff; padding: 20px; } The above code changes the background color of an unordered list. You could change font style, sizes etc. Stef
  12. Just check that the link to the CSS has the right path. It's in that line of code.
  13. Hi, For people new to the subject, here are the 4 online marketing methods you have at your disposal: Content marketing: Writing articles, making video and podcasts. Social media marketing: Instagram, twitter etc ... Both paid and organic. Google ads. Email marketing. What method you use, or combination of methods, depends on your skills, time and target market. Stef
  14. I think even with 50 templates you could launch.
  15. Hi use the isset()function. Check this out:
  16. Hi, You should post the relevant HTML and CSS code ... not the file. And be sure it is the local code, not the whole page. Just a coding error ... re check.
  17. Glad to hear it! I would do the Foundations courses in the web dev course and then do a refresher in the Python. You will move quick because it gets easier as you go. Stef
  18. Oops ... just catching up! I assume you figured this out by now! I am assuming you are opening a connection to your database somewhere? Stef
  19. You can't use .TIF in web page. Your options are jpg, gif or png. PNG is the most advanced image format / type. You have to convert your tif files in an image editor ... you simply cannot just change the file extension. Makes sense?
  20. Ahh ... you figured it out? If you want to get good at this, then I would suggest learning the foundations: https://school.studioweb.com/store/course/complete_web_designer ... Doing these courses will make using DW, or any other web design program easy! Stef
  21. I believe external stylesheet will work. Just try it out! Stef
×
×
  • Create New...