Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   Tech Help (http://zelaron.com/forum/forumdisplay.php?f=329)
-   -   need help with learning HTML (http://zelaron.com/forum/showthread.php?t=42150)

Asamin 2007-04-11 06:51 PM

Because i would rather spend my time stuffing my head with usless wayes to make web sites that I will never make than rot my brains out!!!!
By the way Lenny, that program runs beautifuly!!! It is awsome and (awsomly) doesn't finish the tags for you!!:)

Lenny 2007-04-11 07:04 PM

Can't say I've ever tried it, to be honest. :p

I was thinking of downloading and using it before I got Dreamweaver, but never did. Glad you like it. :)

Atnas 2007-04-11 08:23 PM

Quote:

Originally Posted by !K¡ng_Amazon!
I think that was obvious enough judging by the original post.

In case Mj thought from...

Quote:

Originally Posted by Lenny
Free, supposedly quite good, and it works on a Mac. What more could you ask for?

That Lenny used a mac himself.

Only because there was a thread entitled "A question for Lenny".

Asamin 2007-04-12 03:06 PM

Dreamweaver sucks!!!
Every time you try to start a tag the stupid friggen menu pops up with a lis of comands!! Than it finishes the tag for you so you have to move around the end befor you can start a new tab. It's so annoying!

Lenny 2007-04-12 03:08 PM

Haha. I find that quite nice, to be honest. :p I know, I'm lazy... but I only use the menu that pops up when I'm setting IDs or classes to link things to my CSS.

Asamin 2007-04-12 03:09 PM

It just anouys me and i wish there was a way to make it go away.
By the way, congrats on the sup mod!

Lenny 2007-04-12 03:14 PM

Thanks. :)

I'm just looking through the Dreamweaver options now, and it looks to me like you can turn things off. Under preferences, Code Hints looks the most likely - things such as turning off the automatic closing of tags, and code hints.

Asamin 2007-04-12 03:22 PM

Nice! I bet my comp teacher will yell at me for doing that but o well. She yells at me for making the web site in HTML that i'm suposed to follow some directions for!!

Lenny 2007-04-12 03:28 PM

Computing teachers, what can you say?

Mine just tell us to get on with our programming. :p

Preferences in DW is under Edit, if you didn't know. Always trips me up, that - I expect Preferences and Options to be under Tools or Options, not under Edit.

Asamin 2007-04-13 04:11 PM

LOL that really strange!
By the way... she yelled at me:p

Lenny 2007-04-13 04:17 PM

Haha! Great stuff. :p

Were you able to turn the annoying things off?

Asamin 2007-04-15 06:54 AM

yes. I did it in the library at my school. Now my life is better.
I have now started siriosly writing html and when i went to inser javascript it didn't work.
This is what i typed and can ne1 tell me what is rong here??
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script src="functions.js" type="text/javascript">
<!--
function printDate() {document.write("today's date is: " +Date());}
//-->
</script>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>dsfasdfadfs</title>
</head>
<body>
<h1>Welcome!</h1>
<p>
<script type="text/javascript">
<!--
function printDate()
//-->
</script></p>
</body>
</html>


All times are GMT -6. The time now is 01:14 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.