1) Everyone said frames, or even tables, but y'all forgot CSS... CSS allows you to have only a right border with a table or something, it's really great.Quote:
1. How do I create a vertical line, so I can have links on one side?
2. How do I "text wrap" an image?
3. Is this possible with geocities?: make another account and upload files which I can use on my site as download links?
4. Is there a better hoster then geocities, with at least 20mb and little or no ads?
<style>
[tag] {border-x: solid blue 2px}
</style>
Where x is either top, right, left or borrom, solid is the opacity (not sure about this), blue is the colour (could be any colour or a hexadecimal RGB value), 2px is the width of the border (could be 5px or whatever number). [tag] is the tag you wanna apply the border to. I think it works with Table, TD, Span, Div, P, and many more. Just experiment offline.
4) Try www.narod.ru they give 100 MB or space or something, but it's quite slow. I think it has an ad like Geocities but you can remove that with a script. www.spaceports.com gave 50 MB (not sure if it works now), and i think it had some ads...
But if you want to build a serious site, there are only 2 ways i know of to get the appropriate hosting:
1. Pay for it (obviously).
2. Make friends with someone who owns a server and ... you get the idea.
Good luck :)