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 |
|
|||
|
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.
|
|
|
|
|||
|
Re: nOOb advice
can u provide a link to the page?
|
|
|||
|
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.
|
|
||||
|
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 edited by moojoo; Jul 27th, 2006 at 13:07. |
|
|||
|
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.
|
|
|||
|
Re: nOOb advice
try www.htmlgoodie.com its got the basics on it you can progress from there
|
|
|||
|
Re: nOOb advice
It's true, I'm not wonderful.
I am cutest though. |
|
||||
|
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)
|
|
|||
|
Re: nOOb advice
lol ok u think that |
|
|||
|
Re: nOOb advice
I have a certificate.
|
|
|||
|
Re: nOOb advice
lol *coff* big ed
|
|
|||
|
Re: nOOb advice
Thanks for the advice!
|
|
||||
|
Re: nOOb advice
Man, my post should get anyone started.. grargh! Listen to the Moojoo..... hehe sorry. rough morning.
__________________
I've got <style> and .class
Last edited by moojoo; Jul 31st, 2006 at 14:02. |
|
||||
|
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! | chiefwiggum | Introduce Yourself | 7 | May 23rd, 2007 10:31 |
| Noob needs help. | Geekmation | Flash & Multimedia Forum | 3 | Jan 14th, 2007 23:51 |
| Noob in Need ;o) | Brain-Chemical | Introduce Yourself | 3 | Feb 6th, 2006 00:18 |
| Noob looking for help | Gamebreaker3233 | Introduce Yourself | 3 | Nov 16th, 2005 04:03 |