This is a discussion on "Layout Help" within the Starting Out section. This forum, and the thread "Layout Help are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Layout Help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Layout Help
Hi guys, I posted before, and you was all a big help! thanks, but i have white space at the bottom of my web page, and the text is like this;
this is my text and it is going right over tot he side of the pages, but i want it and i want it to look like this; to look like this with some space on each side. Thank you Frankiiei |
|
|
|
#2
|
|||
|
|||
|
Re: Layout Help
sorry the second example was meant to be right in the center with space on the right.
Frankiiei |
|
#3
|
|||
|
|||
|
Re: Layout Help
I don't see any examples?!
|
|
#4
|
|||
|
|||
|
Re: Layout Help
oh, ok it doesnt seam to work. never mind, i want the content, not just centered but with space at each side so it looks a bit neater, would this mean having a border?
|
|
#5
|
|||
|
|||
|
Re: Layout Help
Can you post a link as I dont understand what you mean.
|
|
#6
|
|||
|
|||
|
Re: Layout Help
I don't know ... I can't see what you're talking about?!
Do you have a link? Use the attachments to show your images. |
|
#7
|
|||
|
|||
|
Re: Layout Help
my website is seogenius.co.uk, it is so basic at the moment, i need to do the layout before i can do any content. I gnore the text on there at the moment, its just rubbish, so i can see how it will look.
Thanks Frankiiei |
|
#8
|
|||
|
|||
|
Re: Layout Help
OK ... so ... what do you want again?! Space on the sides??!
|
|
#9
|
|||
|
|||
|
Re: Layout Help
yep, sorry if i confused you all before!
|
|
#10
|
|||
|
|||
|
Re: Layout Help
To be more persific, I want the text the be in by a few cm or so, just so it looks a bit more tidy. And also when i preview my site, I have 'white space' at the bottom, which i dont know how to get rid of, if anyone has any ideas id be real greatfull
Thanks |
|
#11
|
|||
|
|||
|
Re: Layout Help
Ok well ... first of all, ditch the design view in DW. Use code view only if you absolutely want to use DW.
Next, your separations need to be better define. For example: What you have now is a column layout right? So ... no problems there.
So next post ... we'll style it |
|
#12
|
|||
|
|||
|
Re: Layout Help
ok i have done that, my sites looks really plain now, no color lol
Frankiiei |
|
#13
|
|||
|
|||
|
Re: Layout Help
Now let's get on with some styles ...
Let's remove the margins and padding for body
Now ... if you want do remove the white-space at the bottom that's caused because of screen resolution, just apply the blue background to the body. We'll add the fonts there and the color of the text
And instead of having in there, just set the margins to your <p> elemen
Last edited by karinne; Sep 14th, 2007 at 12:13. |
|
#14
|
|||
|
|||
|
Re: Layout Help
Quote:
|
|
#15
|
|||
|
|||
|
Re: Layout Help
ok I have this ;
<title>Seo Genius</title> <link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style5 {color: #000000} --> </style> </head> so i get rid of the <style 5 {color ............ part of leave this? because i did delte it and i lost the text so i put it back in? |
|
#16
|
|||
|
|||
|
Re: Layout Help
Delete the whole thing and start from scratch with the code I gave you above.
The final code should be this HTML
|
|
#17
|
|||
|
|||
|
Re: Layout Help
Thank you so much Karinne, your help is much appreciated! I'm only 17 so I'm hoping by learnin young , Ill be a pro in a good few years
Frankiiei |
|
#18
|
|
|