Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-10-2004, 09:21 PM   #1 (permalink)
 
True Techie

Join Date: Feb 2004

Posts: 110

MinDFreeZ

Send a message via AIM to MinDFreeZ
Question Site Layout

Ok, I'm using Dreamweaver MX... Now I've heard tables are not the best way to layout your site. They say divs are better.. I dont know how to use that. Especially without dreamweaver. Anyways, I don't mind if my site is tables, but I was wondering if there's a mode of some kind in dreamweaver, where you can just put tables anywhere you want. I've seen it done everywhere, and especially templates. The reason I want to know is so I can use something I made in Photoshop (layout), and slice it to place into the tables. How is this done? If you need help understanding, I'll have a link to an example in a couple minutes.

EDIT: Example site; http://bit-tech.net/ ~save it, open in dreamweaver, you will see what I'm sayin. The tables are placed in crazy places.. how is this done?!?!?
MinDFreeZ is offline  
Old 02-11-2004, 05:43 PM   #2 (permalink)
Larry's Avatar
 

Join Date: May 2003

Posts: 1,803

Larry has disabled reputation

Default dreamweaver modes

Yes... DW does have a mode in which you can draw rectangles (div) and then "convert" those squares (div) into actual html table code.

I can't remember the exact name/location but it is there.

Let me know if you have other questions about DW. What version are you running?


Larry is offline  
Old 02-11-2004, 06:32 PM   #3 (permalink)
 
Monster Techie

Join Date: Jul 2003

Posts: 1,179

Emily is on a distinguished road

Send a message via AIM to Emily
Default

I've never used Dreamweaver so I can't answer your question, but from what I've heard and seen, tables are much better than div layers. If you nest tables then you can do pretty much anything with them, and they don't get messed up as much when changing browsers/resolutions/etc. On the other hand, I've seen tons of sites where div layers are overlapping or otherwise messed up.

Just my two cents.
__________________
<a href=\"http://www.upstark.com\">www.upstark.com</a>
Emily is offline  
Old 02-11-2004, 07:57 PM   #4 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default

You cant just randomly throw a table anywhere as such. You dont have the alignment restrictions with layers, but i still use tables. Dont forget, you can split a cell into rows and colums so that you can specify what goes where and how it aligns.
ADZ is offline  
Old 02-11-2004, 07:58 PM   #5 (permalink)
ADZ
 
Master Techie

Join Date: May 2003

Posts: 2,233

ADZ is on a distinguished road

Send a message via Yahoo to ADZ
Default

Code:
<table width="189" height="103" border="1" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="47" rowspan="2">A</td>
    <td width="136">B</td>
  </tr>
  <tr>
    <td>C</td>
  </tr>
  <tr> 
    <td>D</td>
    <td>E</td>
  </tr>
</table>

ADZ is offline  
Old 02-12-2004, 09:53 AM   #6 (permalink)
 
True Techie

Join Date: Feb 2004

Posts: 110

MinDFreeZ

Send a message via AIM to MinDFreeZ
Default

Well, 1 person got what I was talking about, but didn't remember what it's called.... I know its a (div) or layer.. somethin like that.. but whats the mode that makes it appear to be a table, with borders just anywhere? I don't want to use tables anymore, because that's how I've always done it.. over at tutorialforums.com they talk about it a lot in the web dev section.. check it out.. and if you find out what the mode is, let me know. Oh yea, I'm using Dreamweaver MX 2004 for that guy that wanted the version.
MinDFreeZ is offline  
Old 02-29-2004, 01:30 PM   #7 (permalink)
 
True Techie

Join Date: Feb 2004

Posts: 110

MinDFreeZ

Send a message via AIM to MinDFreeZ
Default

Ok I used a template that I found.. and it came with the psd for it, so I opened it in photoshop and edited it until I thought it was good enough, then I went to save for web (I could see the slices already there), and it worked... but I still have no idea how the dude that made it, got the html doument to do that... its just put wherever... crazy.. anyone know how?
MinDFreeZ is offline  
Old 03-10-2004, 03:29 PM   #8 (permalink)
 
True Techie

Join Date: Feb 2004

Posts: 110

MinDFreeZ

Send a message via AIM to MinDFreeZ
Default

Nevermind I got it finally.... I just used photoshop to make my layout, then went to save for web... after slicing it .. then it worked... and i just edit wherever i need
MinDFreeZ is offline  
 
Closed Thread

« IP Address | php? »
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