|
Posted by dorayme on 09/27/22 11:52
In article <40o3b2tm49l25i5e31l4ud6lgie4rke8u0@4ax.com>,
mouse@house.spam wrote:
> >Styling in the CSS. Pick your own colors:
> >http://k75s.home.att.net/style/shag.css
>
> It's strange because while blockquote works on your webpage, when I
> try to code an elementary example it doesn't work for me, it indents
> but there is no border. Does the;
>
> <style type="text/css">
> cite {margin: 0 3em; padding-top: 0; }
> h2 { margin-top: 1.5em; }
> p, ol, ul, blockquote { max-width: 40em; font-family: "Trebuchet MS",
> sans-serif; }
> </style>
>
> at the beginning of the file have anything to do with your blockquotes
> having borders? As you can see I'm a bit of an html newbie.
>
If you want borders you need to add
border: 1px red solid;
in the list you can see above for the blockquote
--
dorayme
[Back to original message]
|