How Do I Have A Custom Image for AHorizontal Line?

S

Sarah K

Hey Everyone,

As I'm currently designing my first full template, I've been trying for ages
to have a image for the horizontal line. I know it must be possible, as my
old template I'd bought had one. However, I can't seem to find an option when
in the customize theme mode.

I don't have an option for the horizontal rule or a seperator in the drop
down menu. Using Frontpage 2003.

I would really really appreciate any help on how to do this. I've tried all
the options I can find and it's driving me mad!

Sarah
 
R

Ronx

The horizontal rule is not available in themes in FrontPage 2003.
If you need an image for the Horizontal rule, then use an image where
required. Drag the image into the page from the file/folder list on the
left.
 
D

Dan L

An alternative to Ronx's suggestion of using an image is to format your
horizontal rule using in-line CSS. In code view you place the <hr> where you
want it and then style the color, height, width, etc with CSS. An example
would be:
<hr style="color: red; height: 2px; width: 80%;">
 
S

Sarah K

Ohhh. The templates that have it must be created with the older version,
then? Because my last template I was using a few weeks age had one in their
theme. Thusly, I assumed I was somehow blind. *lol* A bit disappointing,
though, as I had plans to add it into themes I'm creating for others.

Thank you!

Sarah
 
S

Sarah K

Thanks for the tip. :)

Dan L said:
An alternative to Ronx's suggestion of using an image is to format your
horizontal rule using in-line CSS. In code view you place the <hr> where you
want it and then style the color, height, width, etc with CSS. An example
would be:
<hr style="color: red; height: 2px; width: 80%;">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top