This is a discussion on "Desperate for help!" within the Starting Out section. This forum, and the thread "Desperate for help! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Desperate for help!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Desperate for help!
Hello there, I am new to web design, I work for a company, and I am making a web site for a project. I need help on two things, I think the first is called 'white space', I have created two different coloured boxes, one underneath the other, but they have a space inbtween each other, at the top and bottom of the page, i dont want this, second is style sheet, i dont know how to make one and im jus writing so much code for everyline of content I enter. Please help. Many Thanks
Frankiiei |
|
|
|
#2
|
||||
|
||||
|
Re: Desperate for help!
stylesheets are made by typing style information, e.g:
Quote:
this can be included into the HTML page externally: <link rel="stylesheet" type="text/css" href="stylesheet.css" /> replace stylesheet.css with the name you saved it as. as the the space, if you follow what I've just said, include this code at the top: Quote:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#3
|
|||
|
|||
|
Re: Desperate for help!
Probably need to see code to help you rid of the spaces.
|
|
#4
|
|||
|
|||
|
Re: Desperate for help!
thanks alexgeek, i have got rid of the white spaces, and made the style sheet, but where do i put the link in, and also I have tried to delete the rest of the test that says about the font and so on, and it doesnt work once i have deleted it.
thanks frankiiei |
|
#5
|
|||
|
|||
|
Re: Desperate for help!
Last edited by j1rd3ry; Sep 12th, 2007 at 12:36. |
|
#6
|
|||
|
|||
|
Re: Desperate for help!
Thank you guys so much. I am very greatful!!! You are a great help, this forum is great and you are quick to help. Ill try not to pester you all too much lol. My websites is looking quite cool now.
Frankiiei |
|
#7
|
|||
|
|||
|
Hi guys I am really sorry to keep posting question after question, I have another problem. Ive written the introduction, now i need some space between this and the next bit of text I have put in.
Thanks so much guys. Frankiiei |
|
#8
|
|||
|
|||
|
Re: Desperate for help!
try using tihs:
eg.<font color=#123456>my text and another text</font> Last edited by j1rd3ry; Sep 12th, 2007 at 09:37. |
|
#9
|
|||
|
|||
|
Re: Desperate for help!
no, that does not seam to work, i just need it to be a few lines down form the rest of the text.
Frankiiei |
|
#10
|
|||
|
|||
|
Re: Desperate for help!
=)
Last edited by j1rd3ry; Sep 12th, 2007 at 12:38. |
|
#11
|
|||
|
|||
|
Re: Desperate for help!
Wrap your first bit of text in between <p></p>
Then in the css give your p a margin-bottom: 20px;
|
|
#12
|
|||
|
|||
|
Re: Desperate for help!
YES you are a star, thats j1rd3ry! am very greatfull!
Frankiiei |
|
#13
|
|||
|
|||
|
Re: Desperate for help!
ur welcome..its my pleasure.try using some html editor (eg.DW)..it will make ur work easier
Last edited by j1rd3ry; Sep 12th, 2007 at 11:15. |
|
#14
|
|||
|
|||
|
Re: Desperate for help!
what do you mean by (e.g.DW) I am a complete amature when it comes to this. Also do i have to write
<br> </br> <br> </br> continuosly to get the amount of space I want? |
|
#15
|
|||
|
|||
|
Re: Desperate for help!
Last edited by j1rd3ry; Sep 12th, 2007 at 12:38. |
|
#16
|
|||
|
|||
|
Re: Desperate for help!
oh yh sorry, I am using DeamWeaver,its the company software, I am just trying to get to grips with it all and understand the code
|
|
#17
|
|||
|
|||
|
Re: Desperate for help!
:d
Last edited by j1rd3ry; Sep 12th, 2007 at 12:38. |
|
#18
|
|||
|
|||
|
Re: Desperate for help!
Oh dear! Please do not use an insane amount of <br> just to get some space.
You should be setting the margin and padding of your <p> instead in your stylesheet. I strongly recommend going to HTMLDog and go over some tutorials. As for DW = Dreamweaver ... I would not recommend it to a beginner. We have a great list of HTML Editors that we have complied from various members. Using Crimson Editor or Notepad++ is highly recommended. Learn to hand-code. Learn HTLM and CSS. |
|
#19
|
|||
|
|||
|
Re: Desperate for help!
Quote:
That is NOT how you add spaces to a design. Certainly it works but it is not clean. Please if you are going to learn this, take my advice above and do it correctly. |
|
#20
|
|||
|
|||
|
Re: Desperate for help!
ok...im sori...my fault...
|