
sgt_spike
Members-
Content Count
11 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout sgt_spike
-
Rank
Newbie
-
I know what it is and how it's used. I was suggesting adding it to the grid tutorial, however I also wanted to make sure it exist.
-
I didn't see a reference to place-self for grid items in the CSS-Reference. Is there such a property? CSS Tip and Tricks seem to think so. They mention it in their Gird guide here.
-
Ah, I've been looking for that validator. I knew W3 had one. Anyways, I see my problem. It seems the php is making it seem like the tags aren't there. Hmmm, I'll have to research it more.
-
I have a table pulling data from a database. Everything works getting the data to show in the table, however the content under the table isn't showing up. I'm using bootstrap 4.0 for layout, so I have rows and cols with the table being the third row and two other rows, not showing, under the 3rd row. I've moved one row about the table row and it show up, but put it back under the table and it disappears. I've ensured I have the right amount of div tags for each of the rows and cols. I'm at a loss
-
I wanted to put it in JS but I'm willing to do something easier and better. At this point, being a newbie at this, I'm pretty flexible, I just need some guidance. I don't don't much about PHP, but willing to learn. Would doing the PHP tutorial on W3schools give me the knowledge to accomplish this?
-
As I went through the XML tutorials I kept thinking about a personal project I want to do at home. I would like to turn my iTunes library into a webpage. I just need a view only page, but something that could be automatically updated when items are added to the library. You may already know iTunes uses an xml file to store metadata about media files in the library. This xml has a dtd schema (<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">) identifying the structure of the xml (I learned this from the tutorials).