Logged Out
Create an Account
Login:
Password:

Forgot your password?
Splash Screen From Frontpage Not working

Splash Screen From Frontpage Not working
[Back to Index]
Thread Tags
Primary: [Support]
Secondary: None

Chops, I have this thing I have a splash screen But My pictures are not there I can lick my links to go to the places they need to go like App Page and New page with it the main page of the Guild Web page. From DKPSysystems.com. Where are my Pictures. I have up loaded them as it told me to do I believe I have everything there but, It sames not to Work.


Looks Confused.. I use Frontpage to build the splash screen.

Please Help me


AOTD HIGHMASTER SAPHI !


--

What's your site's address?


--
It's all in the reflexes.


--

Alrighty. All of the images in your splash page point to the file names, but don't specify a path. You'll need to make sure all your images link to the proper location. In your case, if you've uploaded your images to the administrative file uploader, then they'll be in:


http://dkpfiles.com/aspectofthedragons/files/

So for example, in your code, you have:

<img border="0" src="AotdLuckavisplash.jpg" width="959" height="842">


You need to change that to:


<img border="0" src="http://dkpfiles.com/aspectofthedragons/files/AotdLuckavisplash.jpg" width="959" height="842">


--
It's all in the reflexes.


Dear I have done what you asked me to Do.


<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Aspect Of the Dragons Spalsh</title>
<style fprolloverstyle>A:hover {color: #FF0000; font-family: A Charming Font; font-size: 24pt; text-decoration: blink; font-weight: bold}
</style>
</head>

<body alink="#008080" text="#FF0000" bgproperties="fixed" style="position: absolute" bgcolor="#000000">

<p>&nbsp;</p>
<p><a href="http://aspectofthedragons.dkpsystem.com/news.php">
<img border="0" src=http://dkpfiles.com/aspectofthedragons/files/banner_break_05_01_2007_13_43_24_48608.gif" width="944" height="127"></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img border="0" src=http://dkpfiles.com/aspectofthedragons/files/AotdLuckavisplash.jpg%22 width="959" height="842"></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://aspectofthedragons.dkpsystem.com/app.php">
<img border="0" src=http://dkpfiles.com/aspectofthedragons/files/button_raf.gif" align="right" hspace="0" width="213" height="91"></a></p>

</body>

</html>



Still lost


--

I seen that one did not have the " " around it like yours So i changed that as well and It did not work as well.. I deleted the stuff in the file fold and Upload the new saved stuff.

I lost the pictures on FP But thing because I redirected them to the Web site where I had them uploaded already.

FrontPage Should Work this right is I make sure the Html Is right?


--

Looking at your code now, you've got unmatched quotes.

All of your paths end with a quote, but don't have the beginning quote.

If you put a matching quote at the beginning, you'll be good. Or you can take the quotes out. (The quotes are only required if you have spaces or odd characters in your path)


--
It's all in the reflexes.
Hugs and Kisses dear thank you very much I guess Fresh eyes after a while always helps.

Hugs some more... Your the best!

Aspect of the Dragons


--



[Back to Index]