ID:275332
 
How can I get the main text from my website to be equal to the navigation to the left? The main content gets sent to the bottom and I want it right next to it.

http://www.freewebs.com/l5rrealm
You'll need to make use of tables, and most likily align=left and valign=center.
Don't. Use. Bitmaps. They. Are. Huge.

^_^

Yet, seriously, you may want to convert your banner to a JPEG, PNG, or GIF format because they use better compression.

~Kujila
In response to Kujila
They are also more widely accepted.
In response to Kujila
But than the picture gets all blurry.
In response to Shiba Arai
Then increase the JPEG quality, or use PNG. BMP is not an acceptable web format, whatever Microsoft would have you think.
In response to Shiba Arai
'Guess you don't need me anymore :p. Well, my favorite file type is .png's. They don't get blurry, and they're accepted by almost all webshells / hosts :).
In response to Crispy
I've got the picture opend in MS Paint bu there is no .PNG option. I may need you Camaro, my site isn't very good. ^_^
I'd suggest using layers. You can move them any where's on the page to the exact pixel and it can overlay other tables...layers, etc...
In response to Goku72
Layers, whats the tag for that? <layer></layer>

How would you implement it <layer = 54> or something?

Here is my site layout, maybe you could give me some tips:

<STYLE>
<!--
A:visited {color:"#ffffff"; text-decoration: red;}
A:hover {color:"#ffffff"; text-decoration: underline;}
A:link {color:"#ffffff"; text-decoration: red;}
A:active {color:"#ffffff"; text-decoration: red;}
--></STYLE>

<html><HTML><HEAD>
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY bgColor=black>


&nbsp;


&nbsp;


Introduction
What is "L5R"?
Contact
Home

CCG
Clan Letters
Products
Strategy

RPG
Products
Rules

<valign=center>Hello and welcome to the brand new, onlne resource for the L5R community.

</BODY></HTML></html>





In response to Shiba Arai
It'd help if you used <dm> and </dm> tags to surround the HTML when posting.

I'd recommend tables, not layers; layers are a relatively recent creation, and not all browsers support them. If you must use them, though, look them up on Google.

META content="MSHTML 6.00.2600.0" name=GENERATOR

Yeech! Please don't use Frontpage (Express or otherwise). Word is even worse, if that's possible. I'm not sure which of those you're using, but they all suck. =P

I highly recommend putting it together by hand, or use a decent editor like Dreamweaver. Microsoft's half-hearted efforts are hard to work with and produce invalid HTML. (By invalid HTML, I mean HTML that sometimes displays as intended in Internet Explorer, but usually doesn't display very well in other browsers, such as Netscape/Mozilla and their variants.)

As for PNG, Paint doesn't support it. If you don't have Paint Shop Pro, Photoshop, or the Gimp (all three are image editors that support PNG), search the internet for a converter; some people recommend IrfanView, but I've never tried it.
In response to Shiba Arai
<div style="position:absolute; top: 0px; left: 0px">
STUFF HERE
</div>