![]() |
question about making simple welcome page
im looking to add a simple welcome page to my site. just something basic where theres just a full page image, that when you click on it it takes you to the forums. i already have the image, and i know what to do with the redirects and everything. what i need to know is, what would be the code i need to make the php file?
--------------- Added [DATE]1198021321[/DATE] at [TIME]1198021321[/TIME] --------------- hope i worderd that well. |
It can be a simple HTML file.
All you do is align the image as "Absolute Middle" and then redirect it to your forums. If you still need help PM me and I can write the code up for you. |
pm sent. yeah. just looking for the code so that the image is centered, and it will take you to www.mysite.com/index.php when clicked.
|
somebody, anybody? lol.
|
HTML Code:
<head> |
okay, just one thing, what are "keywords" and "description" for? is that where i put the link to the image i want displayed?
|
What search engines look for.
|
okay, i got it working.. now how do i add a page title to that?
--------------- Added [DATE]1199843486[/DATE] at [TIME]1199843486[/TIME] --------------- and also, how do i make it so the background of the page is a color? --------------- Added [DATE]1199917631[/DATE] at [TIME]1199917631[/TIME] --------------- i have like a wallpaper that i used for the skin on the site. need the line of code that will let me put it behind the image. |
Change
Code:
<body> Code:
<body bgcolor="COLOR"> under the <head> tag enter Code:
<title>WEBSITE TTLE</title> Find Code:
<body> Code:
<body background="URL"> |
one more question, i got this working and its up and everything is cool. how can i change it so it opens the page in the same window though? it opens a new one when you click on the image?
|
replace this
Code:
<div align="center"> Code:
<div align="center"> |
Quote:
just tried that.. same thing. still opens in new window. |
Quote:
rel="nofollow" target="_blank oh and if you are useing firefox make sure you clear your cache before testing again.... |
yeah, its fixed. just had to clear the cache.
one more question though if you guys dont mind. lol. the image is centered to the top of the page. is it possible to have it centered in both directions so its actualy in the dead center of the page? know what i mean? |
Not really, vertical aligning the image will be pretty hard. You could add a couple <br /> after the <body> tag to move it down some, but getting it aligned vertically will be a pain.
Or you can read and try to understand this article: http://www.jakpsatweb.cz/css/css-ver...-solution.html |
All times are GMT. The time now is 05:28 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|