Positioning and Layout

This is a discussion on "Positioning and Layout" within the Web Page Design section. This forum, and the thread "Positioning and Layout are both part of the Design Your Website category.



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

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 27th, 2005, 06:06
Junior Member
Join Date: May 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Positioning and Layout

I am trying to make a site but cant get anything to work right. I have a header image, just an image for the top of my site, but I want the rest of my site to run directly into the bottom of that image.

h**p://www.angelfire.com/games4/linkshq/images/Header.JPG
Image Link

I planned on making the background to match.

My problem is I only know how to make layouts with tables, and I cant get anything to run directly together. There are always gaps where the table border would be. Can I get rid of this? Any suggestions for how I would go about making this? DIVS maybe? Thanks for the help, I am stuck learning on my own and cant seem to find anything to help me out on this.

  #2 (permalink)  
Old May 27th, 2005, 17:04
Junior Member
Join Date: Apr 2005
Location: Canada
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Set your margins and padding to 0 in your table using css

Code: Select all
<table style="padding:0;margin:0;">
Should work. But you should be using divs, as tables are not to used for site layout, only tabular data.
  #3 (permalink)  
Old May 27th, 2005, 23:26
Junior Member
Join Date: May 2005
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks, got everything figured out now. I just learned to use divs, was quite simple and I have the most of my layout up now.

h**p://www.angelfire.com/games4/linkshq/index2.html

Thanks for your help!
Now I just need to learn to use Paintshop better,

Man, I hate Angelfire, those damn banners.
Closed Thread

Tags
positioning, layout

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
Help with positioning of my layout dthomas31uk Web Page Design 5 Oct 1st, 2007 12:06
Fluid layout - IE6 clichés the layout when resizing cyberseed Web Page Design 7 Jun 16th, 2007 05:14
CSS layout and positioning help deesto Web Page Design 7 Jul 25th, 2006 09:26
menu / layout positioning issue in IE Pixelate Web Page Design 2 May 9th, 2006 13:15
What makes a layout a good layout? Miles Lombardi Graphics and 3D 4 Jul 26th, 2005 03:22


All times are GMT. The time now is 16:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43