having trouble getting css page to upload to live page

sweetsb8

New Member
Messages
2
Reaction score
0
Points
1
I am able to see the changes, but when I upload the changes not showing up when I try to get them to go live on the x10 webpage. Need assistance in where I am going wrong. Here is the way I was instructed to insert the code to the css file.

<link href="css2/style1.css" rel="stylesheet" type="text/css">
 

vgchat

New Member
Messages
16
Reaction score
0
Points
1
It should be

<link rel="stylesheet" type="text/css" href="insert link here" />
 

sweetsb8

New Member
Messages
2
Reaction score
0
Points
1
Thanks for your assistance. It worked. Now I have another issue I need assistance with. I am getting the index/ alert when trying to update the page again. I can't seem to figure out why I am getting this. My page is sweetsbysweetcakes.x10host.com.


Thanks!
 
Top