aodarmy2417
New Member
- Messages
- 7
- Reaction score
- 0
- Points
- 0
Hello, I am trying to figure out how to use the cPanel on here. It's a little confusing and I'd like to do HTML, CSS, etc. How am I supposed to do this?
Uh, correct me if I'm wrong, but isn't the file extension supposed to be .html, not .htm?
If you useCreate a new file - my1stfile.htm with some html tags like
<html><body>
, [html] or [php] tags (as appropriate), it will preserve your sample code, including formatting, and provide some hilighting.
[HTML]<html><body>
<script type="text/javascript"><!--
var _gaq = _gaq || [];
_gaq.push(
['_setAccount', 'UA-1806325-2'],
['_trackPageview']
);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//-->
</script>
<h1>Hey</h1>
</body></html>[/HTML]
[quote="MaestroFX1, post: 795404"]Also, you could use(locally) some IDE (integrated development environment) like gedit(linux) or npp(windows) if you want to.[/QUOTE]
gedit doesn't count as an IDE. It may be a featureful editor, but that's about it without a debugger. Notepad++ does have some debugging and compilation plug-ins, but seems to be missing more extensive project build functionality.