html table design help

This is a discussion on "html table design help" within the Web Page Design section. This forum, and the thread "html table design help 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 8th, 2007, 12:09
New Member
Join Date: Mar 2007
Location: Manchester
Age: 20
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
html table design help

I have tried creating a table in both dreamweaver and frontpage but struggling to find a way how to join both the first row and the second row to make them look like the following below. I also need to find out how to make the gaps between the boxes look bigger and on clicking of the link it changes the box bg and enables the link to go a bold white.

all help is very much appreciated; image below of what i want to make.

cheers
Attached Images
File Type: jpg tablext2.jpg (7.7 KB, 47 views)

Last edited by Daniel; Mar 8th, 2007 at 12:36. Reason: picture put as attachment due to it stretching the forum.
Reply With Quote

  #2 (permalink)  
Old Mar 8th, 2007, 12:37
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: html table design help

Well ... you shouldn't be using a table to do this. You should be using a list and styling it with CSS.

Here's a good start to get you going on using list and CSS
CSS Design: Taming Lists
Reply With Quote
  #3 (permalink)  
Old Mar 8th, 2007, 13:41
New Member
Join Date: Mar 2007
Location: Manchester
Age: 20
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html table design help

Quote:
Originally Posted by karinne View Post
Well ... you shouldn't be using a table to do this. You should be using a list and styling it with CSS.

Here's a good start to get you going on using list and CSS
CSS Design: Taming Lists
Will that help me make that, like exactly? Or is that just a beginner tutorial?
Reply With Quote
  #4 (permalink)  
Old Mar 8th, 2007, 13:42
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: html table design help

A beginner tutorial ... you have to start somewhere.
Reply With Quote
  #5 (permalink)  
Old Mar 8th, 2007, 16:17
Reputable Member
Join Date: Dec 2005
Location: Texas
Age: 19
Posts: 328
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to daygon Send a message via MSN to daygon Send a message via Yahoo to daygon
Re: html table design help

Always and if there are roll overs then you can find more tuts for css rollovers and fake iframes and all sports of junk that css can pull off.
Reply With Quote
  #6 (permalink)  
Old Mar 11th, 2007, 01:25
Junior Member
Join Date: Mar 2007
Location: Australia
Age: 19
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: html table design help

Quote:
Originally Posted by antony View Post
I have tried creating a table in both dreamweaver and frontpage but struggling to find a way how to join both the first row and the second row to make them look like the following below.
Oky's first off stay away from frontpage - keep to either Dreamweaver or notepad++.

If i want two tables which sit on top of each other but look like one when filled with either a color or image the html code looks like this:

Code: Select all
<body>
<!-- Table1-->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="100"></td>
</tr>
</table>

<!-- Table2-->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" height="100"></td>
</tr>
</table>
</body>
Quote:
Originally Posted by antony View Post
I also need to find out how to make the gaps between the boxes look bigger and on clicking of the link it changes the box bg and enables the link to go a bold white.
If your wanting gaps in empty tables your probably looking at making spacer images. To change the background when you click a link your looking at including a CSS styles sheet (make it external)

Hope this helps
Reply With Quote
  #7 (permalink)  
Old Mar 12th, 2007, 16:32
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: html table design help

TRY to stay away from tables, and dreamwever and frontpage. There are loads of free (or not) text editors out there...here are some.

Windows
Notepad
Notepad++
PsPad
Textpad
NVU
Crimson Editor

Mac
BBEdit
Text Wrangler

and millions more...

Some of the ones I listed for windows you can put on your flash drive, and or even run on Linux. My favorite of all is PsPad!!

Last edited by karinne; Mar 12th, 2007 at 17:16.
Reply With Quote
Reply

Tags
tables, html

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
Rounded rectange for BG of certain items in an HTML table btyo462 Web Page Design 12 Feb 11th, 2008 23:41
[SOLVED] Putting CSS with an HTML Table. mcdanielnc89 Web Page Design 6 Nov 2nd, 2007 05:13
.swf file as HTML table background bubberz Flash & Multimedia Forum 9 Jun 18th, 2007 21:45
Need help in clone html table bryanpung JavaScript Forum 1 Jun 15th, 2007 14:12
Find(on this Page) Feature for HTML table sameer2k JavaScript Forum 1 Jul 8th, 2006 12:51


All times are GMT. The time now is 08:50.


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