PDA

View Full Version : Help with website




viccles
Aug 24, 2006, 10:51 PM
I've decided to hardcode my site (Been a VERY long time) but im having a few probs www.geocities.com/vics.world i need the menu in the corner and the text aligned next to it not under it. What have I done wrong?



iMeowbot
Aug 24, 2006, 11:12 PM
Yeah, I can see that this is hand-coded HTML, and a now-obsolete variety. You'll want to read up on CSS to get rid of those FONT tags. In the short term, you'll want to make sure you are closing the ones you are using, I see lots of missing </font> there.

----

On to the immediate problem you asked about though:

First, you have a <td> before your <table> tag. Lose that.

Second, you are missing a <td> after the first </td> (if I understand what you are trying to do, it should go just above the <center> tag before the "Vics.world" title).

----

More less pressing things you'll want to think about: that sea of <br> tags is kind of evil, but fine I guess for quick-n-dirty formatting. Also, <center> is another tag that's been obsoleted by CSS.

Hoef
Aug 24, 2006, 11:13 PM
mmm ... if you use CSS it must be that you forgot to float the menu element

<edit>oops ... apparently no CSS use but tables</edit>

viccles
Aug 24, 2006, 11:15 PM
Yeah it sure has been awhile since I've coded in HTML (About 5 years!) I should take a class at uni of how to do it

Edit: That fixed that problem how do I put a larger gap between the links and the text? Man I've forgotten everything :(

iMeowbot
Aug 24, 2006, 11:27 PM
Edit: That fixed that problem how do I put a larger gap between the links and the text? Man I've forgotten everything :(
The quick fix would be to increase either the cellpadding or cellspacing in your <table> tag. Or, you could add an empty table column between the menu and body text, and give it some width that looks good to you. ( <td width="10pt"></td> or something like that, after your first existing </td>, would be one simple way.)

viccles
Aug 25, 2006, 12:24 AM
Cheers thanks for that :) I think everything is sorted on the front. Can anyone suggest how I could brighten it up a bit? (I'm a beginner so nothing too complex) :D

iMeowbot
Aug 25, 2006, 05:07 AM
There are lots of things you could do, like this (http://www.timecube.com/) or even this (http://www.globalaigs.org/) (be sure to download the hymn, it's a treat).

For now, a perfectly good option would be to keep it basic. It may be easier to figure out what would make a good look after you have some of those links up and running. The content is what the pages there for, right?

Did you have any sort of look in mind yet? A request for ideas to brighten things up without your likes in mind could be dangerous (http://www.crumpler.com.au/home.php)...

viccles
Aug 25, 2006, 04:18 PM
I just wanted to keep the website simple and basic...I want to use a white background but didnt realise how bland it would look...I want it to look classy and professional but not over professional you get me?