Make Table/Image Flush to side of screen?

This is a discussion on "Make Table/Image Flush to side of screen?" within the Web Page Design section. This forum, and the thread "Make Table/Image Flush to side of screen? are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Mar 10th, 2007, 14:27
New Member
Join Date: Feb 2007
Location: Wouldn't you like to know Jacko?
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Question Make Table/Image Flush to side of screen?

Hi, I need to have my top navigation bar flush to the left and top of the screen, but instead it's inset about 8px. Any way of fixing this other than CSS? Vspace and Hspace do nothing.

Screenshot:

insetmw6.jpg

Last edited by karinne; Mar 10th, 2007 at 22:58. Reason: Please use attachments for big images.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Mar 10th, 2007, 15:46
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Make Table/Image Flush to side of screen?

The answer will be in your code. Can you post a link or some code so we can see what you've already done to try to fix the problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Mar 10th, 2007, 15:47
New Member
Join Date: Feb 2007
Location: Wouldn't you like to know Jacko?
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Make Table/Image Flush to side of screen?

Okay I'll just go for CSS. Thanks anyway!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Mar 10th, 2007, 22:59
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Make Table/Image Flush to side of screen?

Add

Code: Select all
html, body { margin: 0; padding: 0; }
to your CSS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Mar 11th, 2007, 00:16
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Make Table/Image Flush to side of screen?

It was originally in tables correct? That's why I asked. CSS is easier. I would use...

Code: Select all
* {
margin: 0;
padding: 0;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Mar 11th, 2007, 02:48
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Make Table/Image Flush to side of screen?

Quote:
Originally Posted by BGarner View Post
It was originally in tables correct? That's why I asked. CSS is easier. I would use...

Code: Select all
* {
margin: 0;
padding: 0;
}
Just know that if you put this, it means that ALL ELEMENTS used on your site will have margins and padding set to 0 instead of their default values.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
table, position, image

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make a YouTube style on-screen play button. Zonglars Flash & Multimedia Forum 3 Dec 29th, 2007 08:12
centred table not touching the top of the screen? acrobat Web Page Design 9 Apr 14th, 2007 00:05
How can i make a table static? Marc Web Page Design 1 Apr 11th, 2007 19:07
Please don't make me use a table! artdog Web Page Design 4 Sep 1st, 2006 22:08
How to make pop-up window fit client's screen maurice JavaScript Forum 3 Mar 15th, 2005 17:54


All times are GMT. The time now is 07:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42