|
Posted by harry.michaels on 08/29/06 16:51
Wombatwal wrote:
> Thanks Andrew.
> I have not got my head around the basics of CSS as yet.
> I still cannot work out how to code my external style sheet to put this
> image on every page.
> Ed asked if I was using it as a header, footer, link etc, I do not really
> know.
> Maybe a link, but I do know I need the image on every page.
> It has me stumped, I have a book on HTML and style sheets plus I am looking
> on the internet, I am lost.
As far as I can tell you would have to assign an ID to a tag (such as
<h1>) and then define that ID as an image (with the local URL). All in
all, it's a lot easier just inserting the standard <img> tag, as the
long-winded CSS method would also require entering a tag on each page
to call up the image based on the stylesheet's configuration. No work
saved, except maybe a few keystrokes.
Harry Michaels
Navigation:
[Reply to this message]
|