
krissysstickers
Members-
Posts
13 -
Joined
-
Last visited
Never
Everything posted by krissysstickers
-
Thank you everyone for your quick help! Teamatomic - your suggestion of going from strict to transitional worked perfectly and I never would have guessed of all things that was the problem! Ken - I am sorry for forgetting to post the code. I am 1 week over due (pregnant) and my brain is fried - I honestly apologize! Thank you all - I am SO happy not to have to try another day to figure this one little thing out
-
Hi there, I have been at this seemingly simple problem for 3 hours and I just can't seem to solve it - the answer is probably right in front of my eyes but on a site I am working on there is a vertical white line on the two menus on the left hand side. If anyone knows what I have done wrong or how I can correct this I would really appreciate the help. The menu works as a header - menu - footer and there is no space between the menu and the footer JUST the header and the menu. The website is: www. sillybandzcanada .com Thank you so much for looking and thank you in advance for any help!, (P.S. I know the blue menu items are too hard to read - they are supposed to be white but for some reason keep defaulting to blue) Thank you, Kristyn
-
www.website.com vs. www.website.com/index.php
krissysstickers replied to krissysstickers's topic in PHP Coding Help
AH!!!! I see! (I feel so silly). Thank you all so much and thanks Smerny for clarifying that - all fixed! -
www.website.com vs. www.website.com/index.php
krissysstickers replied to krissysstickers's topic in PHP Coding Help
Hi again! I just did that and when I entered the URL a list of all my website files (parent directory) came up and so it seems I do need to keep the index.php file. Any other ideas? Many thanks in advance for looking and for any suggestions! -
www.website.com vs. www.website.com/index.php
krissysstickers replied to krissysstickers's topic in PHP Coding Help
Thank you both! For whatever reason I thought one HAD to have an index file! I have learned my new fact of the day Cheers! -
Hi there, I am just wondering if anyone knows what I might be missing ... If you go to my site www.i-love-stickers.com the top part is a little distorted yet the same site on www.i-love-stickers.com/index.php shows up perfectly ... and they are supposed to be the exact same. Does anyone know what I might do to fix this? Thanks in advance for looking! Krissy
-
Solved this one and in case anyone has this same problem some day in the future you have to: add "<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">" before /head on the page itself and NOT the includes/footer page. HTH and thanks for looking!
-
oh and I forgot to add that I pasted it from word pad so there shouldn't be any formatting errors - I hope
-
Hi there, I am not having much luck this weekend with coding! I updated my site to 2010 in the footer. All I did was change the 2009 to 2010 and when I uploaded the copyright sign added a mysterious  in front of it. I can't get rid of it. Can someone please let me know where/what to insert so that it displays properly? For example: www.i-love-stickers.com/signup.php Many thanks in advance, Krissy
-
Thank you both for your fast help! I tried pasting the code that had been validated and running it on my site and instead of fixing the lines it removed the menu from every page (and the content of the page other than the header/footer/etc. was blank). Does anyone else have an idea of what I did wrong please such that I can fix those missing lines. I am completelty out of ideas to try! Thank you again in advance!
-
Hi there, Thank you in advance for looing/trying to help. I must be overlooking something simple as I can't find the error despite looking for hours. On my website (for example www.i-love-stickers.com/signup.php) the left menu is missing, in only some places, the blue line that separates the menu items. This occurs once in the menu and a few times in the sub pop up menu... (between help and feed back, etc.) and also the line at the bottom of each menu/sub menu is grey and not blue like it should be. I am not sure what is happening or what error I have made - does anyone know? THe code for the left nav menu is: ***** <html> <head> <title>Menu</title> </head> <body><script language="JavaScript1.2" src="popouttext.js"> </script> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="211" valign="top"> <SCRIPT LANGUAGE="php"> include "./vsadmin/db_conn_open.php"; include "./vsadmin/includes.php"; include "./vsadmin/inc/languagefile.php"; include "./vsadmin/inc/incfunctions.php"; </SCRIPT> <!-- #EndEditable --> <script language="JavaScript1.2"> mymenu = new POTMenu // Defines the size of the main menu items, width and height mymenu.mainmenuitemsize(135,16) // Defines the size of the sub menu items, width and height mymenu.submenuitemsize(250,16) // Defines the position of the sub menus in relation to the parent mymenu.submenuplacing(0,0) // Images that make up the border of the main menu. Optional. mymenu.mainborderimages("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif") // Corners of the images that make up the main menu border. mymenu.mainbordercorners("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif") // Left width, right width and height of the top and bottom of the border mymenu.mainborderdimensions(1,1,1) // These lines are for the sub menu borders mymenu.subborderimages("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif") mymenu.subbordercorners("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif") mymenu.subborderdimensions(1,1,1) // Main menu cell color mymenu.mainmenucolor("#F7F7F4") // Sub menu cell color mymenu.submenucolor("#F7F7F4") // Centers text for Netscape 4.7 mymenu.netscapeadjust(3,3) // The image that is show between the main menu items mymenu.definemainspacer("images/greypixel.gif",1) // The image that is show between the sub menu items mymenu.definesubspacer("images/greypixel.gif",1) // Do you want to "hide" (SELECT menus, OBJECT tags) when in the menu mymenu.hideobjects(true,true) // This line is required here mymenu.startMenu() // Define the main menu. mymenu.addMenu("home","HOME","http://www.i-love-stickers.com/index.php") mymenu.addMenu("main","MAIN","#") mymenu.addMenu("stickerclub","STICKER CLUB","http://www.i-love-stickers.com/signup.php") mymenu.addMenu("products","PRODUCTS","http://www.i-love-stickers.com/signup.php") mymenu.addMenu("help","HELP","http://www.i-love-stickers.com/help.php") mymenu.addMenu("feedback","FEEDBACK","http://www.i-love-stickers.com/feedback.php") mymenu.addMenu("yourletters","TESTIMONIALS", "http://www.i-love-stickers.com/yourletters.php") mymenu.addMenu("contact","CONTACT","http://www.i-love-stickers.com/contact.php") mymenu.addMenu("links","LINKS","links.php") mymenu.addMenu("articles","ARTICLES","http://www.i-love-stickers.com/articles.php") mymenu.addMenu("wholesale","WHOLESALE ORDERS","http://www.i-love-stickers.com/wholesale.php") // This line is required after the main menu is defined. mymenu.showMainMenu() // Define the sub menus mymenu.addSubMenu("main", "", "ABOUT US", "http://www.i-love-stickers.com/about.php") mymenu.addSubMenu("main", "", "HELP", "http://www.i-love-stickers.com/help.php") mymenu.addSubMenu("main", "", "SIGN UP", "http://www.i-love-stickers.com/signup.php") mymenu.addSubMenu("main", "", "CHARITY", "http://www.i-love-stickers.com/donatestickers.php") mymenu.addSubMenu("main", "", "SITEMAP", "http://www.i-love-stickers.com/sitemap.php") mymenu.addSubMenu("main", "", "CONTACT US", "http://www.i-love-stickers.com/contact.php") mymenu.addSubMenu("main", "", "EMAIL", "mailto:[email protected]") // Delete these 7 lines and the corresponding lines above if you // don't want an automatically generated popout menu. <?php $menuprestr = ""; $menupoststr = ""; include "./vsadmin/inc/incmenu.php"; ?> mymenu.addSubMenu("stickerclub", "", "SIGN UP FOR STICKER CLUBS", "http://www.i-love-stickers.com/signup.php") mymenu.addSubMenu("stickerclub", "", "EXTRA STICKERS", "http://www.i-love-stickers.com/stickers.php") mymenu.addSubMenu("stickerclub", "", "STICKER ALBUMS", "http://www.i-love-stickers.com/albums.php") mymenu.addSubMenu("products", "", "GIRLS", "http://www.i-love-stickers.com/girls.php") mymenu.addSubMenu("products", "", "BOYS", "http://www.i-love-stickers.com/boys.php") mymenu.addSubMenu("products", "", "PRESCHOOLERS", "http://www.i-love-stickers.com/preschoolers.php") mymenu.addSubMenu("products", "", "TEENS & ADULTS", "http://www.i-love-stickers.com/teensandadults.php") mymenu.addSubMenu("products", "", "STICKER BOOKS", "http://www.i-love-stickers.com/albums.php") mymenu.addSubMenu("products", "", "WHOLESALE STICKERS", "http://www.i-love-stickers.com/wholesale.php") mymenu.addSubMenu("products", "", "THEMED STICKERS", "http://www.i-love-stickers.com/stickers.php") mymenu.addSubMenu("products", "", "STICKERS", "http://www.i-love-stickers.com/stickers.php") mymenu.addSubMenu("help", "", "HELP", "http://www.i-love-stickers.com/help.php") mymenu.addSubMenu("help", "", "FAQ", "http://www.i-love-stickers.com/faq.php") mymenu.addSubMenu("help", "", "PRIVACY POLICY", "http://www.i-love-stickers.com/privacypolicy.php") mymenu.addSubMenu("help", "", "SITEMAP", "http://www.i-love-stickers.com/sitemap.php") mymenu.addSubMenu("feedback", "", "TESTIMONIALS", "http://www.i-love-stickers.com/yourletters.php") mymenu.addSubMenu("feedback", "", "CONTACT US", "http://www.i-love-stickers.com/contact.php") mymenu.addSubMenu("yourletters", "", "TESTIMONIALS", "http://www.i-love-stickers.com/yourletters.php") mymenu.addSubMenu("contact", "", "CONTACT US", "http://www.i-love-stickers.com/contact.php") mymenu.addSubMenu("links", "", "LINKS", "http://www.i-love-stickers.com/links.php") mymenu.addSubMenu("articles", "", "ARTICLES", "http://www.i-love-stickers.com/articles.php") mymenu.addSubMenu("articles", "", "How to make Reusable Stickers", "http://www.i-love-stickers.com/howtomakereusablestickers.php") mymenu.addSubMenu("articles", "", "How to make Stickers", "http://www.i-love-stickers.com/howtomakestickers.php") mymenu.addSubMenu("articles", "", "How Scratch-n-Sniff Stickers Work", "http://www.i-love-stickers.com/howdoscratchandsniffwork.php") mymenu.addSubMenu("articles", "", "Create Scrapbooking Scenes", "http://www.i-love-stickers.com/createascene.php") mymenu.addSubMenu("articles", "", "Personalized Gift Wrapping with Stickers", "http://www.i-love-stickers.com/stickergiftwrap.php") mymenu.addSubMenu("articles", "", "How to make a Switch Plate with Stickers", "http://www.i-love-stickers.com/stickerswitchplate.php") mymenu.addSubMenu("articles", "", "How to make Trinket Boxes with Stickers", "http://www.i-love-stickers.com/stickertrinketbox.php") // This line is required after all menu definitions are finished mymenu.showMenu() </script> </td> </tr> </table> </body> </html> ********** Thank you again for the help in advance!
-
Thank you so much - that was so quick! I can't believe I made such a simple error and didn't catch it after all the times I have gone over it to figure this out! "Biscuit eating bulldog" .... do you have a bully? I have a 9 year old English Bulldog as it happens ... who loves milkbones haha Thank you again!!
-
Hi there, Thank you in advance for looking and/or trying to help. I created an "add to fav button" which works perfectly other than one tiny thing I can't figure out... when you go to i-love-stickers.com (where the button is located) it first shows as picture that doesn't load (with the red X) but when you move the mouse over the button it shows up and from there everything is perfect. Does anyone know what I forgot/did wrong so that this button loads up when the user loads the page rather than needing to move the mouse over top of it to make it show up? Thank you very much, Krissy