Web Design is the creative skin of the internet. Without webmasters or designers the internet would be about as fascinating as Windows 3.1 or even DOS. Luckily for the last decade, starting with the Netscape folks, we've had web browsers and standards by which to code and design graphically appealing websites. In turn, the code that's driven these website has also jumped leaps and bounds. In the end, we've been able to make the web really amazing.
This AnA section is meant to allow visitors and members to ask questions about web design from a professional webmaster. Questions pertaining to CSS, Graphics, xHTML, HTML, coding languages, browser compatibility (or lack there of), and website applications (including those used to create pages) are more than welcome.
We also welcome your questions on topics like Google Adsense, Analytics, or Adwords. eCommerce and online marketing questions are encouraged as well.
Click on the "In-Depth" tab to see the experience our lead webmaster has in fielding your questions. We hope if you have something to contribute that you'll also pitch in with your advice and/or experience.
EE by default comes without any styling or templates. Only the gallery has a default set of templates. But what they currently call the "weblog" module (the core of the system; which will get a new name in v2.0) is dependent on you for design. The way I use the weblog module here on PRO News is vastly different than how I use it at Hawaii-Guide.com. It's a amazing module. As noted, the "weblog" name is slightly confusing and dates to the original roots of what is now Expression Engine. It's far more than just a blog, and I suspect that's why they will change the name in version 2 (due out later this year we hope).
News is not a specific module... it was designed using various features available in the weblog module and with custom fields/categories I created. Under the hood, the entire PRO EE system is based on the same type of weblog set up; including the News, Blogs, Guides, AnA, and Film Analysis area.
The current build of EE is 1.6.2 and we're running that. It was released give-or-take a month ago and was a minor update to the previous build.
Hope that helps.
-John
I'm HACHEMK at the forums haha.
Congrats on your new EE Site!
I have a question though, do the tabs at the top (Popular Forums, News and Headlines. etc...) come builtin or do you create them. Also, in the News and Headlines section, are you using a specific module for news. One last thing, which version of EE is this?
If you mean floating as in you've floated an element left or right, you'll need to put that floated element inside a non-floating element to position it. You can then use absolute positioning in CSS to move that div container around on the page. You master div container is a good idea mainly bc of how various browsers will parse your floated element.
margin: 0 auto will center any item horizontally on the page that's not a floated element. As for vertical alignment, I'd probably need to see an example to be able to help there. Typically only images and text are centered vertically on a page.
Hope that helps and let me know if you have any other questions.
If I've designed a basic floating web page design in Photoshop (800 x 600) and want to publish it in Dreamweaver, using CSS, what's the best way to centralise the page vertically AND horizontally?
Thanks very much for any light you can shed.
Lyden