Jump to content

kenryan

Members
  • Posts

    10
  • Joined

  • Last visited

kenryan's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I am working with this template: https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_templates_interior_design&stacked=h The problem is that the html does not validate because there is an instance where the img tag is used without a src attribute. Is this acceptable? Is there a way to get it to validate? Thanks
  2. Sorry folks. I finally figured out that I had reverted to an html page that linked to the http://w3schools... css file rather than my own. Dumb.
  3. I am working with this template: https://www.w3schools.com/w3css/tryw3css_templates_interior_design.htm I want to make the body text larger. I found this line in the css: html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5} I don't understand why changing the 15px to 20px has no effect. Thanks!
  4. Thanks. I added this to my css: .image-responsive {width:100%; height:auto;} This seems to make the image size itself correctly for all screen sizes.
  5. I have another question about modifying this w3schools template. I have successfully deleted the right hand column, per the instructions above. I have a paragraph of text, followed by an image. My question is, how do I display the image in such a way that the size of the image is optimized for different screen sizes? Thanks, Ken.
  6. Okay, I will leave the following two links as they appear on the w3 template code: <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> Thanks for the great templates and great support.
  7. Thanks for that. So it looks like it is possible to put all the google files on my server if I want to. Do I want to? Is acceptable to leave the link pointing to the google hosted style sheet, rather than putting the files on my server? Regarding the awesome, is it also possible to get all the files on my server? Again, do I want to do that, or should I just leave the css link to the awesome hosted style sheet?
  8. Thanks! Worked just like magic!
  9. I am building a website using the following responsive web design template from w3schools (thanks!): https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_templates_webpage&stacked=h The html references four css files: <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> I think I can just copy the first css files (w3.css and w3-theme-black.css) to my server, but the last two css files (googleapis and font-awesome) have me a little confused. Should I just leave the css links as they are (to googleapis.com and cloudflare.com) or is there a way to put them on my server, like the css files from w3? I believe the css from googleapis.com is just for providing a specific font, right? Is it common nowadays to use online fonts from google? It looks like the css from font-awesome only provides a single icon, the three bars for navigation on small screens. Am I correct about that? Does using css from outside domains slow down my site enough to matter? Thanks in advance, Ken
  10. I am building a website using a w3 responsive web design template. The template has top navigation, left side navigation, and the main content area is divided into two columns (on the template the right column is shown as being used for advertising. I would like to eliminate the right column in the main content area. Can anyone tell me what I need to change. Here is a link to the template on w3 ... https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_templates_webpage&stacked=h Thanks, Ken
×
×
  • Create New...