Hello
I was told to come here to find help with coding...
i was wondering what do i need to learn to code a layout i made with photoshop. And is there any programs that will help
Hello
I was told to come here to find help with coding...
i was wondering what do i need to learn to code a layout i made with photoshop. And is there any programs that will help
first you need to learn basic html
start by viewing http://www.howtocreate.co.uk/tutorials/html/basics
alright what now?
alright, i just got done learning about the basics
is that all i need to learn the basics?
what do i need to do next
<html>
<head>
<tilttle>
<body>
<p>
That was fast...lol. I doubt you have all the basics down. But I always learn from trial and error, so here goes.
The first step, as Nile kindly pointed out, is to learn basic (X)HTML syntax and write the basic structure of the page. This will be bear-bones, no styling yet or layout yet.
Next, you should lay the page out as you need. This is done through CSS. You can Google your heart out and learn all you want/need to know about it.
Here are some CSS layouts that might get you started: http://www.dynamicdrive.com/style/layouts/
Then, apply your styling -- colors, fonts, background images, etc... Again, with CSS.
Finally, validate your markup.
lol, are you sure judging by your time of your posts, you eh master the basics in 1hr, i learnt at http://www.w3schools.com/html( took a week or few days to understand the basics) . seems kinda of slow. lol, you could ask medyman how slow i was just learning flash slow
oh btw, i google abit on html, found this site on html cheatsheet
http://www.webmonkey.com/webmonkey/r...ml_cheatsheet/
Another looks like having all sort of stuffs on html
[URL="http://www.webmonkey.com/webmonkey/reference/html_cheatsheet/"]http://www.echoecho.com/html.htm
hope its helps![]()
You're asking an incredibly broad question. Much like a real language you can't just say "oh, how do I learn Chinese"... you just start from the beginning, looking at various sites (and their source), with help from tutorials. Photoshop itself can export some limited html (through imageready in the versions before CS3), but you'll probably want to use other techniques as well. You do not need a program, just anything that can save a text document (html) like notepad, and start writing code.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
I had to agree with djr33 in some of the stuffs he say. Was given a lecture by him once![]()
you can start by by saying what kind of things you wan to have in the html other than the stuff from photoshop. If you using notepad, be sure to save the text file as xxx.html or xxx.htm , the type of file to save as, you put it as all files.
Mayb* you can consider using an html editor, since notepad will not tell you where is your errors (so you might have a hard time looking for it if you have alot of stuff in )
Hope I help you in some ways![]()
haha well i kinda cheated and watched some videos
but so what i need to do it look into it more?
And when i learn HTML and CSS i will be able to code my whole page?
like have drop down menus,click a button and it takes you to another page, scroll menus.
i was really hoping to learn some other stuff but i will ask those questions when i get this down
Last edited by SoKz; 04-28-2008 at 01:25 PM.
Bookmarks