The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Basic HTML trouble, need some help
This is my current website, starting out with HTML (from scratch)
Just wanted to do a basic one take a look: http://cplusplus.netai.net/ I currently have two buttons, Home and Lessons I want so that when the user the Lessons, it goes to a different page (lessons.php) and I want different text but the same header. (I know I just have to copy header and make new text file) but is there a way where I can make and If statement like this: If user clicks Lessons, Then Go to Lessons.php. Also! how can I make it so that the text in the middle on the homepage has a box around it, sort of like a middle background. And finally last question. Take a look at my Hovering button codes, how come they do not work when I go to the real website?? Code:
<center><a href="http://cplusplus.netai.net/" onmouseover="document.images['s1a'].src='http://cplusplus.netai.net/button1hover.png';" onmouseout="document.images['s1a'].src='http://cplusplus.netai.net/button1.png';"><img src="http://cplusplus.netai.net/button1hover.png" name="s1a" height="47" width="176" alt="" border="0"></a><a href="http://cplusplus.netai.net/" onmouseover="document.images['s1a'].src='http://cplusplus.netai.net/button2hover.png';" onmouseout="document.images['s1a'].src='http://cplusplus.netai.net/button2.png';"><img src="http://cplusplus.netai.net/button2hover.png" name="s1a" height="47" width="176" alt="" border="0"></a></center> --------------- Added [DATE]1290648027[/DATE] at [TIME]1290648027[/TIME] --------------- anyone?? --------------- Added [DATE]1290689876[/DATE] at [TIME]1290689876[/TIME] --------------- bump? Anyone? |
#2
|
||||
|
||||
I don't know why you'd need an "IF" statement... first HTML is not a scripting language, there are no "IF" statements- that would be JavaScript or PHP.
If you want to bring someone to lesson.php when they click on the lesson image you'd put an <a href="..."> tag around the <img> tag of the lesson... something like: <a href="lesson.php"><img src="lesson.gif" border="0" /></a> This is very most basic of basic HTML- if you don't know this you really need to get a book or something and learn the basics before you start asking questions. |
#3
|
|||
|
|||
You can use the div tags to create a box around certain text that you want to stand out from the rest of the home page.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|