|
Posted by dorayme on 03/25/07 20:19
In article <ONfNh.17183$2F5.1266@newsfe5-win.ntli.net>,
"Paul Martin" <ricketrescue@yahoo.com> wrote:
> I would be gratefull if someone could help me adjust some code as I don't
> know enough about HTML. I'll confess that I use FrontPage
....
> The two items i want to change are: -
>
> 1. reduce the distant between the title line, 0N30 FLEXI TRACK, and the
> first line of stock in this case, "0n30 Code 100 Flex Track per yard
> <b>Price: £4.50</b>"
> 2. reduce the size or the button that appears at the bottom with the text
> ORDER NOW in it.
>
> I dont understand what it controlling these aspects of the display so dont
> know what to try changing.
>
> ------------------------------------------------------------------------------
> -----------
>
>
> <!--webbot bot="HTMLMarkup" startspan --><html>
> <head>
> <title>Example 5</title>
> </head>
>
> <body>
>
> <h3><b><font face="Arial,Helvetica,adobe-helvetica,Arial Narrow"
You would increase your chances of getting help if you posted a
url instead of so much code here. You should also test with free
html and css validation services first. That way, you can see
what to ask better and folk can see the page and maybe even help
with more strategic things. The code you list is unsatisfactory
in some fundamental ways, and even has specific mistakes.
But re your actual questions, you can control the space above and
below a heading by adjusting the default margin on it. If you
must have inline styles, look at <h3 style="margin: 0" ...
As for the smaller text question, the style there is eg. <input
style="font-size: 10%;"...
--
dorayme
[Back to original message]
|