 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 10:49 am |
|
|
|
| the sad thing of it is everything worked normal and fine even if my code wasnt corrected when i was using my free domain through my internet provider and nothing took long to load at all it worked rather nicely it is godaddy that is messing things up for me i have 16 meg internet so i should never have a problem with anything loading |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1288 Location: Biloxi, MS
|
Posted: Thu Aug 21, 2008 1:38 pm |
|
|
|
| jason102178 wrote: |
| i went to control panel then folder options and i didnt see anything related to associate with window media player it just tells me how i can view folders on my computer basically theres 3 tabs general view and search |
You didn't select the File Types tab? |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1288 Location: Biloxi, MS
|
Posted: Thu Aug 21, 2008 1:40 pm |
|
|
|
| jason102178 wrote: |
| the sad thing of it is everything worked normal and fine even if my code wasnt corrected when i was using my free domain through my internet provider and nothing took long to load at all it worked rather nicely it is godaddy that is messing things up for me i have 16 meg internet so i should never have a problem with anything loading |
You keep going by what you had and what experience tells me with viewers. I can't help you further if you will not correct your HTML coding errors for your frame pages. |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 6:24 pm |
|
|
|
ok i want to do it the right way so here we go i have to go slow and make sure i do this right so im going to go back over things from scratch here is what i uploaded to my index2.html here is the new code that was told to put in
| Code: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Jasons Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="keywords" content="Your keywords." />
<meta http-equiv="description" content="Description of page." />
<link href="Your_style_file.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="http://jaysonberger.com/imgs/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://jaysonberger.com/imgs/favicon.ico" />
</head>
<frameset cols="100%" rows="255,*">
<frame name="header" src="top.html" scrolling="no" frameborder="0" noresize="noresize" />
<frame name="content" src="left.html" scrolling="auto" frameborder="0" noresize="noresize" />
<frame name="content" src="main.html" scrolling="auto" frameborder="0" noresize="noresize" />
</frameset></html> and here is my old code that made it work |
<head><frameset cols="100%" rows="70,*" border="0" frameborder="0" framespacing="0"><frame name="top" src="top.html" marginwidth="0" marginheight="0" scrolling="NO"frameborder="no" noresize> <frameset cols="159,*" border="0" frameborder="0" framespacing="0"><frame name="left" src="left.html" marginwidth="0" marginheight="0" scrolling="auto"frameborder="no" noresize><frame name="main" src="main.html" marginwidth="0" marginheight="0" scrolling="auto"frameborder="no" noresize> </frameset></frameset> </head></html>
i have not messed with any other frames and if i reinsert the code i did have it will work again so let me know what has to be done to this new code to make it work if u take a look at my page not its werid looking |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 7:00 pm |
|
|
|
then the next step was to put this code in my underbody.css and that was done a few days ago
| Code: |
body {
background: #000 url(background.png);
font-family: "Batang", Arial, Helvetica, sans-serif;
font-size: 1em;
}
#content {
color: gray;
padding: 20px;
text-align: center;
line-height: 1.5;
}
#content p {margin-bottom: 10px; text-indent:20px;}
#content p.first {text-indent:0px;}
#footer {
font-family: Arial, Helvetica, sans-serif;
text-align:center;
color: gray;
font-size:80%;
}
so that part should be ok |
|
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 7:05 pm |
|
|
|
then i added this code to my main.html a few days ago
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Site-Exit" content="revealTrans(Duration=3.0,Transition=23)">
<title>Jasons Homepage</title>
<link rel=stylesheet href="underbody.css" type="text/css">
<script type="text/javascript">
<!-- Begin Script
//Display Time of last visit script- Mattias Sjoberg
//Modified by JavaScript Kit (http://javascriptkit.com)
//Visit http://javascriptkit.com for this script
var expDays = 30;
var exp = new Date();
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
function When(info){
// When
var rightNow = new Date()
var WWHTime = 0;
WWHTime = GetCookie('WWhenH')
WWHTime = WWHTime * 1
var lastHereFormatting = new Date(WWHTime); // Date-i-fy that number
var intLastVisit = (lastHereFormatting.getYear() * 10000)+(lastHereFormatting.getMonth() * 100) + lastHereFormatting.getDate()
var lastHereInDateFormat = "" + lastHereFormatting; // Gotta use substring functions
var dayOfWeek = lastHereInDateFormat.substring(0,3)
var dateMonth = lastHereInDateFormat.substring(4,10)
var hours = "" + lastHereFormatting.getHours()
var year = lastHereFormatting.getYear()
if (year < 1000) year+=1900
var minutes = "" + lastHereFormatting.getMinutes()
if (minutes.substring(0,1) == minutes){
minutes = "0" + minutes
}
var WWHText = dayOfWeek + ", " + dateMonth + " " + year + " at " + hours + ":" + minutes// display
SetCookie ("WWhenH", rightNow.getTime(), exp)
return WWHText;
}
function Count(info){
var psj=0;
// How many times
var WWHCount = GetCookie('WWHCount')
if (WWHCount == null) {
WWHCount = 0;
}
else{
WWHCount++;
}
SetCookie ('WWHCount', WWHCount, exp);
return WWHCount+1;
}
function set(){
// VisitorName = prompt("Who are you?", "Nada");
// SetCookie ('VisitorName', VisitorName, exp);
SetCookie ('WWHCount', 0, exp);
SetCookie ('WWhenH', 0, exp);
}
function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() - 1);
// This cookie is history
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
// End Script -->
</script>
<script type="text/javascript">
function change_bgcolor(icolor) {
document.bgColor= icolor;
}
</script>
<script type="text/javascript">
<!-- Hide from older browsers
alert('Hey Guys thanks for taking the time to look at my site......My site is currently undergoing construction so please keep checking back...and sign my guest book as well....I just added this new song it has so much meaning to it....its how I feel when I am involved with someone, also under the links page click on the banner at the top for live gay radio.'); // end hiding -->
</script>
<script type="text/javascript">
<!--
//Disable right mouse click Script
//By Maximus (maximusatnsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="2003-2008 Jasons Webpage- All Rights Reserved.";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<script type="text/javascript">
var text1="J A S O N ' S * H O M E P A G E "
comeback=0
cometo=0
function dis(){
window.status=text1.substring(0,cometo)
if(comeback==1){
cometo--;
if(cometo==0){comeback=0}
} else {cometo++;if(cometo==text1.length){comeback=1}}
window.status=text1.substring(0,cometo)+""
if(cometo==text1.length){window.setTimeout("dis()",500);} else {window.setTimeout("dis()",5);}
}
dis()
</script>
</head>
<body>
<div id="content">
<p><a target="_blank" href="picture.jpg"><img height=100 width=100 src="picture_small.jpg" border=2 xthumbnail-orig-image="picture.jpg" ></a></p>
<p><A HREF="javascript:change_bgcolor('white')">Click Here to change background color to white</A></p>
<p class="first">Hey everyone just incase you don't know who I am my name is Jason, I am 29 Im originally from a town called
Morenci Michigan, & I moved to Louisville Kentucky were I have lived for almost 3 years
now. and then I movd to Toledo Ohio were i am right now I am 5' 11" & weigh 160lbs.
If ya want to know more about me feel free to ask. I am a very easy and outgoing guy I
don't like drama or any of that bull crap. I also enjoy jet skiing and camping as well.</p>
<p>Well don't forget to sign my guest book below ok. Well thank you for visiting my web site
I will update it periodically. This is the first time I have done one its pretty hard to do,
I didn't know how to enter HTML code but its getting easier for me & I will
figure it out yet. I would like to know the to reason to a guy I have never understood, myself.</p>
<p>I like to think that your here cause your interested in knowing who stands behind the smile, if not then maybe you are an exclusive few that already know.
The reason Why I have this page ? I like to communicate, one of the most frustrating things to me is the lack of communications. Plus if a picture is worth a thousand words I am sparing you a lot of rambling by plastering my face on here. So why not have a spot where you explain yourself, and allow the reader to hear your self-narrative?</p>
<p>So I suppose that's just what this is, a guided tour of who I am, what I believe, where I've been, and where I wanna
go. I often meet people who haven't a clue where they have been or what is
ahead, by putting this all together I remind myself who I want to be. As the
site is brought up to where I am now in life there will be greater use of the
functions to the left. Obviously Rome wasn't built in a day, and neither will
this web page be.</p>
<p>After all, it is glimpse of who I am, and I am ever changing with new experiences, and touched by the
collisions of life with the people I meet. I've been told that when you die if
you have 5 true friends, you are a rich man. It is early in my life, and I am
developing who I am so this section is pretty unpopulated. While I have lots of
friends, this section is dedicated to the people that have been a part of my
life for many years. An injustice is being corrected now. On this site way to
much credit, and time was spent on two many aspects of life that aren't the
central feature to why I personally live. Honestly...we get by with a
little help from our friends. I appreciate all my friends, but I make no
apologizes above all friends I have a life friend.</p>
</div>
<div id="footer">
<p><a href="http://www.amazingcounters.com" target="_top"><img border="0" src="http://www.amazingcounters.com/counter.php?i=5372&c=16429" alt="free hit counters"></a><br><small><a href="http://www.computers-coupon-gateway.com/office-depot-coupon.html" target="_top"></a></small></p>
<!-- Start Bravenet.com Service Code -->
<p><a href="http://pub41.bravenet.com/guestbook/3467490606/">
<img src="http://assets.bravenet.com/cp/guestbook.gif" border="0" title="Free Guestbook from Bravenet.com" alt="Free Guestbook from Bravenet.com"></a></p>
<!-- End Bravenet.com Service Code -->
<script type="text/javascript" src="http://www4.addfreestats.com/cgi-bin/countnow.cgi?usr=00407114&type=2">
</script>
<noscript>
<a href="http://www.addfreestats.com">Inlive</a></noscript>
<!-- END inlive CODE -->
<BR>
<BR>
<a href="mailto:webmasteratjaysonberger.com?subject=Feedback">webmasteratjaysonberger.com</a> For problems with webpage
<BR>
<a href="mailto:jayatjaysonberger.com?subject=Feedback"> jayatjaysonberger.com</a>For all other emails
<BR>
<A HREF="http://jasonsforum.proboards100.com/"> My Message Forum</A>
<BR>
<p><STRONG>Copyright © 2003-2008 Jasons Hompage - All Rights Reserved</STRONG></P>
<p><script type="text/javascript">
if (Count()==1){
document.write("This is your 1st visit to my page")
When()
}
else if (Count()>1)
document.write("Welcome back. Your last visit was on <b>" + When() +"</B>.")
</script>
<a href="http://www.statssheet.com/" target="_top"><img src="http://www.statssheet.com/images/hit_counter_02.gif" alt="website counter" border="0" align="top" vspace="2"></a>
<script type="text/javascript">
<!--
var FCS_Account="11049";
var FCS_Server="http://www.statssheet.com";
var FCS_Page="DetectName";
var FCS_Url="DetectUrl";
var FCS_Offset="1";
var FCS_Interval="24";
var FCS_Cntimg="100";
// -->
</script>
<script type="text/javascript" src="http://www.statssheet.com/js.php?usr=11049"></script></p>
</div>
</body>
</html>
so this code and everything should be ok as well |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 7:07 pm |
|
|
|
| so really only thing i need to get fixed right is my index2.html everything is should be ok so if i can get that working |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Thu Aug 21, 2008 11:50 pm |
|
|
|
also i found out why i cant find file type tab i looked it up online and heres what it said
The Folder Options window in Windows Vista is missing the File Types tab found in earlier versions of Windows. So how do you edit file type associations in Windows Vista? |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1288 Location: Biloxi, MS
|
Posted: Fri Aug 22, 2008 5:31 am |
|
|
|
| jason102178 wrote: |
also i found out why i cant find file type tab i looked it up online and heres what it said
The Folder Options window in Windows Vista is missing the File Types tab found in earlier versions of Windows. So how do you edit file type associations in Windows Vista? |
Sorry about that. Didn't know you were using Vista or missed that info in all these posts:
| Quote: |
Change the program that opens a type of file
If you double-click a file in Windows and it opens in the wrong software program, follow these steps to choose the program you would prefer that file use. You can change this setting for an individual file, or you can tell Windows to open all files of that same type in the software program you choose.
Open the folder that contains the file you want to change.
Right-click the file that you want to change, and then, depending on the type of file, either click Open With or point to Open With and then click Choose Default Program.
Click the program that you want to use to open this file.
Do one of the following:
If you want all files of that type to open in the same software program, select the Always use the selected program to open this kind of file check box, and then click OK.
If you want only that file to open in the software program this one time, clear the Always use the selected program to open this kind of file check box, and then click OK.
|
|
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1288 Location: Biloxi, MS
|
Posted: Fri Aug 22, 2008 5:41 am |
|
|
|
RE: Your page, http://www.jaysonberger.com/index2.html .
I certainly didn't want you to copy/paste a lot of the frame code I gave you into that page, but just use it as a guideline for yours. The only code that could have been copied is the media player code. For validation purposes, you could have used the javascript solution I gave you for the <embed> tag portion.
Your http://www.jaysonberger.com/index2.html page now looks really bad in Firefox and you have invalid characters in your HTML. You page plays the song in Maxthon, but wants to run an ActiveX Control for Windows Media Player in IE 7, but not in my FF. That may be because of the bad HTML coding. |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1288 Location: Biloxi, MS
|
Posted: Fri Aug 22, 2008 5:43 am |
|
|
|
Errors alone for the left.html:
| Quote: |
Result: 0 errors / 47 warnings
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 28 column 1 - Warning: discarding unexpected <head>
line 30 column 1 - Warning: <meta> isn't allowed in <body> elements
line 29 column 1 - Info: <body> previously mentioned
line 31 column 1 - Warning: <meta> isn't allowed in <body> elements
line 29 column 1 - Info: <body> previously mentioned
line 32 column 1 - Warning: <base> isn't allowed in <body> elements
line 29 column 1 - Info: <body> previously mentioned
line 37 column 1 - Warning: <embed> is not approved by W3C
line 37 column 213 - Warning: discarding unexpected </embed>
line 39 column 1 - Warning: <noembed> is not approved by W3C
line 40 column 1 - Warning: <bgsound> is not approved by W3C
line 39 column 1 - Warning: missing </noembed> before <bgsound>
line 40 column 1 - Warning: <bgsound> isn't allowed in <noembed> elements
line 39 column 1 - Info: <noembed> previously mentioned
line 42 column 1 - Warning: discarding unexpected <body>
line 43 column 1 - Warning: <link> isn't allowed in <body> elements
line 29 column 1 - Info: <body> previously mentioned
line 44 column 1 - Warning: missing </a> before <a>
line 45 column 1 - Warning: missing </a> before <a>
line 46 column 1 - Warning: missing </a> before <a>
line 47 column 1 - Warning: missing </a> before <a>
line 48 column 1 - Warning: missing </a> before <a>
line 50 column 1 - Warning: missing </a> before <a>
line 54 column 1 - Warning: <style> isn't allowed in <body> elements
line 29 column 1 - Info: <body> previously mentioned
line 58 column 1 - Warning: discarding unexpected <body>
line 59 column 1 - Warning: <link> isn't allowed in <body> elements
line 29 column 1 - Info: <body> previously mentioned
line 81 column 1 - Warning: discarding unexpected </font>
line 84 column 1 - Warning: replacing unexpected select by </select>
line 83 column 19 - Warning: replacing unexpected span by </span>
line 86 column 17 - Warning: discarding unexpected </font>
line 99 column 1 - Warning: discarding unexpected </script>
line 101 column 1 - Warning: <script> discarding newline in URI reference
line 101 column 1 - Warning: <script> discarding newline in URI reference
line 101 column 1 - Warning: <script> discarding whitespace in URI reference
line 101 column 1 - Warning: <script> discarding newline in URI reference
line 104 column 76 - Warning: unescaped & or unknown entity "&.src"
line 101 column 1 - Warning: <script> unexpected or duplicate quote mark
line 101 column 1 - Warning: <script> attribute name "http://jlberger78.yahoo.com/config/send_webmesg?.target" (value="jlberger78&.src=pg"") is invalid
line 101 column 1 - Warning: missing </script>
line 105 column 60 - Warning: unescaped & or unknown entity "&m"
line 105 column 64 - Warning: unescaped & or unknown entity "&t"
line 105 column 70 - Warning: discarding unexpected </a>
line 100 column 1 - Warning: missing </noscript>
line 2 column 1 - Warning: <script> inserting "type" attribute
line 61 column 1 - Warning: <script> inserting "type" attribute
line 82 column 1 - Warning: <form> lacks "action" attribute
line 101 column 1 - Warning: <script> escaping malformed URI reference
line 101 column 1 - Warning: <script> inserting "type" attribute
line 39 column 1 - Warning: trimming empty <noembed>
line 84 column 1 - Warning: trimming empty <span>
line 83 column 19 - Warning: trimming empty <font>
Info: Document content looks like HTML Proprietary
|
For your main.html page:
| Quote: |
Result: 0 errors / 17 warnings
line 4 column 1 - Warning: <meta> element not empty or not closed
line 5 column 1 - Warning: <meta> element not empty or not closed
line 7 column 1 - Warning: <link> element not empty or not closed
line 188 column 42 - Warning: <img> element not empty or not closed
line 225 column 129 - Warning: unescaped & or unknown entity "&c"
line 225 column 59 - Warning: <img> element not empty or not closed
line 225 column 167 - Warning: <br> element not empty or not closed
line 228 column 1 - Warning: <img> element not empty or not closed
line 231 column 99 - Warning: unescaped & or unknown entity "&type"
line 236 column 1 - Warning: <br> element not empty or not closed
line 238 column 1 - Warning: <br> element not empty or not closed
line 240 column 1 - Warning: <br> element not empty or not closed
line 242 column 1 - Warning: <br> element not empty or not closed
line 245 column 1 - Warning: <br> element not empty or not closed
line 256 column 71 - Warning: '<' + '/' + letter not allowed here
line 259 column 52 - Warning: <img> element not empty or not closed
line 188 column 42 - Warning: <img> proprietary attribute "xthumbnail-orig-image"
Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN"
Info: Document content looks like XHTML 1.0 Transitional
|
The top.html page:
| Quote: |
Result: 0 errors / 4 warnings
line 13 column 1 - Warning: inserting implicit <body>
line 20 column 1 - Warning: <embed> is not approved by W3C
line 20 column 1 - Warning: <embed> element not empty or not closed
line 39 column 1 - Warning: discarding unexpected </script>
Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN"
Info: Document content looks like HTML Proprietary
|
Please, these things have to be corrected. |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Fri Aug 22, 2008 6:19 am |
|
|
|
im not sure what u mean by u didnt want me to use alot of frame coding do you mean in all my files or just index2.html
and here is the code you orginally gave me you just said Just modify to set up your other frames so should i just put the code back the way i had it or what should i do..... and yeah ive been trying to get rid of all the errors but it would take forever for me to do since i dont know what alot of the erros are an easy way for me to do it is sent you the files via zip and see what changes need to be made per file i guess im going all wrong and not understanding alot and thats my fault im sorry
original code
[code]<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Page Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="keywords" content="Your keywords." />
<meta http-equiv="description" content="Description of page." />
<link href="Your_style_file.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/x-icon" href="http://Domain_Name.com/imgs/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://Domain_Name.com/imgs/favicon.ico" />
</head>
<frameset cols="100%" rows="255,*">
<frame name="header" src="index2_fr1.html" scrolling="no" frameborder="0" noresize="noresize" />
<frame name="content" src="index2_fr2.html" scrolling="auto" frameborder="0" noresize="noresize" />
</frameset></html> |
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Fri Aug 22, 2008 3:58 pm |
|
|
|
| Quote: |
I can't see anything but a blank page in Internet Explorer, but I DO see the favicon. You have not corrected your frame code as I suggested
what do u mean by that correct the frame code in all the files such as index.html index2.html top.html or just index2.html |
|
|
jason102178
Joined: 15 May 2008 Posts: 40 Location: Ohio
|
Posted: Sat Aug 23, 2008 4:03 am |
|
|
|
| ok i fixed the index2.html page now the html looks alot better and i did what you said the png file was to big so i changed it to a web optimized jpg file and i changed the code i thought to jpg but for some reason its not working it displays the background for a second then it goes away and it goes to a black background any ideas on how to make the background work again |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|