Search found 2 matches
- Tue Jan 30, 2024 8:35 am
- Forum: General Discussion
- Topic: I need help attaching my stylesheet
- Replies: 4
- Views: 23372
Re: I need help attaching my stylesheet
Thank you guys, I tried all that. I think maybe it's the theme I installed. I gotta delete and see what happens.
- Mon Jan 29, 2024 6:45 pm
- Forum: General Discussion
- Topic: I need help attaching my stylesheet
- Replies: 4
- Views: 23372
I need help attaching my stylesheet
Guys, I can't get my css to show.
I made a separate page with "styles.css" and
I put this code below on my head tags:
Even if I do it like:
I made a separate page with "styles.css" and
I put this code below on my head tags:
Code: Select all
<link rel="stylesheet" href="styles.css"/>
Code: Select all
<style> /*My css here*/ </style>