![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
This time I've got a url! http://www.wmich.edu/ucm/testing/index_pos.htm 1) How can I make the lengths of the white sections (the main area and the link area on the right) the same length? Do I have to specify pixels or is there another way around that? |
#3
| |||
| |||
|
|
Susan wrote: This time I've got a url! http://www.wmich.edu/ucm/testing/index_pos.htm 1) How can I make the lengths of the white sections (the main area and the link area on the right) the same length? Do I have to specify pixels or is there another way around that? I can only see one white section. Screenshot: URL:http://www.jimdabell.com/screenshots/ucm-01.png That was in Firebird 0.6, but it was pretty much the same in Konqueror. There are a number of errors in your HTML, so the first step is to fix them: URL:http://validator.w3.org 2) In the main section: I'd like to make the text sit to the right of the icons, not flow around it. Put each paragraph into a <p> element and set the left margin on those <p elements. The left margin is necessary because floating elements will only affect the line boxes, not the element as a whole. I'd also like the description text to be smaller. If you are using Internet Explorer, you can change your settings under "Internet Settings", I believe. At the moment, the description text is using 100%; that is to say that it's using the font size you have configured your browser with. Lowering it any further may present problems to your visitors, but if you must, then simply set the font-size property on the <p> elements in that section. -- Jim Dabell |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Oof. That is pretty horrid. Let me try to upload that once more.... Susan "Jim Dabell" <jim-usenet (AT) jimdabell (DOT) com> wrote in message news:ONGdnTTD5td5HpOiXTWJjA (AT) giganews (DOT) com... Susan wrote: This time I've got a url! http://www.wmich.edu/ucm/testing/index_pos.htm 1) How can I make the lengths of the white sections (the main area and the link area on the right) the same length? Do I have to specify pixels or is there another way around that? I can only see one white section. Screenshot: URL:http://www.jimdabell.com/screenshots/ucm-01.png That was in Firebird 0.6, but it was pretty much the same in Konqueror. There are a number of errors in your HTML, so the first step is to fix them: URL:http://validator.w3.org 2) In the main section: I'd like to make the text sit to the right of the icons, not flow around it. Put each paragraph into a <p> element and set the left margin on those p elements. The left margin is necessary because floating elements will only affect the line boxes, not the element as a whole. I'd also like the description text to be smaller. If you are using Internet Explorer, you can change your settings under "Internet Settings", I believe. At the moment, the description text is using 100%; that is to say that it's using the font size you have configured your browser with. Lowering it any further may present problems to your visitors, but if you must, then simply set the font-size property on the <p> elements in that section. -- Jim Dabell |
![]() |
| Thread Tools | |
| Display Modes | |
| |