Tech Support Forum banner
Status
Not open for further replies.
1 - 2 of 2 Posts

· TSF Team, Emeritus
Joined
·
2,386 Posts
Hello imtiyazsama.

add
HTML:
h1 {color: #FFFFFF}
to your internal CSS.

HTML:
<style type="text/css">
<!--
.style1 {color: #FF0000}
body {
	background-color: #000;
}
h1 {color: #FFFFFF}
-->
</style>
I don't think you specified the correct URL for your external CSS (../../../Desktop/web-template-4426/style.css), this may explain why your changes did not stick when you uploaded the page to the server.
 
1 - 2 of 2 Posts
Status
Not open for further replies.
Top