Spacing and center alignement problems

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



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 23rd, 2007, 06:05
New Member
Join Date: Mar 2007
Location: Australia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Crossfire
Spacing and center alignement problems

Hi, I am currently working on a new design layout for the Hockey club that I play for and are running into some small problems. The old layout that I was using was all HTML with the odd script here and there, as I have only learn HTML and very little of JavaScript.

As my time is limited to get the new layout up and running, (approximately 2-3 weeks from now) I decided to use Dreamweaver 8 to get some up quickly. I use one of their templates and made the necessary change to add my club logo and an image of the clubrooms. I didn't have time to make a nav bar from scratch, so I made one using Sothink 7 and integrated into the webpage.

Now where I am have problems is making small adjustment to the spacing between image and the centre alignment of the larger logo. The other problem is where I am testing my page,
http://www.adam.com.au/underwoodcp/WHC%20Test/Home.html
the page is fine in IE but not in Firefox there seems to be 5px border around the page which I don't want. I have limited knowledge of CSS's and JavaScipt and need help to fix it.

Also I am unsure how fix this page so won't look in different on different screen resolutions.

Any help with these problems or other ideas would be very much appreciated.

Cheers,

Heath

WHC Webmaster

Last edited by JacobHaug; Mar 26th, 2007 at 04:10.
Reply With Quote

  #2 (permalink)  
Old Mar 23rd, 2007, 11:14
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Woodville Hockey Club

This is the review section! If you have specific problems with the site, I urge to ask them in the appropriate forum.

BTW ... loose the Java menu ... it froze my browser and had to restart it!
Reply With Quote
  #3 (permalink)  
Old Mar 23rd, 2007, 16:16
New Member
Join Date: Mar 2007
Location: Australia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Crossfire
Re: Woodville Hockey Club

So where would be appropriated, as I am new to site I have NFI. I don't have the time to view all the forums.
Reply With Quote
  #4 (permalink)  
Old Mar 25th, 2007, 22:17
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: Woodville Hockey Club

Well it's now in the HTML forum with the critique box. lol. Good one Karinne. Admin will sort it out.

You really need to use CSS. If you can, put this in your css...

Code: Select all
* {
  margin: 0;
  padding: 0;
}
Reply With Quote
  #5 (permalink)  
Old Mar 25th, 2007, 23:29
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 21
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Woodville Hockey Club

Yeah the javascript is a little excessive take a look at something like this if you want drop down menu's. It's simple, unobtrusive and very accessible. It also shouldn't take long to implement.

Though being honest, I actually prefer the original design (if i had to pick between them) as long as the frames and js menu were dumped. Try putting in some columns and the like to break up the content. Looks very plain at the minute.

With regard to the image positioning problem, if your site was done with css then you'd be able to position the different elements more easily. You've got 2 or 3 weeks? I think that's enough time to learn how to put a nice css, tableless site together. It'll be a lot easier to do stuff that way. More control.

And please get rid of the js menu's.

Pete.
Reply With Quote
  #6 (permalink)  
Old Mar 26th, 2007, 11:47
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Woodville Hockey Club

Add this to your body tag in the head area
Code: Select all
body {margin 0 0 }
Your large logo is centered according to the way you have it now. However, you've got an extra cell that's throwing things off.

Look for this
Code: Select all
<td colspan="3" id="dateformat" height="20"><span class="style3">&nbsp;&nbsp;::&nbsp;&nbsp;<script language="javascript">
      document.write(TODAY);	</script>	</td></span>
delete the </span> That will open up the design and make it look more centered.
Reply With Quote
  #7 (permalink)  
Old Mar 26th, 2007, 12:04
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Woodville Hockey Club

Quote:
Originally Posted by BGarner View Post
Well it's now in the HTML forum with the critique box. lol. Good one Karinne. Admin will sort it out.
you like that one don't you Yeah. ... I boo-boo'ed big time on this one! Ah well!
Reply With Quote
Reply

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
Css Spacing Help! RZX Developer Web Page Design 5 Aug 13th, 2007 12:26
Spacing paragraphs polkadot Starting Out 3 May 25th, 2007 12:48
Some images overlapping and some spacing problems karinne Web Page Design 4 Feb 15th, 2007 13:35
Spacing help in Dreamweaver 8 facehead Web Page Design 23 Dec 1st, 2006 18:09
div spacing johnnybravo Web Page Design 13 Sep 6th, 2006 12:06


All times are GMT. The time now is 22:09.


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