-
SASS /SCSS COMPILE ISSUE....
Hi, and thank you for checking out my post. I am having an issue compiling the 'styles .scss file into a styles .css file' , when both files are located inside two different folders. Example: scss file --> assets/scss/styles.scss and css file --> assets/css/style.css. this is the error message I get: Can anyone help me figure this out, Please?
-
I'm Searching For New Laptop To Buy....
Hi.... I am wanting to purchase me a new Laptop, one I can use for both front end and back end development. So I am in need of a Laptop that is built to handle programming and etc. I am not rich, so I am on a budget. Any advice? Ty!
-
CSS Grid - Grid Areas.... Question
I am new to CSS Grid, so I haven't much experience. Which is why the question that follows. When trying to apply Grid Area to a 12 Column Grid, is there not a better way to do so without having to write, for instance(header), 12 times in the 'grid-template-areas' property within this CSS block? Or should I just use the ' grid-column' property? Thank you......
-
Sub Folders and PHP Pages....
I used pages, but accidentally put page, but it was pages. now i'm getting this: http://localhost/project01/pages/contact.php
-
Sub Folders and PHP Pages....
-
Sub Folders and PHP Pages....
Thank you for your advice, BUT! I get the same result. Your advice: And I tried it this way too: Still didn't work.
-
Sub Folders and PHP Pages....
Hi! I am novice when it come's to Webdesign, so please forgive me if I come across as a little unlearned. In my Directory Root File, I had created, amongst the typical, images folder, css folder and scripts folder and etc, an pages folder. I created the pages folder for the the purpose of keeping my files well organized. I have created both the 'Index . php' and 'contact . php', so far running both on my localhost is working like a charm. But when I tried to place the 'contact . php ' page in the pages folder, I am unable to link to it from my 'index . php' page. I get the following error: I should add that I created a 'header. php' and 'footer.php, placing them in an includes folder. I had placed a link to the 'contact . php' page' in my 'footer. php' include file. It looks as follows: Also, here is my 'header . php ' include file: And my 'index . php' page: My question is, am I NOT allowed to place the 'contact . php' and others, inside a sub folder within the root? And if I can, how can I link to it? Thank you!