Jump to content

Scotty13

Member
  • Posts

    59
  • Joined

  • Last visited

Scotty13's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have this message (below) on my main page when members not checked in… Welcome, not a “Ticketed Member” yet? Sign up by “Making A Reservation” and then “Check In” http://www.myglobalpnr.com/index.php When my members do check in, I would like the message to NOT appear. http://www.myglobalpnr.com/ckin.php I cant seem to figure out how my CSS should be set at. Ca anyone help me please? Thanks, Scott
  2. @Andrea I took your advice and just did it all over and now it works in all three browsers. Now I have to figure out how to move my logo over to the left corner and lower my title to align up with the bottom of the globe. You have any idea how to do that in text/css? Thanks Again, Scotty13
  3. http://www.myglobalpnr.com/index.php Thanks, S
  4. My header links work in IE9, however they don’t work in Safari or in Chrome browsers. The weird thing about this is my <?php echo $ckinOptions; ?> (highlighted on the bottom) links work in Safari & Chrome. Here is my script.... <div style="font-size:72px; line-height:1.0em; float:left;margin:-15px;"> <blockquote> <p><a href="http://www.myglobalpnr.com/index.php"><img src="images/mgplogo1.png" alt="Note" title="Go Back Home to My Global PNR" width="150" height="150"hspace="0" vspace="0" border="0" /></a><strong>My Global PNR</strong> </p> </blockquote> </div> <div align="left"> <table width="883" align="left" cellpadding="0" cellspacing="0" > <tr> <td width="1" height="55" valign="top"><div align="right"></div></td> <td width="801"> <div class="headerBtns" style="margin-top:-80px; text-align: center;"> <div align="center"><span class="center" style="text-align: right"> <a href="http://myglobalpnr.com/myworktriptopics/index.php">Work & Trip Forums</a> <a href="http://myglobalpnr.com/tktedmembers_search.php">Search Ticketed Members</a> <a href="http://www.myglobalpnr.com/myvcphotoalbum/index.php">My Vacation Photos</a> </span><span style="text-align: right"><span style="text-align: center"><a href="http://myglobalpnr.com/myvcpostcard.php#">Send A Vacation Postcard</a></span></span><span style="text-align: center"> </span></div> <p align="center"><span style="text-align: center"><a href="http://myglobalpnr.com/myvcbookexchg/index.php">Traveling Book & Guide Exchange</a> <a href="http://www.myglobalpnr.com/myvcorganizer/index.php">My Vacation Organizer</a> <a href="http://myglobalpnr.com/myvchomeswap/testRentalListing.php?controller=Listings&action=add">Rent A Vacation Home</a></span></p> </div> </td> </tr> </table> </div> <div class="editmyresckairmail"> <div align="right" class="center"> <div align="center"><?php echo $ckinOptions; ?></div> </div> Thanks in advance, Scotty13
  5. First, thank you for your help. Second, I like my logo but not my red arrow. The original image is sharp at 101 x 111. And the image size on my website is width="60" height="50". Should I be searching for smaller images and gif images, than add that one to my website? Scott
  6. Never mind, I figured it out. I need to save image as an "Index Transparency" from the drop down transparency menu. Thanks, S
  7. On my website page, I’ve inserted an image in a php scripts and it has a white box around it. Image is saved in my “images” folder in my server. I know how to remove the white back ground (Adobe Fireworks), so you just see the image. What I want to know is now that I have my image with no background, how do I make it were the image does NOT show a white box on my webpage? Thanks in advance, Scotty
  8. body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; text-align: center; } .centerStuff{ text-align: center; background-image: center; } .footercenterlinks { text-align: center; } .bluetext { color: #00F; } .greentext { color: #0C0; } .alignRt .brightRed .answerquestion { color: #F00; font-size: 24px; } #locationForm tr td strong { color: #00F; } #websiteForm tr td strong { color: #00F; } #youtubeForm tr td strong { color: #00F; } #bioForm tr td strong { color: #00F; } #locationForm tr td strong { font-size: 18px; } #websiteForm tr td strong { font-size: 18px; text-align: center; } #youtubeForm tr td strong { font-size: 18px; } #bioForm tr td strong { font-size: 19px; } #bioForm tr td strong { font-size: 20px; } #youtubeForm tr td strong { font-size: 20px; } #youtubeForm tr td strong { font-size: 18px; } #locationForm tr td strong { font-size: 20px; font-weight: bold; } .Edityourresdataherefont { font-size: 20px; } .fonteditres { font-size: 19px; } .bluefonteditres { color: #00F; font-weight: bold; } .boldfonteditres { font-weight: bold; } .boldfonteditres { font-weight: bold; } .boldfonteditred { font-weight: bold; color: #00F; font-size: 16px; } .boldfonteditres { font-weight: bold; color: #00F; } .boldfonteditres { font-weight: bold; font-size: 18px; text-align: left; } .alignRt .boldfonteditres { font-size: 16px; } .totheright { text-align: right; } .totheright strong { color: #00F; } .formFields { background-color:#FFFFFF; color:#000; } .smallertext { font-size: 16px; } .smaller { font-size: 12px; } .alignleft { text-align: left; } #last_posts { font-size: 10px; line-height: 1.5; text-align: left; border: 1px solid black; } /* -------------------- What the entire dropdown backround will look like and its positioning ---------------------- */ ul { margin:0; padding:0; } .dc{ display:inline; position: relative; z-index: 0; margin:0; padding:0; text-align:center; } .dc:hover{ background-color: transparent; z-index: 50; } .dc ul{ position: absolute; width:120px; background-color: #999; left: -1000px; list-style-type:none; visibility: hidden; } .dc:hover ul{ visibility: visible; top: 13px; left:-5px; } /* -------------------- What the list items will look like inside the dropdown ---------------------- */ .dc ul li{ margin:0; padding:0; background-color: #EBEBEB; margin:1px; } .dc ul li:hover { background-color: #FFF; margin:1px; } /* -------------------- What the links look like inside the dropdown ---------------------- */ .dc ul li a { display:block; padding:4px; font-size:12px; } .dc ul li a:link { color: #333; text-decoration: none; } .dc ul li a:visited { text-decoration: none; color: #000; } .dc ul li a:hover { text-decoration: none; color: #333; } .dc ul li a:active { text-decoration: none; color: #333; } .rightside { text-align: right; } .instructionsleft { text-align: left; } .style7 div .redtext strong { color: #F00; } .style7 div { font-weight: bold; } .emailcolorblue { color: #00F; } #currentairlineForm tr .center strong { color: #00F; } #previousairlineForm tr .center strong { color: #00F; } #myfirstairlineForm tr .center strong { color: #00F; } .left { text-align: left; } #bioForm tr td { font-weight: bold; font-size: 20px; } .lgtext { font-size: 16px; } .centertitle { text-align: center; } .centerairlines { text-align: center; } .centerworkstatus { text-align: center; } .smtext50kbmax { font-size: small; } .smller { font-size: 18px; } .small50kbmax { font-size: 12px; } #websiteForm tr td strong { text-align: left; } #locationForm tr td div .boldlocation { color: #00F; } #locationForm tr td div .boldlocation { font-weight: bold; } #locationForm tr td div .boldlocation { font-size: 16px; } #locationForm tr td div .boldlocation { font-size: 18px; } .search_results a:link { text-decoration: none; }
  9. <?php include_once("scripts/checkuserlog.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="Description" content="Airline Network" /> <meta name="Keywords" content="about, us, my, global, pnr, social, network, airline, employees, around, world, globe, global, my, global, PNR, social, network, about, reservations, locator, depart, ckin, announcing, announce, vacation, photos, dest, postcard, rent, home, blog, forum, books, travel, work, trip, reservation, book, exchange, organizer" /> <meta name="rating" content="General" /> <meta name="ROBOTS" content="All" /> <title>About Us at My Global PNR</title> <link href="style/main.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <style type="text/css"> <!-- .boldtext { font-weight: bold; font-size: 36px; } body { background-image:url('images/bgaboutus.jpg'); background-position:center top; background-repeat:no-repeat; } --> </style> </head> <body> <?php include_once 'mgpheader_template.php'; ?> <table class="mainBodyTable" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="836" valign="top"> <div align="right"> <table width="100%" align="right" cellpadding="6"> <tr> <td width="100%"><p align="left">Welcome Aboard, <p align="left"> </p> <p align="left">Won’t you take a few moments to make a reservation on the newest, most exciting new social network on the web? Enjoy the ease of navigating the site’s clever pages and share your love of the airline industry with other ticketed members? - Membership is free, so why not? </p> </p> <p align="left">We'll see you onboard,</p> </p> <p align="left"> </p></td> </tr> </table> </div></td> <td width="160" valign="top"><?php include_once "right_AD_template.php"; ?></td> </tr> </table> <?php include_once "footer_template.php"; ?> </body> </html>
  10. The table is at 100% / center. I’ve even tried right, left, and no change. Im using Dreamweaver CS4 and when I save the file “Save As” it centers it, but when test in my browser, it’s to the right. What is going on? Image attached. Thanks, Scotty
  11. <tr> <td><font size=2 color="#FFFFFF"><b><?php echo "$month_full $year" ; ?></b></font> </td> <td align="right"> <? echo "<a href='index.php?Sec=home&req_month=$prev_month&year=$prev_year'><img src=../images/pmonth.gif border=0></a> "; ?> <? echo "<a href='index.php?Sec=home&req_month=$next_month&year=$next_year'><img src=../images/nmonth.gif border=0></a> "; ?> </td> </tr> </table> Thanks in advance, Scotty
  12. This is like Algebra, its there but I just dont see it. This is what I have... if(!isset($passengerUserName)) {(!isset($passengerUserName)) = (!isset($passengerFirstName;))}
  13. Like this? if(!isset($passengerUserName)){(!isset($passengerUserName)) = (!isset($passengerFirstName));} If so, dosnt work!
  14. I added (!isset($passengerUserName)) on line 362 and it removed the first error(Notice: Undefined variable: passengerFirstName in /home/**************/res.php on line 362) other errors still remain. Thanks for your help, new to all this.
×
×
  • Create New...