Go Back   oOple.com Forums > General > The PlayGround

Reply
 
Thread Tools Display Modes
  #1  
Old 14-03-2011
ryan_93's Avatar
ryan_93 ryan_93 is offline
Senior Member
 
Join Date: Feb 2008
Location: Liverpool
Posts: 532
Default Anyone use dreamweaver

I am trying to make a website in adobe dreamweaver. I started making a template page using a table. Does anyone know how i can stop the table from resizing on each page when i add text/images as when i view the website in IE all of the pages are out of line and different sizes. Any advise would be much appreciated.

Cheers - Ryan
__________________
Reply With Quote
  #2  
Old 14-03-2011
Balders's Avatar
Balders Balders is offline
Senior Member
 
Join Date: Apr 2006
Location: Cardiff
Posts: 675
Send a message via MSN to Balders Send a message via Skype™ to Balders
Default

Have a browse through youtube, there are loads of really good tutorials on there on how to use dreamweaver..

here is one on tables..

http://www.youtube.com/watch?v=XeTDytfoh5I
__________________

Mike Baldwin - Caldicot
Reply With Quote
  #3  
Old 14-03-2011
Aran's Avatar
Aran Aran is offline
Senior Member
 
Join Date: Dec 2009
Location: Nottingham
Posts: 540
Default

Personally I wouldn't use tables, but if your looking for a website to set up check out Joomla in google.

Pretty easy to set up and you can create or use a template and even edit a template to your specific needs, just make sure you have a hosting server that support databases though. They are really up to edit too as it in done in a rich text way so its quite simple.

Lots of information on Joomlas website under documentation also check out on google.
__________________
M
BMAX 2 MR - SANWA MT-4 - DUALSKY ELECTRICS - SAVOX SERVO

www.aranwilcox.com
Reply With Quote
  #4  
Old 15-03-2011
MatJohnson MatJohnson is offline
Senior Member
 
Join Date: Jul 2009
Location: Buckley, N. Wales
Posts: 776
Default

Don't use tables, don't use dreamweaver. It adds so much extra guff that just isn't needed. Best bet would be to start with notepad and a browser rather than a click and drag IDE.

Use div's to layout your site and ul/li elements for things in it. Keep tables for tabular data, not layouts. Tables are also slow to load and a swine to crawl so try and avoid them.

Check out http://www.alistapart.com/ that has some good articles and you can achieve what you want using these
Reply With Quote
  #5  
Old 15-03-2011
blu blu is offline
Member
 
Join Date: Feb 2011
Location: Surrey, UK
Posts: 4
Default

I too would join in the advice that there are much better ways to design than using tables... I prefer using a CMS (like Joomla) but thats not a route suitable for all..

however to answer the issue you are seeing i believe comes from not defining table widths, or definining them as incorrect % widths instead of pixel values so they change based on the window size.

when you select the table in dreamweaver you should have width and height options in the paramaters box.. just make sure these are set to a pixel value or 100%/50% etc if u want tables to fill certain areas.

just a guess as i've not used DW in a while and u didn't really give much info... but I think that will be the problem, just try having a play with width settings and then previewing
__________________
Losi/Tekno 8T MMM/CC1520 | AE SC10 MMP 3600kv
My Trader Feedback
Reply With Quote
  #6  
Old 15-03-2011
dodgydiy's Avatar
dodgydiy dodgydiy is offline
Senior Member
 
Join Date: Sep 2008
Location: west wales
Posts: 744
Default

had that problem with tables in dreamweaver, was a while ago mind, i have avoided tables wherever possible since then, not that i use it much any more
Reply With Quote
  #7  
Old 15-03-2011
Jarvis Jarvis is offline
Member
 
Join Date: Jan 2011
Posts: 20
Default Dreamweaver help!

If you did want to carry on now that you have built your template then my advice is that you use nested tables. The easiest way to make sure that nothing shifts is insert a table that has a width value of 100%. Then take all your content that you have created and move it inside that table.
You may find it easier to start again seen as though you have a few teething probs.

In Dreamweaver you will find that even if you have set table widths to a fixed value, as soon as you put an image that is too wide inside a column it will push the value and mess up your layout.

Here is what I would do if I were you:

1. File New and create a standard HTML page
2. Insert a table that is 1 column and 1 row (a box)
3. Make the table width value 100%
4. Once you have created that table click inside it and insert another table with a fixed width (a common width is around 800px... forget about using % to size anything else, just use px values from now on!)
5. If you nave a banner then use this first table to house it.
6. Just carry on adding another 800px wide single rom table underneath building from top to bottom as you go.
7. If you want to add text and an image in one of these nested tables then use the 'split cells' option and for example add 3 columns, one for text, one as a spacer between text and image and one for the image. If your image is 350px wide you will need to set the width value on that cell to 350px, the spacer cell to 50px and the text cell to 400px this giving you a total width of 800px when the values are added together. I suspect that is why things are moving around for you.
8. When you are adding text to the page make sure you create a css style for each different text you use otherwise your browser will mess with your text layout aswell.

One thing i forgot to say and you may already know is that you create editable regions for the parts of the page that you are going to change on the pages of your site, this also means that anything that you did not specify an editable region for in your template will NOT shift when you create pages from it.

You have had a few bits of good advice on this so I hope you manage to sort it out, Dreamweaver makes a bad name for itself with people who dabble in it as it has so many little pitfalls that even the help files of tutorials won't help you with, just years of grinding away with it will get you there but trust me it is still industry standard for a reason, it is fantastic when you get to grips with it!

Try and find a tutorial on youtube by a guy who goes under the name of Tutvid.com. I learned so much from him in the early days. In future you want to be looking at another simple way of building called css layout which is far less prone to layout shifts and is much better for optimisation and actually being found by the search engines.

To be honest, although I am a web developer during my day job, it has been a long time since I worked with tables, they are a bit old hat but if they work for you they are reasonable simple to maintain and generate simple code.

I am not sure what level you are at with building so I may have given you lots of information on stuff you already knew so if I have then I am sorry.

I hope I have been of some help, get back to me if you need any more advice.

Best of luck!
Jarvis
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 05:21 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
oOple.com