Results 1 to 8 of 8

Thread: Newbie Needs Help

  1. #1
    Junior Registered
    Join Date
    May 2007
    Posts
    3

    Newbie Needs Help

    Hi. I'm in the process of learning MS Publisher 2003 and Dreamweaver MX. Dreamweaver confuses me, but seems better than Publisher. I'm more familiar with Publisher though and it seems easier when making a basic website. Here's my question: Is there a way to make the pages align in the center when using Publisher? When I go to "Web Page Preview" the page is left justified and I hate that. I prefer the look of sites created using Dreamweaver (where it looks like a page sitting centered on a background). Any suggestions would be greatly appreciated. Thanks.

  2. #2
    Hi - Welcome to the site!

    As far as using Publisher, I would scrap it. Publisher might seem easy to a new web design, but in it's easiness it will create problems later when you get more experienced with writing code. Dreamweaver is the same way, although it can be good when using code view. Most people though when using Dreamweaver don't use it for the code view, but for the design view, and when in design view it's kinda similar to using FrontPage (although not near as bad). I used to use Dreamweaver MX when I first started out and all I found out was that it caused more problems than it's worth in that I never could get my sites to look right across different browsers. I think you'll find (like most) that the more experience you get, the more you prefer to hand code everything in an editor such as EditPlus or similar.

  3. #3
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    here would be the basic code. For the CSS mavens out there... I know....

    <body background = "imageurl.gif"> or <body bgcolor = "red">
    <div align = "center">
    blah
    blah blah
    page content here
    </div>
    </body>
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  4. #4
    Is Still Alive! Johnny Gulag's Avatar
    Join Date
    Feb 2006
    Location
    North Texas
    Posts
    242
    Hello

    If you are into the .css way of doing it, it could be done like so:
    Code:
    <body style="background: red url(imageurl.gif") top left no-repeat;">
    <div style="width: 750px; margin: 0 auto;">
    blah
    blah blah
    page content here
    </div>
    </body>
    Though you would really want to avoid using inline styles as I have above and move them to an external stylesheet.

    Also, I agree with Deron. There is nothing wrong with DW (once you know what is going on) I personally do not use it, as it just seems like way too much for editing some html/css.

    I am sure it offers great features and someone that is familiar with these features can speed up their work flow alot.

    The best bet is to learn what HTML is and does and then code it by hand.

    Just my 2 cents.

    Quote Originally Posted by Chris View Post
    here would be the basic code. For the CSS mavens out there... I know....

    <body background = "imageurl.gif"> or <body bgcolor = "red">
    <div align = "center">
    blah
    blah blah
    page content here
    </div>
    </body>

  5. #5
    Sorry I got wrapped up in what I was writing about Publisher and DW and didn't give you the code you requested. Ben did give you the code however!

  6. #6
    Junior Registered
    Join Date
    May 2007
    Posts
    3
    Thanks for all your help Deron, Chris and Johnny. I thought this would be a simple process, but after reading your replies and talking with some people I know, I realize that I have an awful lot to learn. I'll probably get back to you in about five years when I figure out what I'm doing.

  7. #7
    Quote Originally Posted by kitkat View Post
    Thanks for all your help Deron, Chris and Johnny. I thought this would be a simple process, but after reading your replies and talking with some people I know, I realize that I have an awful lot to learn. I'll probably get back to you in about five years when I figure out what I'm doing.
    Just take it one step at a time. With designing and coding for the web, you can't run before you can walk. I was in the same boat as you a couple years ago, and although I'm still not an expert, I'm light years beyond where I started. It will take time and hard work no doubt. With this type of stuff you never really stop learning or totally "figure it out" either. The web changes every second.

    A good place to start with HTML and CSS is www.w3schools.com. That will give you a very basic overview.

  8. #8
    Registered
    Join Date
    Apr 2007
    Posts
    12
    I suggest you to use Dreamweaver MX. If you have any trouble, just use the help feature. I have found that it is the easiest software to use for designing. I learned the basics from their help menu - and through try and error proces. It is very easy to use if you just learn the tools within it.
    Thanks,
    Shop and Save with FREE App My Shopping Genie Review | Make Money with My Shopping Genie Home Business

Similar Threads

  1. Rss Newbie
    By izwar in forum General Management Issues
    Replies: 3
    Last Post: 07-24-2006, 11:27 AM
  2. Hi! Newbie WebDev Hobbyist Here!
    By celinus in forum Introductions
    Replies: 2
    Last Post: 09-20-2005, 12:34 PM
  3. Questions about Google from Newbie
    By jaybird691 in forum Advertising & Affiliate Programs
    Replies: 3
    Last Post: 07-27-2005, 08:38 PM
  4. Tracking and Banners Newbie Q's
    By traderx in forum General Management Issues
    Replies: 5
    Last Post: 06-23-2004, 10:58 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •