widening page

This is a discussion on "widening page" within the Web Page Design section. This forum, and the thread "widening page 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 Jan 11th, 2007, 08:52
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
widening page

How do i widen a page

i want to widen a site im creating but its all stuck down the middle.

Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFCC">
<center>
<table width="400" height="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width=100% colspan=5 bgcolor=blue height=1>&nbsp;</td>
</tr>
<tr>
<td width=20%><img src="imgpt1.jpg"></td>
<td width=20%><img src="imgpt2.jpg"></td>
<td width=20%><img src="imgpt3.jpg"></td>
<td width=20%><img src="imgpt4.jpg"></td>
<td width=20%><img src="imgpt5.jpg"></td>
</tr>
<tr>
<td width=100% colspan=5 bgcolor=blue height=1>&nbsp;</td>
</tr>
<td width=100% colspan=5 height=1><img src="graphic1.jpg" ></td>
<tr>
<td width=100% colspan=5 VALIGN=Top>
 <table width=100% border="1" cellspacing=0 cellpadding="0">
 <tr>
 <td width=75%>Some Text</td>
 <td width=25% rowspan=2><img src="logo1.png"></td></tr>
 <tr>
 <td width=75%>More Text</td></tr>
 <tr>
 <td width=100% colspan=2>Even more text</td>
 </tr>
 </table>
</td>
</tr>
</table>
</center>
</body>
</html>
thats the code so far - is it the images prehaps?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote

  #2 (permalink)  
Old Jan 11th, 2007, 10:38
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,650
Blog Entries: 1
Thanks: 0
Thanked 4 Times in 4 Posts
Re: widening page

your table's width is set to 400.
change that value.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #3 (permalink)  
Old Jan 11th, 2007, 10:39
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

Slow down spinal ... i was about 30 seconds behind you there lol
Reply With Quote
  #4 (permalink)  
Old Jan 11th, 2007, 11:20
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

right ive doubled it to 800 but the 5 images that go across the top of the page have now been split up and they are one image. How do i combat this?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #5 (permalink)  
Old Jan 11th, 2007, 12:28
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: widening page

Dan, do you have a link to this site so we can see what the images are doing.

Sorry, I'm the visual sort
Reply With Quote
  #6 (permalink)  
Old Jan 11th, 2007, 13:02
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

as it isnt online atm no - but ill try putting it on my freewebs site later
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #7 (permalink)  
Old Jan 11th, 2007, 13:11
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

Dan, get with the times!

http://csszengarden.com/
Reply With Quote
  #8 (permalink)  
Old Jan 11th, 2007, 14:06
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

Have to do the whole site myself from scratch lol
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #9 (permalink)  
Old Jan 11th, 2007, 15:46
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

Naw, I'm here to help you with anything you need with either XHTML or CSS. If you want more personal help, send me a PM
Reply With Quote
  #10 (permalink)  
Old Jan 11th, 2007, 15:48
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

Dan the table cells that contain your 3 images are set to 20% width.... try setting these cells to the same width as the images.

Does it help?
Reply With Quote
  #11 (permalink)  
Old Jan 11th, 2007, 15:52
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

I'll get you off of tables. Just tell me you're willing to learn and I'll do my best to help you advance in this field.
Reply With Quote
  #12 (permalink)  
Old Jan 11th, 2007, 16:50
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: widening page

And for a good start, go check out the new thread I created in the Beginner Resources section - Resources for learning how to use CSS for layout
Reply With Quote
  #13 (permalink)  
Old Jan 11th, 2007, 18:12
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,650
Blog Entries: 1
Thanks: 0
Thanked 4 Times in 4 Posts
Re: widening page

There's plenty of help in this thread, I'll just move swiftly on...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #14 (permalink)  
Old Jan 11th, 2007, 18:13
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

problem is it has to be tables cause its an assessment
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #15 (permalink)  
Old Jan 12th, 2007, 02:59
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

I'd totally surpise the teacher.

"Look Mr. Martini, I went the extra mile to make sure people with disabilities could easily navigate my homework. Do you have a problem with that?"
Reply With Quote
  #16 (permalink)  
Old Jan 12th, 2007, 16:23
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

Um... everythings been coverd here for meso im not going to give advice. Either you learn css or not change the size of the page so your layout dont get messed up. I suggest css. But you know thats just me and rian will help you out with that or if you need help when he's not around just aim me im always on 24/7. And do i spot a .png?!?!?!?!?!?
Dan you discourage me. Now im sad. I looked up to you man. Now i feel pitty.


SIKES!!!!!! We love ya man. Not in a homo way just that brotherly love.

Last edited by daygon; Jan 12th, 2007 at 16:29.
Reply With Quote
  #17 (permalink)  
Old Jan 12th, 2007, 16:52
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: widening page

Quote:
Originally Posted by Ryan Fait View Post
I'd totally surpise the teacher.

"Look Mr. Martini, I went the extra mile to make sure people with disabilities could easily navigate my homework. Do you have a problem with that?"
He will fail you for making him look stupid.
__________________
I hate IE 6. Just sayin....
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #18 (permalink)  
Old Jan 12th, 2007, 18:08
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,650
Blog Entries: 1
Thanks: 0
Thanked 4 Times in 4 Posts
Re: widening page

Or he'd pull out his Microsoft credentials and say:
"That's not how we do it around here boy. You can ask Gill Bates himself!"
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #19 (permalink)  
Old Jan 12th, 2007, 23:37
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

Those are two good points I can't ignore

Drop the class and save yourself from having to unlearn and then learning, Dan.
Reply With Quote
  #20 (permalink)  
Old Jan 15th, 2007, 00:19
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: widening page

half the time im teaching the bloody teachers anyway
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
Reply

Tags
wide

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
Green bar of colour at bottom of page gets bigger the more page is extended pixelgirl Web Page Design 1 Apr 1st, 2008 01:27
internal navigation, Linking from one page to a specific div in another page. Oak Web Page Design 5 Feb 8th, 2008 22:54
Linking an outside page back to previous framed page MJustison Starting Out 1 Oct 18th, 2007 17:49
A gap appears beween the Page Title and the Body Content of the page. sovereign6 Web Page Design 6 Dec 18th, 2006 19:14
Text wrap - widening space gribble Web Page Design 1 Aug 17th, 2005 03:38


All times are GMT. The time now is 23:13.


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