Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Title image

Reply
Thread Tools

Title image

 
 
Dado
Guest
Posts: n/a
 
      06-27-2005
Hi,

How do you put an image beside page title?? You know - the small logo or
some image where <title> tag is displayed?

Thanks.


 
Reply With Quote
 
 
 
 
Adrienne
Guest
Posts: n/a
 
      06-27-2005
Gazing into my crystal ball I observed "Dado" <> writing in
news:d9phgf$s3g$:

> Hi,
>
> How do you put an image beside page title?? You know - the small logo or
> some image where <title> tag is displayed?
>
> Thanks.
>
>
>


Google for favicon

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      06-27-2005
Dado wrote:

> How do you put an image beside page title?? You know - the small logo or
> some image where <title> tag is displayed?


http://www.allmyfaqs.com/faq.pl?Litt...e_location_bar

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
Edwin van der Vaart
Guest
Posts: n/a
 
      06-27-2005
Dado wrote:
> Hi,
>
> How do you put an image beside page title?? You know - the small logo or
> some image where <title> tag is displayed?

E.g.
In the style sheet
#title {
background: url(image.png) no-repeat right;
margin: 0px 0px 10px 0px; /* pehapse you don't need this. */
text-align: center;
width: 100%;}

In html file
<div id="title">
<h1>title</h1>
</div>
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction
 
Reply With Quote
 
Roy Schestowitz
Guest
Posts: n/a
 
      06-28-2005
Dado wrote:

> Hi,
>
> How do you put an image beside page title?? You know - the small logo or
> some image where <title> tag is displayed?
>
> Thanks.


http://schestowitz.com/Weblog/archiv...ng-faviconico/

*grin*

A tool I discovered more recently seems to work very well:

http://www.html-kit.com/favicon/test/

Hope it helps,

Roy
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I'm looking for html cleaner. Example : convert <h1><span><font>my title</font></span></h1> => <h1>my title</h1>… Stéphane Klein Python 2 03-30-2010 12:35 AM
Friendly Urls with page title in (eg. page-title.aspx) anthonykallay@googlemail.com ASP .Net 1 04-24-2007 08:25 AM
How 2 place page title into window title using sitemap in master page? bednar.tomas@gmail.com ASP .Net 0 11-30-2006 03:17 PM
Does anyone know the title of the first ever DVD title released? (UK/US) Mikey DVD Video 12 09-23-2006 07:14 PM
Fastest way to get a the string between <title> </title> Andreas Klemt ASP .Net 1 08-10-2003 01:58 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57