Good to hear. Thanks.
--
E. Michael Brandt
www.divahtml.com
www.divahtml.com/products/scripts_dreamweaver_extensions.php
Standards-compliant scripts and Dreamweaver Extensions
www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia
--
Norman Fournier wrote:
> H
On 20-Oct-2009, at 12:10 PM, David Laakso wrote:
> Rahul Gonsalves wrote:
>> I have some issues with IE6, on two pages of this website:
>>
>> Home page: http://uncrpdindia.org/
>
>
> I could not cope with even looking at the inside page at 2:40a.
:).
> Try this stuff for the index.
>
> body#inde
On Tuesday 20 October 2009 00:43:40 Rahul Gonsalves wrote:
> Hi All,
>
> Many thanks to David Laakso, who managed to help sort out the jumping
> content bug that I posted about on the weekend.
>
> I have some issues with IE6, on two pages of this website:
On opera in the top right corner there is
Rahul Gonsalves wrote:
> I have some issues with IE6, on two pages of this website:
>
> Home page: http://uncrpdindia.org/
> Inside Page: http://uncrpdindia.org/about/text/
>
> Apologies, but the webpage is password protected. Use the folowing to
> log in:
>
> User: ncpedp
> Pass: 11092009
>
> Th
The p tag should only be used for styling text.
For a block of images, try using an unordered list within a div, using
css to style all the tags:
..
caption
caption
Using H tags automatically puts the caption on another line.
Val
2009/10/20 :
> Apparently, I cannot have ... tags within.
This might help:
http://divahtml.com/articles-tutorials/image_gallery/thumbnails_and_captions.php
--
E. Michael Brandt
www.divahtml.com
www.divahtml.com/products/scripts_dreamweaver_extensions.php
Standards-compliant scripts and Dreamweaver Extensions
www.valleywebdesigns.com/vwd_Vdw.asp
JustS
Apparently, I cannot have ... tags within... tags, as in
second batch, part 1
Dom
Rich and Brendan
How then, can I keep the captions together with the photos?
Bruce
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-di
G. Sørtun wrote:
> Wade Smart wrote:
>> My friend called about her web site having an issue.
>> She said a button has dropped.
>>
>> http://www.bartlesvillehomefinder.net/
>
> Zero out default margins and paddings on the ul...
>
> ul {padding: 0; margin: 0;}
>
>
> regards
> Georg
Thanks