This is a discussion on "nOOb advice" within the Web Page Design section. This forum, and the thread "nOOb advice are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
nOOb advice
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
I am trying to build the first page of my Dino Crisis site by practising on a HTML fuzzy pad with random tags and images. I cannot paste my HTML coding on these forums because there are too many image links and I cannot be arsed editing them all. Basically, the layout looks really lame and the news content appears below the layout instead of in the middle of the page, or sometimes it will not show up at all. I think it has something to do with my tables. It just looks really messed up, to put it mildly.
|
|
|
|
#2
|
|||
|
|||
|
Re: nOOb advice
can u provide a link to the page?
|
|
#3
|
|||
|
|||
|
Re: nOOb advice
You see, that's the thing. I don't have a site yet. I've never made a site before. I don't even know how to design signaturtes (I always have to leave a request). All I have is a notepad document with my HTML content. I tried to post the layout, but there seemed to be a lot of image tags because I copied it from another site. I'm not sure what they were because there didn't appear to be any images. Because of the image limit, my post could not be submitted.
|
|
#4
|
||||
|
||||
|
Re: nOOb advice
Try learning slowly first before you delve into making a full on website.
You need to be able to view what your coding so save your code as a .html file and look at it in a Firefox and I.E. What I think you would be best off doing is learning the basics, all of the different tags for html. Once you've got a bit of HTML knowledge look into CSS and start to understand how that works. You need to work from the ground up and not just copy some code from a site, which you wont be able to understand. If you dont want to go through the learning process... (I advise you do).. then you could always hire a designer to create a site which is easy for you to update and maintain Craig |
|
#5
|
|||
|
|||
|
Re: nOOb advice
This should give you a good starting point. A very basic XHTML Strict document to start with.
HTML Documents have a basic structure: Doc Type Head Content Link to an external CSS style sheet: <link rel="stylesheet" href="css/foo.css" media="screen" type="text/css" /> Link tag: <a href="Link URL" title="Link Title">Link Text</a> Image tag: <img src="Image Source" alt="Image Description" width="Image Width" height="Image Height" /> Paragraph: <p>Paragraph Text</p> Heading Tags: <h1></h1> <h2></h2> <h3></h3> <h4></h4> <h5></h5> Unordered List: <ul> <li>Text</li> </ul> Ordered List: <ol> <li>Text</li> </ol> Definition List: <dl> <dt>Title</dt> <dd>Blah Blah</dd> </dl> Form stuff: <fieldset> <legend></legend> </fieldset> <form name="" action="" method="post/get"></form> <input name="" type="text" size="" value="" /> <textarea rows="" cols="" name="" value=""></textarea> <input type="button" name="" value="" /> <input type="submit" name="" value="" />
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jul 27th, 2006 at 13:07. |
|
#6
|
|||
|
|||
|
Re: nOOb advice
It's gonna be hard for us to help ya with anything specific if we can't see whut you've done / are trying to do.
|
|
#7
|
|||
|
|||
|
Re: nOOb advice
try www.htmlgoodie.com its got the basics on it you can progress from there
|
|
#8
|
|||
|
|||
|
Re: nOOb advice
It's true, I'm not wonderful.
I am cutest though. |
|
#9
|
||||
|
||||
|
Re: nOOb advice
You want us to help you with a problem but you don't know what the problem is and you have no way of showing us... Sorry man, We're good but we're not that good!
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#10
|
|||
|
|||
|
Re: nOOb advice
lol ok u think that |
|
#11
|
|||
|
|||
|
Re: nOOb advice
I have a certificate.
|
|
#12
|
|||
|
|||
|
Re: nOOb advice
lol *coff* big ed
|
|
#13
|
|||
|
|||
|
Re: nOOb advice
Thanks for the advice!
|
|
#14
|
|||
|
|||
|
Re: nOOb advice
Man, my post should get anyone started.. grargh! Listen to the Moojoo..... hehe sorry. rough morning.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jul 31st, 2006 at 14:02. |
|
#15
|
||||
|
||||
|
Re: nOOb advice
Quote:
HAHAHAHAHAHA
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
![]() |
| Tags |
| noob, advice |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Noob looking for help | Gardenworks | Starting Out | 2 | Apr 6th, 2008 15:57 |
| Noob needs help. | Geekmation | Flash & Multimedia Forum | 3 | Jan 14th, 2007 23:51 |