Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Cecillia

%#^@ tables... help?

Recommended Posts

Since the denizens here are most likely the most knowledgeable about things... please help me...

I'm trying to get a new layout for my site going. However (in IE at least), I cannot get the table to actually fill the screen edge to edge. How in bloody hell can you do that? Is it even possible?

I use pure, basic html... I refuse to use stylesheets and editors, so, if there's a coding trick someone knows...

http://68.33.41.63/tindex.html

This's what I have so far. Pay no attention to the image, it was just a filler test.

Share this post


Link to post

Try

(well, I use 95% on mine, just to leave a little space on the sides).

Share this post


Link to post

On my site, I got :

<body bgcolor="#4A4A4A" text="white" marginwidth='0' marginheight='0' topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" alink="red" vlink="yellow" link="white">

<table border=0 cellspacing=0 cellpadding=0 width=775>
<tr>
<td><img src="imagesite2.jpg" align="center"></td>
</tr>
</table>


and don't have any empty space :P

Share this post


Link to post

Sonic the Pervert 2 doesn't have cheat mode =P but it's more fun for me stripping off the guys... *snickers*

Darkstalker, that definately helped... I think there's still rouge pixels not filled, but, it's a definite improvement ^-^!

edit: Nope, they're all dead. Hoorah~! *Buys Darkstalker pie?*

Share this post


Link to post
Cecillia said:

I refuse to use stylesheets and editors....


I agree with the editors part, but CSS is great. I still haven't learned all the properties, but the basic ones still make coding HTML by hand a hell of a lot easier. I'm sure there are CSS utilities out there, but you can write your sheets "by hand".

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this