|
Posted by simonkey88 on 02/13/07 21:07
On Feb 13, 3:17 pm, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
> simonke...@hotmail.com wrote:
> > On Feb 13, 2:03 pm, "J.O. Aho" <u...@example.net> wrote:
> >> simonke...@hotmail.com wrote:
> >>> On Feb 13, 9:59 am, "Jonathan N. Little" <lws4...@centralva.net>
> >>>> Not according to the stylesheet for Active.com, they are not styling IMG
> >>>> at all. How about a URL to the actual page your are struggling with and
> >>>> we can see what is going on specifically with that page.
> >>>> BTW: IMGs are inline elements by default there is no attribute
> >>>> 'align="center"' for IMGs.
> >>> Well I seem to be getting closer to my goal. You can see the page at:
> >>> http://www.active.com/donate/tntnyc/dhuggard/
> >> Nothing there, just a message that it's not there.
>
> >> --
>
> >> //Aho
>
> > Sorry, it seems that the site is taken offline while I'm in the edit
> > function of the template. Please try now:
>
> >http://www.active.com/donate/tntnyc/dhuggard
>
> What is bad to me is in their stylesheet:
>
> #content {
> text-align:left;
> font-size:14px;
> width:570px;
> align:left;
> border:1px solid #666666;
> float:left;
> margin:8px 4px 8px 2px;
>
> }
>
> sizing in pixels instead of em's and worst that your are stuffed into a
> "width:570px;" narrow box!
>
> Try adding to your stylesheet:
>
> #content {
> width: auto !important;
>
> }
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com- Hide quoted text -
>
> - Show quoted text -
Eurka! My coding is probably horrendous, but I got sort of what I
wanted to appear in IE, with the following:
<IMG STYLE="float:left; WIDTH:400px; HEIGHT:300px"
SRC="MY_IMAGE.jpg"><br clear=all>
<p style="font-size: 10px; font-family: Arial, sans-serif; color:
#000000">TITLE OF MY IMAGE</p>
-daniel
[Back to original message]
|