This is a discussion on "My First tabless page feed back please" within the Web Page Design section. This forum, and the thread "My First tabless page feed back please are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
My First tabless page feed back please
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
My First tabless page feed back please
Hey All, Below I have attached a link that goes to my first tabless page, could you please view it and tell me what you think. For some this probably is not an acheivement but for me who has always used tables to create my layouts this is an important step.
http://www.cheep-flights.com/ I hope to hear your comments regarding the layout! Wayne |
|
|
|
||||
|
Re: My First tabless page feed back please
Congrats!!!
A few things ... the use of "spacers" is very bad. You don't need them with CSS. Just increase the margin-top or margin-bottom properties of the element you are using. For example... I'll start with ... this whole chunk of code
|
|
|||
|
Re: My First tabless page feed back please
Thanks Karinne, I am glade that you have got back to me so quickly not just with the reply but because of teh amount of coding you have just saved me doing on each page.
Cheers Wayne |
|
||||
|
Re: My First tabless page feed back please
The major thing is to USE the elements that are given. Like the p element represents a paragraph ... which you have ... everywhere |
|
|||
|
Re: My First tabless page feed back please
Cheerz if you would like to re-evaluate the code I have taken your advise regarding the elements to use which clean up the code alot.
Thanks Again its most appreciated. Wayne |
|
||||
|
Re: My First tabless page feed back please
Ah yeah ... much better don't you think? Now when you look at your code, you know exactly what you are seeing
Well done! Now ... change that Transitional doctype to Strict and you'll be flying |
|
|||
|
Re: My First tabless page feed back please
Yea it is much better and easier to read the code which will help for when I have to edit the page. Thanks again your help is much appreciated.
Wayne |
|
|||
|
Re: My First tabless page feed back please
Here's a little challenge for you:
Go through your code line by line and see what you can get rid of, or move to the css. There are still one or two nbsp and I noticed a paragraph element with an nbsp inside it. All those presentational effects can be done form the css. The challenge is getting them to work. Have a go and if you get stuck, just ask. Most of those things are simple but the line break in the middle of your header shouldn't really be there. See if you work out a solutio that doesn't use a br (you will need a span or a div though). Well done for making the switch, I happen to think it is a massive deal. Pete. |
|
|||
|
Re: My First tabless page feed back please
Thanks Pete, as for what you are saying would something like this work <span style="margin: sizepx"></span>?
Wayne |
|
||||
|
Re: My First tabless page feed back please
If you are using two elements like a h1 followed by a h2 you can do the following:
h1+h2 { margin-top: sizepx/sizeem/size%; } obviously only use one of the attributes, px em or % This will style any h2 that directly follows a h1 with the style you write in the brackets. You can do the same with paragraphs. So space paragraphs using p+p. Enjoy! |
|
|||
|
Re: My First tabless page feed back please
On the design overall (coding issues being addressed) it is text intensive for the homepage. And your current layout reflects a history of using tables. I feel it would look better if you could break up the text paragraphs with the odd image or two. People do get fed up having to read swathes of text. A picture paints a thousand words.
Secondly, the word Cheep - synonymous with birds (and ergo cheap flight) - could be used as a graphic theme. I'm sure some here will give you some ideas. But, congratulations on moving forward and dumping tables where unwarranted. Quite liberating, isn't it! |
![]() |
| Tags |
| tabless layout |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Feed back on my flash menu | etoxin | Flash & Multimedia Forum | 13 | Jan 16th, 2008 12:15 |
| Linking an outside page back to previous framed page | MJustison | Starting Out | 1 | Oct 18th, 2007 17:49 |
| Running more that one RSS feed on a page | Funky Buddha | Other Programming Languages | 8 | Jul 24th, 2007 14:37 |
| How To Create A Feed Back Form In Flash | setty | Flash & Multimedia Forum | 8 | Aug 31st, 2006 14:24 |