HighDots Forums  

Floating Heading Text.

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Floating Heading Text. in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ollep
 
Posts: n/a

Default Floating Heading Text. - 07-10-2008 , 06:53 AM






Hi Guys
I?m putting together a small but urgent site over the weekend, see this
temporary parking place: www.ollepersson.com

I have cheated at the moment, by putting the heading text straight into the
heading image.
This must be bad policy both for SEO and linking.

QUESTION:
How do I make these text pieces ?floating?, or in any other way positional
exactly where I want them?

Do I need to make the Header Image a Background item to make it work?


Thanks for any help you have?.


Olle..
olle (AT) goldcoastwebwiz (DOT) com



Reply With Quote
  #2  
Old   
Osgood
 
Posts: n/a

Default Re: Floating Heading Text. - 07-10-2008 , 07:12 AM






Ollep wrote:
Quote:
Hi Guys
I?m putting together a small but urgent site over the weekend, see this
temporary parking place: www.ollepersson.com

I have cheated at the moment, by putting the heading text straight into the
heading image.
This must be bad policy both for SEO and linking.

QUESTION:
How do I make these text pieces ?floating?, or in any other way positional
exactly where I want them?

Do I need to make the Header Image a Background item to make it work?
Type out the text directly after the opening h1 tag, wrap it in a <span>
tag then position the <span> tag with css off-screen

#header span {
position: absolute;
left: -1000px;
}</style>

<div id="header">
<h1><span>Q1 Accommodation Surfers Paradise - Dream - Enjoy -
Rejuvenate</span><img src="images/033Q1Logo.jpg" alt="Surfers Paradise
Logo" width="770" height="320" />
<!-- end #header -->
</h1>
</div>


You can leave the 'image text' in the image itself as the spider will
read whats between the span tag.

You can just use the alt tag as you have done.......the spider will read
that as well.


Linking? what do you need linked, its a header isn't it?.......hummm


Reply With Quote
  #3  
Old   
Ollep
 
Posts: n/a

Default Re: Floating Heading Text. - 07-10-2008 , 03:58 PM



Thanks Osgood!

Yea, forget the Linking for now.

Chees

Olle...

Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.