Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Graphics Forum


You are currently viewing our Graphics Forum as a guest. Please register to participate.
Login



Reply
Anyone interested in helping me real quick?
Old 11-14-2008, 11:20 PM Anyone interested in helping me real quick?
Banned

Posts: 74
Trades: 0
Guys, first let me say I would really appreciate any help I can get. I am trying to design my own website and I know almost NOTHING about web design. I have some Lynda videos but still slow learner.

Im using Dreamweaver CS4 on a Mac if that helps at all. I know basically no code. Im trying to do everything in "design" mode.

Im using Illustrator and Corel Draw to create my images, and basically at this point I am just creating tables and inserting the images I created.

So far, what Iv done appears to be working. Not sure if its best way to do or not, but its working. But, Im having a HARD time doing text. The only way I could find to do it is turn on grid and then insert AP DIV and litterally drag it where I want it. But problem is, its not always aligning correctly when I preview in browser. So I know there has to be a better way....

again, Id appreciate any help I can get... Thanks

here is my site:

www.awardsandbeyond.com
iScott79 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-15-2008, 04:09 PM Re: Anyone interested in helping me real quick?
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 8,936
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
First, let me say that from a graphics perspective you do very good work. You're probably like me a couple years back, quite well versed in print graphics and wanting to add web design to that list of skills. I have good news and bad news. The bad news is that trying to do this in Dreamweaver without knowing any code is going to leave you pretty frustrated. The good news is that with a graphics background, learning CSS especially is easy, because it just makes sense.

The reason it's so hard to get things positioned where you want is that DW uses the CSS selector/property position:absloute; for EVERYTHING. It's about the equivalent of shoving a thumb tack in something, then dragging it where you want and shoving in another thumb tack. It also puts everything in table cells, but if a new user doesn't know anything about tables (which using for layout now is outdated anyway) he'll usually end up with a mess.

As you have it now, in the divs you have text in (normally those would go in <p> elements, and the product list in an unordered list, but you'll learn about this) you can change it to <div class="classname"> (substitute whatever name you like) and in the CSS you would put style rules postioning the text with .classname as the class. There is a better way to do it, but it will require you to learn some code. Even to do it this way, which I'd say is the hard way, you'll still have to learn some code.

Check out http://www.w3schools.com. Check out their free HTML and CSS tutorials. Keep using Dreamweaver, but don't rely on its design mode.

I really wish I could give you a short answer to this, but did I mention that for the questions that I'm sure you'll have along the way, you can feel free to ask them here?

tim
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Reply     « Reply to Anyone interested in helping me real quick?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10757 seconds with 12 queries