Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Web page doing my head in.

Thread Tools
 
Search this Thread
 
Old 09 March 2006, 11:20 PM
  #1  
Fuzz
Scooby Regular
Thread Starter
 
Fuzz's Avatar
 
Join Date: Jul 2002
Location: Under your bonnet
Posts: 9,173
Likes: 0
Received 0 Likes on 0 Posts
Default Web page doing my head in.

Can anyone tell me why the footer on this page wont align..

Driving me nuts..

www.ashlyn.plus.com/contact.html.


Andy
Old 10 March 2006, 12:02 AM
  #2  
RichB
Scooby Regular
 
RichB's Avatar
 
Join Date: Apr 1999
Location: Bore Knee Muff
Posts: 3,666
Likes: 0
Received 0 Likes on 0 Posts
Default

you have a rouge table tag, not enough divs (2 more needed at the bottom) think, try and tab the code nicely so you can see missing tags

Your stylesheet is a bit iffy, you shouldn't need that !important (hiding from certain browsers stuff) The main_container and footer and the culprits, too tired to work out why now if your still stuck tomorrow afternoon I might have another look...
Old 10 March 2006, 07:26 AM
  #3  
RichB
Scooby Regular
 
RichB's Avatar
 
Join Date: Apr 1999
Location: Bore Knee Muff
Posts: 3,666
Likes: 0
Received 0 Likes on 0 Posts
Default

How sad am I... First thing I do when I get up is look at your sodding web page again...

Your style sheet is ok though although I wouldn't do that !important thing still
It's yer code! I've moved the footer under the main container, the main container wasn't closed properly.

Try this:

<body>
<div id="frame">
<div id="top_image"></div>
<div id="menu_image">
<div id="menu" align="right">
<a href="index.html">HOME</a>
<a href="specs.html">SPECS</a>
<a href="dyno.html">DYNO</a>
<a href="video.html">VIDEO</a>
<a href="photos.html">PHOTOS</a>
<a href="contact.html">CONTACT</a>
</div>
</div>
<div id="main">
<div id="main_container">
<h3>CONTACT ME</h3>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="mailto: xxxxxxxxx" target="_blank">At work</a></p>
<p><a href="mailto: xxxxxxxxx" target="_blank">At Home</a></p>
<p><a href="mailto: xxxxxxxxx" target="_blank">On Hotmail / MSN</a></p>
<p><a href="http://www.myspace.com/dirtyshark" target="_blank">On Myspace</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
</div>
<div id="footer" align="right">
&copy;2006 <a href="mailto: xxxx@xxxxxxXxxxxxx" target="_blank">xxxxxxxxx</a>
</div>
</div>
</body>
</html>
Old 10 March 2006, 08:22 AM
  #4  
Fuzz
Scooby Regular
Thread Starter
 
Fuzz's Avatar
 
Join Date: Jul 2002
Location: Under your bonnet
Posts: 9,173
Likes: 0
Received 0 Likes on 0 Posts
Default



Cheers Rich

The "important" was left over from someone else helping me start off the page code.
I'm a bit green to all this.

Andy
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
KAS35RSTI
Subaru
27
04 November 2021 07:12 PM
south_scoob
ScoobyNet General
22
03 October 2015 01:05 PM
Ganz1983
Subaru
5
02 October 2015 09:22 AM
Raptorman
ScoobyNet General
0
01 October 2015 06:46 PM
mistermexican
General Technical
2
01 October 2015 04:30 PM



Quick Reply: Web page doing my head in.



All times are GMT +1. The time now is 01:46 AM.