Jump to content

CLHarrison

Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CLHarrison

  1. Thank you I will try that. The files are stored on my OneDrive and simply access them and open the file using Edge or Chrome. Yes, I'm sure I'm making many mistakes. I'm pretty happy I've gotten the 5 pages I've built to work as well as they do so far. As I stated, I'm very new to this and there is a significant learning curve for me. However I'm not really a fan of the WIX or SquareSpace sort of sites. I'd rather learn to write HTML and CSS to avoid the limitations. I want to add a forum and that will take a database added in, I think. Thank you for the response.
  2. Hi, I'm really new to HTML coding and trying to teach myself using online resources. So far so good, but I've images on the webpages I've created so far and while they display just fine on a PC monitor as either a .jpg or a .png, they won't display at all on a tablet or a phone. I had tried to use a responsive layout but didn't have any luck. So, I converted all of the images so .webp. They do the exact same thing. My question is, when using .webp, do I need to take out parameters of the image? for instance"....style=height:300px;width:900px; hspace="9" vspace="7">" Or does that stay? Are there any other settings to use with .webp that I just haven't found yet? Is there a simpler, and more sure fire way to do this? <img src="images/shooting_dummy.webp" alt="Shooting Dummy" style=height:300px;width:900px; hspace="9" vspace="7"> The line above is my code, and as I said, it displays fine on a PC monitor but not a smaller tablet or phone. Thanks for taking a look at this.
×
×
  • Create New...