Start from the top

This is a discussion on "Start from the top" within the Web Page Design section. This forum, and the thread "Start from the top are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 9th, 2007, 19:53
New Member
Join Date: Sep 2007
Location: London
Age: 21
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to zizther
Start from the top

Hey

I am just learning HTML really, i know little bits, but i have never really done anything with it, so i am going to start learning by asking a few question, i do warn you they will probally be very simple.

I don't know where the best place to start is, but what i think is a good place for me to start is here:

When i look at a prepared HTML coded page with images etc, i see that it is layed out well with these grey dotted boxs around every image, and then sometime just an empty box, i want to know how to create this box and how to place them and size so when i build a page i can use them.

I have got a picture of what i am talking about. It is attached in a .zip format, as the picture size was too large for me to send.


Also i think the best thing for me to do is get some training, what do people recommend, person to person, books or online.
I know a little bit such as links, hyperlinks, all the small parts from what i learnt at school and what i have found out so far, so i don't want to start learning with the basics just more getting into html coding and development.

Cheers
Attached Files
File Type: zip grey boxes.zip (66.5 KB, 9 views)
Reply With Quote

  #2 (permalink)  
Old Sep 9th, 2007, 20:14
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Start from the top

To answer your second question about training, check out the tutorials at:

W3Schools and HTML Dog
Reply With Quote
  #3 (permalink)  
Old Sep 9th, 2007, 21:34
New Member
Join Date: Sep 2007
Location: London
Age: 21
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to zizther
Re: Start from the top

Thanks for that, some great tuts
Reply With Quote
  #4 (permalink)  
Old Sep 9th, 2007, 23:21
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Start from the top

zizther,

Those grey dotted lines are part of the html editor you are using. They will not appear when the web page is published. If you are looking to create a new 'box' for adding new content, then all you need to do is add some new code (likely a <div></div> block). Do you have the site anywhere we can take a look at it? And then all we'd need to know is where you'd like this new 'box'.

Thanks,

James
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #5 (permalink)  
Old Sep 9th, 2007, 23:44
New Member
Join Date: Sep 2007
Location: London
Age: 21
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to zizther
Re: Start from the top

Thanks that was great, i have also learnt it is a table thing as well.

That particular image i put in was just an old template i have, i am not doing work on it, i just wanted to know how to place them and add them.

Examples, how do i place one inside of another one and then ask it to be in certain position, such as on the left, on the right, centered or bottom right.

Is there a way of doing that?
Reply With Quote
  #6 (permalink)  
Old Sep 10th, 2007, 00:03
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Start from the top

I would learn how not to do tables. Tables are to be used for tabular things and not for layout.

You'll want to learn how to use CSS to position your 'boxes'. If you have something in specific you'd like to do, we can help out. It is hard to give you specifics for such a general want.

- James
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
  #7 (permalink)  
Old Sep 10th, 2007, 00:09
New Member
Join Date: Sep 2007
Location: London
Age: 21
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to zizther
Re: Start from the top

Thanks man, that is helpful.

I will set something up, just so i can learn, sort it out soon.

Thanks for that man! Helpful.
Reply With Quote
  #8 (permalink)  
Old Sep 10th, 2007, 00:14
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Start from the top

No problem... it'll be more helpful once we can help you learn actual positioning. Simple code like:
Code: Select all
<div id="box1">
box one content
</div>
<div id="box2">
box two content
</div>
<div id="box3">
box three content
</div>
is all you need. Of course I'd add some lorem ipsum text so it'll be a bit more helpful.
Last Blog Entry: Whats in a name? (Feb 20th, 2008)
Reply With Quote
Reply

Tags
boxes, grey, html

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How did you start? dab42pat Webforumz Cafe 29 Jun 6th, 2008 06:39
I don't even know where to start pa007 Flash & Multimedia Forum 1 Jul 25th, 2007 15:19
Where to start ? Kiddo Starting Out 22 Apr 14th, 2007 20:27
Best way to start Liquidsword Web Page Design 12 Apr 12th, 2007 16:47
Where do I start relkeel Website Planning 1 Mar 15th, 2007 15:57


All times are GMT. The time now is 03:37.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43