Logos

I

Isi

I would like to have a small logo appear in the same position on every page
of my web site. Can this be done with a style sheet? I'd like to know how
to do this in two ways:

1) with a graphic
2) with text

Is this doable?

Thanks in advnace,
Isi
 
D

Dark Angel

I would like to have a small logo appear in the same position on every page
of my web site. Can this be done with a style sheet? I'd like to know how
to do this in two ways:

1) with a graphic
2) with text

Is this doable?

Thanks in advnace,
Isi
For my site I use tables to align all my documents and image in a way
that it is the same in all the pages.
I use this one templat I've designed as my main design to work on for
all my pages.
U can see it at work at http://www.shrine2aeris.co.uk/main.html
I don't know if this is what your after.
But from what I've seen on the net, when there are sites offering free
templates.
There use this sort of layout with tables to get there site to look
like it should in all browser types.

Best Regards
Dark Angel

Please check out my site:
http://www.shrine2aeris.co.uk - My Site
http://forum.shrine2aeris.co.uk - My Forum

"Beauty is in the eye of the beholder, and it may be necessary from
time to
time to give a stupid or misinformed beholder a black eye."
- Miss Piggy
 
H

Hywel Jenkins

Yes - CSS.

For my site I use tables to align all my documents and image in a way
that it is the same in all the pages.
I use this one templat I've designed as my main design to work on for
all my pages.
U can see it at work at http://www.shrine2aeris.co.uk/main.html
I don't know if this is what your after.
But from what I've seen on the net, when there are sites offering free
templates.
There use this sort of layout with tables to get there site to look
like it should in all browser types.

So why does your site look different in IE and Firebird?
 
J

Jukka K. Korpela

Isi said:
I would like to have a small logo appear in the same position on every
page of my web site. Can this be done with a style sheet?

You can use a style sheet to suggest that a background image appear on the
page, in a specific position.

If the logo is essential, I wouldn't rely on that.
I'd like to
know how to do this in two ways:

1) with a graphic
2) with text

<img title="ACME logo" alt="ACME" src="logo.gif"
class="logo" width="..." height="...">

with a suitable style sheet, e.g.

..logo { font-size: 120%;
color: #06f;
background: white;
font-family: Haettenschweiler, sans-serif; }

When the logo image is not displayed, for some reason, the style sheet may
affect the rendering of the alt text in a manner that makes it closer to the
desired appearance of the logo. The potential drawback is that the alt text
would then need to be identical to the text of the logo as such, instead of
something that might be more useful in speech browsing, such as alt="" or
alt="This is an ACME page.", cf. to the "logo controversy",
http://www.cs.tut.fi/~jkorpela/html/alt.html#logo
 
D

Dark Angel

So why does your site look different in IE and Firebird?
Somthing to do with the defult fornt size with mozila browser and ie.
That and somthing to do with the div tags place ment.

But after I've finished with adding all the links and info on the site
I am planing on updating it for more comptablity.
Just need to find a site that lets me view the site in all the
diffrent browsers old and new.

Best Regards.
Dark Angel

Please check out my site:
http://www.shrine2aeris.co.uk - My Site
http://forum.shrine2aeris.co.uk - My Forum

"Beauty is in the eye of the beholder, and it may be necessary from
time to
time to give a stupid or misinformed beholder a black eye."
- Miss Piggy
 

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top