| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Aug 2005
Posts: 1
|
HTML news section help.
Hey everyone, I've posted at a few different places ont he web and gotten lackluster answers so hopefully you guys can help me out with this. I've created a design in Photoshop and sliced it up and exported it to dreamweaver(1.jpg). An example of what i need help with is when i add txt to the news section (2.jpg) it moves my tables all over the place. I need to know how to be able to set somehting up like this http://www.worldofwarcraft,com, where the items keep adding up and stretch the page out yet keeps the design cohesive and intact. What is the easiest way to accomplish this sort of effect? Any help that could point me int he right direction would be helpful. If there are any kind of plugins or anything that can help me with this id love to know about them as a im more of a deisgner then a coder. |
|
|
|
|
|
#2 (permalink) |
|
jorge regula
|
I'm afraid i can't help you with the tables moving around, but i can encourage you to go and learn xhtml/css. I've just realised it's wthe way to go. As to the news on that warcraft site, it's probably some sort backend application. Have a look at www.cutephp.com. |
|
|
|
#3 (permalink) |
|
dt immigrant
|
tables are shit... don't use them. they're evil... ok, that said, put a link here and we might be able to help. My guess is that you have some percentage widths combined with fixed sizes. Another solution would be just to copy world of warcraft code into your HTML editor, and look how they achieved that effect. But, please, please, please stop using tables |
|
|
|
#6 (permalink) |
|
Rough Creep Arse™
|
The question is where is the thin, blurry line between tabular data and layout purposes? That's what I'd like to know. I'm absolutely for css layouts and thats how I do things these days.. but it's a blurry line. What defines tabular data? Could a thumbnail gallery be defined as tabular data? |
|
|
|
#7 (permalink) |
|
dt immigrant
|
Tabular data: Month ----------------Revenue - jan ----------------- a quarter - feb ----------------- some chips - mar ----------------- experience Layout shit: - Logo.gif ----------------- Title - Navigation -------------- content - copy notice ------------- some links I think there's a thick line between the two. |
|
![]() |