|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Join Date: Apr 2004
Location: California
Posts: 62
Reputation: 5
|
HTML in a php site
I am still a noob when it comes to php....
I have downloaded and installed IFRAME<<---?? (no idea how to adjust this)- Post wrap....Kinda know how but only gives me textlinks..... How can I encorporate html as links thro navigation......(See below)I am using Post Nuke.... i would like to have a link on the navigation bar.....to any HTML and or Flash Games.... etc..... Plus what is the navigation page called....Id like to do some mouse overs..... Navigation Example:::::::: Graphic Site [post_wrap] ??????????? This would go in blocks/modules.....etc..... |
|
|
|
|
#2 |
|
Join Date: Apr 2004
Location: California
Posts: 62
Reputation: 5
|
Im pretty sure this thread is in the wrong catagory.....but if anyone has some pointers.....THAT WOULD BE GREAT!!!!!!!!!!!
|
|
|
|
|
#3 |
|
Mod Squad
Join Date: Apr 2002
Location: Orlando, FL
Posts: 6,972
Reputation: 243
|
I'm not familiar with the programs above...
Are you trying to insert PHP in a .html file?? Are you trying to insert html in a .php file??
__________________
www.GoLightMedia.com |
|
|
|
|
#4 |
|
Moderator
Join Date: Apr 2002
Location: Malta - Europe
Posts: 7,108
Reputation: 125
|
I am sure that if you explain yourself better we would be glad to help you.
__________________
Neville
You never have a second chance to make a first good impression!
|
|
|
|
|
#5 |
|
Join Date: Apr 2004
Location: California
Posts: 62
Reputation: 5
|
sorry............ I thought I was
![]() ehehehe This page http://www.nmsdesigns.com/ is what Im talking about.....The navigation bar has mouseovers and html links...not php module links Right now im working two sites simutanously....same things different styles http://dls.p2p4u.com and http://www.p2p4u.com notice the NAVIGATION BAR on the right...... I would like to be able to have mouseovers instead of text.... AND to be able to link my GAMES link and ANY HTML pages on the NAVBAR ........... please dont get me wrong....I do want some internal php links.... (ie...topics, news, etc...) but to call out an html page with a link.....doh..... I have BLOCKS on the sites that do do html.....but not with the navbar..... ps...... POSTNUKE I am using....PhPBB, and a crappy gallery..... |
|
|
|
|
#6 |
|
Moderator
Join Date: Apr 2002
Location: Malta - Europe
Posts: 7,108
Reputation: 125
|
The mouse over from the nmsdesigns website is a simply effect created by CSS .. check this website - http://www.w3schools.com/css/default.asp
There is a mouseover effect created with images (such as help.powweb.com .. go on the word PowWeb) and you can achive that by copying the source code .. I designed that so there are no copyright issues.
__________________
Neville
You never have a second chance to make a first good impression!
|
|
|
|
|
#7 |
|
Join Date: Apr 2004
Location: California
Posts: 62
Reputation: 5
|
Thank you.................... SO
<tr bgcolor="#FFFFCC" onMouseOver=" bgColor='#CCCCCC'" onMouseOut="bgColor='#FFFFCC'"><td width="100%"><font face="Verdana,Arial,Helvetica" size="2"> <a href="http://help.powweb.com/faqs/index.php" style="text-decoration: none">FAQs</a></font></td></tr Basically.....this would be the code to change PER LINK ??? I have noticed that the page ends with php........ may I end it with html?? Basically......MY CLAN SITE = http://dls.p2p4u.com I would like to call out the GRAPHICAL VERSION of the site....thro the NAVBAR...... the graphic site....all end with .html THANKS DOOD............ ![]() |
|
|
|
|
#8 |
|
Moderator
Join Date: Apr 2002
Location: Malta - Europe
Posts: 7,108
Reputation: 125
|
Yes you can use .html
That code will change the colour of a cell within a table
__________________
Neville
You never have a second chance to make a first good impression!
|
|
|
|
|
#9 |
|
Join Date: Apr 2004
Location: California
Posts: 62
Reputation: 5
|
COOL.............Thanks
![]() Ill give it a go....tonight after work.............THANK YOU VERY MUCH ![]() |
|
|
![]() |
| Thread Tools | |
|
|