This is a discussion on "Big Breaks" within the Web Page Design section. This forum, and the thread "Big Breaks are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Big Breaks
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Big Breaks
On the fourcp website i made there is a couple of big breaks going on under the header in IE6. Can anyone tell me what is wrong?
one of the pages that does it is http://www.fourcp.co.uk/print.html cheers Last edited by jtyoungs; Nov 21st, 2007 at 12:42. Reason: wrong link |
|
|
|
||||
|
Re: Big Breaks
I'm getting a 404?
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
|||
|
Re: Big Breaks
sorry was using the links from the last website i had written down. Should work fine now.
|
|
||||
|
Re: Big Breaks
Your heading is wrapped in a H2 tag (why, I don't know as you are using an image and no text) and then you have three breaks.
Could this be something to do with it?
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
|||
|
Re: Big Breaks
karinne seems more likely. will have to change layout then
I always wrap them in h tags so the alt shows in that format. for screen readers and if image goes a missing Thanks all! |
|
|||
|
Re: Big Breaks
H tags are only for headers. Using them to "host" content is not a good idea since it's actually invalid
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Big Breaks
it validated for me
|
|
||||
|
Re: Big Breaks
Quote:
If you set the logo as the background image in css then why are you again wrapping that in header tags? to me that sounds like you are doing something like the following (simplified): <h1><h2></h2></h1> That sort of nesting is a mis-use of structural markup. You should only nest H3 inside of H2. However, your logo, the most important (and therefore H1), should not be nested in this way.
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Last edited by welshstew; Dec 7th, 2007 at 10:00. |
|
||||
|
Re: Big Breaks
I take it you don't realize that the H tags are heavily relied upon by search engines?
|
|
||||
|
Re: Big Breaks
An ideal solution to graphic replacement for headings is to use
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
||||
|
Re: Big Breaks
Quote:
For which you could use the Gilder / Levin Method of image replacement: http://www.mezzoblue.com/tests/revis...e-replacement/ http://wellstyled.com/files/css-repl...example02.html http://wellstyled.com/css-replace-text-by-image.html You get some extra markup, but it will work with screen readers and fix the above scenario.
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Seeing Line Breaks? | Jack Franklin | PHP Forum | 2 | Feb 24th, 2008 20:55 |
| Line breaks | alexgeek | Other Programming Languages | 1 | Nov 1st, 2007 01:51 |
| My navigation breaks my wrapper. | tigerslicer | Web Page Design | 6 | Sep 10th, 2007 10:58 |
| eref, textarea, line breaks | ppgpilot | PHP Forum | 2 | Jan 20th, 2007 18:13 |
| Css pages and page breaks | bjorkli | Web Page Design | 0 | Aug 12th, 2005 13:29 |