This is a discussion on "Layout and template problems" within the Web Page Design section. This forum, and the thread "Layout and template problems are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Layout and template problems
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Layout and template problems
Hi there,
I have a html layout question… The most annoying and definitely most time consuming thing I have encountered in trying to learn web design is getting the layout right… I have in my site a template which has a title at the top and links down each side… the middle is then an editable region. Trouble is if the page has a lot in its editable region it pushes the side links down the page and I would like them to saty at the top – no matter how long the pages goes down. Please see http://www.tridentfc.com/News.php ***Edited By Minute44 - there was a dot missing from the link.*** I would really appreciate an answer for setting this out easily – it so fiddly! Thanks in advance Brian Last edited by minute44; Sep 1st, 2006 at 13:08. |
|
|
|
||||
|
Re: Layout and template problems
Hi mate,
Basically your seeing a combination of problems resulting from the use of a tables based layout. Tables for layout are an out-of-date method of presenting a page. The modern way to go about making this page would be to use XHTML with a CSS controlled layout. This means that you no longer need to use table cells to hold portions of your layout. Instead you use <div> tags and use the CSS to tell those <div> tags where to go and what to look like. The liquid, 3 column layout in XHTML and CSS is commonly referred to as the holy grail. This is because it has been notoriously difficult to get right in the past. However, there are a couple of sites out there that show you examples of working 3 column layouts and you are allowed to use their markup. One such site is the Float Tutorial. What you ought t do is remake this page using XHTML and CSS and not only will this overcome your problems with the layout but will make the site more standards compliant and a heck of a lot easier to manage/update. If you have any further questions please keep in touch. I'll try and help however I can.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
|||
|
Re: Layout and template problems
You could also download this little tutorial package I put together a while back. It has full instructions in pdf format, the template files and css. What more could you want? Have a play and to paraphrase a well known add - see what you can do! http://1ontheweb.net/downloads/Templates.zip |
|
|||
|
Re: Layout and template problems
Hi Guys,
Thanks very much for your posts! I am aware of css style sheets and have briefly used them but am yet to get the full use out of them or get the most out of them. Xhtml is also something I need to look into. I really need to master them as it will clearly save me time and pain in the long run! Wow the package sounds great I will get on the case immediately and download it now. Maybe you can help me if I get stuck! Thanks once again Brian |
![]() |
| Tags |
| layout, template, problems |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FF and IE Layout problems | cododonnell | Web Page Design | 9 | Nov 2nd, 2007 22:03 |
| Problems using a Dreamweaver Template... | berkshirebowman | Web Page Design | 0 | Jul 16th, 2007 12:13 |
| CSS problems with zen template | jonbcheshire | Web Page Design | 9 | Feb 23rd, 2007 08:07 |
| problems with layout in dreamweaver 8 CSS | andyseaton2003 | Web Page Design | 4 | Oct 2nd, 2006 17:58 |
| Problems with IE6 Layout | tiger | Web Page Design | 2 | Oct 14th, 2005 21:22 |