»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 06-26-2003, 08:04 AM   #1 (permalink)
Registered User
 
fufiter9246's Avatar
 
Join Date: May 2003
Location: Pittsburgh, PA
Posts: 177
fufiter9246 is on a distinguished road
Table Help and Page Layout Help

Hey guys, few questions and concerns:

I'm using Dreamweaver, just got it yesterday and I started working on a page....however, i'm finding it difficult to create tables like the ones seen on http://unmodulated.com where they are all split up and there is equal spacing between them.....on my page the table is just one big one with seperate tables inside, it looks decent but I like the spacing, and it never stays put, it constantly adjust to the content inside. I like how the "News" table goes all the way down, my page is becoming a pain and I'd like something like this:

[HEADER---------------]
[Row1][Body][Row 2]
[FOOTER---------------]

Header has logo and menu, I was able to do that fine
Row 1 - I would like little menus
Body - News, updates
Row 2 - Far right of the screen, polls and stuff
Footer - basic contact info

Any help where I can learn to develop or helpful insight?

__________________
OMG, i just watched it. if only i could marry software!

Last edited by fufiter9246; 06-26-2003 at 08:25 AM.
fufiter9246 is offline   Reply With Quote
Old 06-26-2003, 08:26 AM   #2 (permalink)
Registered User
 
fufiter9246's Avatar
 
Join Date: May 2003
Location: Pittsburgh, PA
Posts: 177
fufiter9246 is on a distinguished road
Here is a picture of what I mean:
Attached Images
File Type: jpg page.jpg (13.0 KB, 38 views)
__________________
OMG, i just watched it. if only i could marry software!
fufiter9246 is offline   Reply With Quote
Old 06-26-2003, 08:37 AM   #3 (permalink)
Registered User
 
tenor_david's Avatar
 
Join Date: Nov 2001
Location: Bloomington IN
Posts: 218
tenor_david is on a distinguished road
Well, you will need to play with the Cellspacing attribute of each of your tables. This defines how many pixels of space are between each table.
tenor_david is offline   Reply With Quote
Old 06-26-2003, 08:43 AM   #4 (permalink)
Registered User
 
fufiter9246's Avatar
 
Join Date: May 2003
Location: Pittsburgh, PA
Posts: 177
fufiter9246 is on a distinguished road
Yah thanks for the tip! But how do I make a table on the far right of the screen? I was able to create the header, foot, left table, and middle table, but how Do I get those little tables on the far right???
__________________
OMG, i just watched it. if only i could marry software!
fufiter9246 is offline   Reply With Quote
Old 06-26-2003, 08:45 AM   #5 (permalink)
Registered User
 
Droppyale's Avatar
 
Join Date: Dec 2002
Location: -----------
Posts: 1,798
Droppyale is on a distinguished road
Send a message via AIM to Droppyale Send a message via Yahoo to Droppyale
go here www.oswd.org

many free website layouts.

open one in dreamweaver and see how they did it
Droppyale is offline   Reply With Quote
Old 06-26-2003, 09:11 AM   #6 (permalink)
Registered User
 
fufiter9246's Avatar
 
Join Date: May 2003
Location: Pittsburgh, PA
Posts: 177
fufiter9246 is on a distinguished road
not too shabby, i think you took the cake Droppyale
__________________
OMG, i just watched it. if only i could marry software!
fufiter9246 is offline   Reply With Quote
Old 06-26-2003, 09:16 AM   #7 (permalink)
Registered User
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,527
crouse is on a distinguished road
Send a message via ICQ to crouse
This is the BASIC html to create the layout you posted.... of course it would need more content

HTH's

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
  <TITLE>Table Test Page</TITLE>
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">

<!-- Single ROW TABLE -->
<TABLE BORDER="1" WIDTH="100%">
  <TR>
    <TD>
    <!--R1C1-->
Box1
    </TD>
  </TR>
</TABLE>


<TABLE BORDER="1" WIDTH="100%">
  <TR>
    <TD width=150> <!-- table in a table --><!-- Fixed cell width 150 pixels-->
    <!--R1C1-->

<TABLE BORDER="1" WIDTH="100%">
  <TR>
    <TD>
    <!--R1C1-->
BOX--A
    </TD>
  </TR>
  <TR>
    <TD>
    <!--R2C1-->
BOX--B
    </TD>
  </TR>
</TABLE>



    </TD>
    <TD><!-- EXPANDING cell width -->
    <!--R1C2-->
Box3
    </TD>
    <TD width=150><!-- Fixed cell width 150 pixels-->
    <!--R1C3-->
Box4
    </TD>
  </TR>
</TABLE>






</BODY>
</HTML>
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
crouse is offline   Reply With Quote
Old 06-26-2003, 09:21 AM   #8 (permalink)
Registered User
 
fufiter9246's Avatar
 
Join Date: May 2003
Location: Pittsburgh, PA
Posts: 177
fufiter9246 is on a distinguished road
I think I'm in love

offtopic, how come my signature doesn't show up?
__________________
OMG, i just watched it. if only i could marry software!
fufiter9246 is offline   Reply With Quote
Old 06-26-2003, 09:48 AM   #9 (permalink)
Registered User
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,527
crouse is on a distinguished road
Send a message via ICQ to crouse
Sigs are disabled on Techimo..... saves reading through all of them to get to the content No one should have sigs on Techimo.
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
crouse is offline   Reply With Quote
Old 06-26-2003, 11:38 AM   #10 (permalink)
Registered User
 
Droppyale's Avatar
 
Join Date: Dec 2002
Location: -----------
Posts: 1,798
Droppyale is on a distinguished road
Send a message via AIM to Droppyale Send a message via Yahoo to Droppyale
Quote:
Originally posted by fufiter9246
not too shabby, i think you took the cake Droppyale


Hope that helped.
Droppyale is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 04:19 AM.