PDA

View Full Version : Space in page


Necrosis
01-20-2006, 05:01 PM
ok.... Well i made this page:
http://necrosis.orgfree.com/
Now i want to give some space between the text information i have put in the middle and the footer. Can anyone tell me how to ?

mlseim
01-20-2006, 06:26 PM
It already looks like there's space between the text and footer.

You might want to look at your site in both IE and Firefox, as each
browser displays your tables differently.

Elaborate on what you mean by space.

Necrosis
01-21-2006, 03:43 PM
well i added a couple of </br> to give that space =/

Anyways now i need more help

Necrosis
01-21-2006, 03:44 PM
When you click on login and the page loads, the links of login, home and register are grey. Why ?

mark87
01-21-2006, 03:52 PM
You really need to get rid of that shameful table layout!

In your CSS you need to add .Link { color: #FFF } to colour the links white.

You have so much wrong though I'd be inclined to start again... you have no hash symbol before colours, no doctype, deprecated tags, the table layout, and your links start with a back slash when it should be a forward slash!

Necrosis
01-21-2006, 04:49 PM
Well i really need one made, if possible could you help me out make a new one ?

mark87
01-21-2006, 04:53 PM
You won't learn if you have people make things for you all the time. ;)

Sure, I can help, but I'm not going to code it for you from scratch. Start by learning at w3schools.com (http://www.w3schools.com/), then check out some CSS layouts to get you started. This one (http://bonrouge.com/2c-hf-fixed.php) could easily be modifed to build a CSS version of your existing website.

Necrosis
01-21-2006, 05:00 PM
Yeah i know, the CSS you saw of my site was an edited version of anothere free CSS someone gave me. So i'm really not that good at it.