The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Head/Body in HTML Pages?

4 posters

Go down

Solved Head/Body in HTML Pages?

Post by TR December 31st 2009, 5:56 pm

I asked for a good rollover script, and I was given this one. It seems like a good code- Except it has a code for the "head" and a code for the "body" which both need to be implemented. How would I do this when I'm just writing a HTML page from scratch? Is it just a matter of <Head> and <Body> tags?

http://www.htmlbasix.com/mouseoverimages.shtml

Thanks,
-TR
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Solved Re: Head/Body in HTML Pages?

Post by ankillien December 31st 2009, 5:58 pm

Hello,

Code for head goes inside <head></head> tags and codes for body goes inside <body></body> tags.

Its simple.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Head/Body in HTML Pages?

Post by RoNo December 31st 2009, 9:34 pm

You can create mouseover images without extra head & body code.
Example
Code:
<a href="http://help.forumotion.com/forum.htm"><img src="http://i83.servimg.com/u/f83/14/23/54/86/button10.png" border="0" onmouseover="this.src='http://i83.servimg.com/u/f83/14/23/54/86/button11.png';" onmouseout="this.src='http://i83.servimg.com/u/f83/14/23/54/86/button10.png';"></a>
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Head/Body in HTML Pages?

Post by frost00777 December 31st 2009, 9:36 pm

ooooo thanks Very Happy
avatar
frost00777
Forumember

Male Posts : 65
Reputation : 0
Language : english, learning javascript, and html and css

http://theforums.forumotion.co.uk/

Back to top Go down

Solved Re: Head/Body in HTML Pages?

Post by TR December 31st 2009, 9:46 pm

Thankyou Anki and RoNo!
Solved.
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Solved Re: Head/Body in HTML Pages?

Post by RoNo December 31st 2009, 9:49 pm


As stated, this topic is solved. Glad we could help.
(note: authors can select solved icon by editing first post)
Head/Body in HTML Pages? Locked1Head/Body in HTML Pages? Lock2
RoNo
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum