Jump to content

merebel

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Everything posted by merebel

  1. merebel

    Layout Setup

    Newbie forst off I have a design that has been done and I need to figure out how to do some thinngs with it the design is here http://www.501neg.com/photos/albums/userpics/10193/home_01.jpg What I need to figure out is how to do the vertical lines on the left and right tha thas the color fadeing in at for starters Thanks Keith
  2. I am haveing 2 problems First one is the top nav bar with the links to other pages scrolls when you try differnt screen sizes Second is how do I move this info into the phpbb side of the forum for the top nav links CSS Code BODY { background-color: White; color: Black; font: normal normal normal 10pt Verdana, Geneva, Arial, Helvetica, sans-serif; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0pt; } H1 { font-size: 15pt; } A { text-decoration:none; } A:Hover { text-decoration:underline; } A:Active { text-decoration:underline; } P { text-indent: 2em; text-align: justify; } DT { font-weight: bold; margin-top: 1em; } TABLE { width: 100%; border: 0px; } TH { border: black solid 1px; background: url("../images/bg_button1.gif") #DBDBDB 0px 20px; font-weight: bold; color: black; } TD { border: black solid 1px; background-color: White; padding: 5pt; text-align: center; } #costable { width: 100%; border: 0px; background-color: white; font-weight: bold; color: black; align: center; } #galtable { width: 100%; border: 0px; background-color: white; color: black; text-align: center; } #galcell { border: black solid 1px; background-color: white; color: black; text-align: center; vertical-align: bottom; } #vipcell { border: black solid 1px; background-color: white; color: black; text-align: center; vertical-align: top; } #noborder { border: 0px; background-color: White; padding: 5pt; text-align: center; } #cos_value { border: 0px; background-color: #C0C0C0; padding: 5pt; text-align: center; } #costd { border: 0px; background-color: #993333; padding: 5pt; text-align: center; color: white; } #header0 { background: url("../images/bg0.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header1 { background: url("../images/bg1.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header2 { background: url("../images/bg2.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header3 { background: url("../images/bg3.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header4 { background: url("../images/bg4.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header5 { background: url("../images/bg5.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header6 { background: url("../images/bg6.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header7 { background: url("../images/bg7.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header8 { background: url("../images/bg8.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header9 { background: url("../images/bg9.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header10 { background: url("../images/bg10.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header11 { background: url("../images/bg11.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #header12 { background: url("../images/bg12.jpg") black top left repeat-x scroll; width: 100%; height: 119px; } #nav_main { float: left; width: 10% font-weight: bolder; font-family: "Courier New", Courier, monospace; font-size: 9pt; text-align: center; width: 100%; } #nav_main A { float: left; width: 10%; background: url("../images/bg_button1.gif") #C0C0C0 0px 0px; border: solid #000 1px; border-width: 1px 0px 1px 0px; color: Navy; text-decoration: none; padding: 2pt 0pt 2pt 0pt; margin: 0pt; } #nav_main A:Hover { background: url("../images/bg_button1.gif") #DBDBDB 0px 20px; color: Red; border: solid #FF0000; border-width: 1px 0px 1px 0px; margin: 0pt; } #nav_main A:Active { background: url("../images/bg_button1.gif") #DBDBDB 0px 20px; color: Red; border: solid #FF0000; border-width: 1px 0px 1px 0px; margin: 0pt; } .hidden { display:none; } #nav_side { border: solid #000 1px; background: url("../images/bg_sidenav.jpg") #C0C0C0 0px 0px; float: left; width: 20%; margin: 0%; padding: 0%; clear: both; } #nav_side H3 { background: url("../images/bg_sidenav_header.gif") #808080 bottom; border-bottom: solid #000 1px; text-align: center; margin: 0px; color: White; } #nav_side OL { list-style-type: none; padding: 0pt; margin: 0pt; } #nav_side OL A { background: url("../images/bg_sidenav.jpg") 0px 0px; border: solid #000 1px; text-indent: 1em; display: block; height: auto; padding: 2px 0px 2px 0px; color: Navy; } #nav_side OL A:hover { background: url("../images/bg_sidenav.jpg") #DBDBDB 250px 0px; color: Red; border: solid #FF0000 1px; text-decoration: none; } #nav_side OL A:active { background: url("../images/bg_sidenav.jpg") #DBDBDB 250px 0px; color: Red; border: solid #FF0000 1px; text-decoration: none; } #login { padding: 0pt 5pt 0pt 5pt; } #login LABEL { font-size: 9pt; font-weight: Bold; } #username { font-size: 9pt; border: black solid 1px; } #username:focus { border: red solid 1px; } #password { font-size: 9pt; border: black solid 1px; } #password:focus { border: red solid 1px; } #content { padding: 5pt 5pt 5pt 5pt; float: center; width: 78%; } #content2 { padding: 5pt 5pt 5pt 5pt; float: center; width: 50%; } #contact { padding: 0pt 0pt 0pt 0pt; float: Center; width: 25%; } #main_photo1 { width: 100%; text-align: center; height: auto; } #main_photo2 { float: left; width: 250px; text-align: center; height: auto; position: relative; left: 8%; } #main_photo3 { float: right; width: 250px; text-align: center; height: auto; position: relative; right: 8%; } #signature { clear: both; font-size: 6pt; font-weight: bold; text-align: center; } .button { border-width: 1px; background: url("../images/bg_button1.gif") Silver 0px 0px; } .button:Hover { color: Red; background: url("../images/bg_button1.gif") White 0px 20px; } #email LABEL { font-weight: bold; } .input_text { border: black solid 1px; width: 50%; } .input_text:focus { border: red solid 1px; } .input_small { border: black solid 1px; } .input_small:focus { border: red solid 1px; } #email_message { border: black solid 1px; width: 50%; height: 200pt; font: normal normal normal 10pt Verdana, Geneva, Arial, Helvetica, sans-serif; } #email_message:focus { border: red solid 1px; } #email_country { border: black solid 1px; width: 50%; } #email_zip_label { display: none; } #pagination { font-weight: bold; text-align: center; } .required { color: red; } .form { text-indent: 0em; } .skipnav { text-align: right; color: navy; position: absolute; left: -1000em; top: 1em; } .key { padding: 0px 1px 0px 1px; border-width: 1px 2px 2px 1px; border-style: solid; background: #faf6f6; color: #000; border-color: #edd #baa #baa #eed; } #base_loc { border: black solid 1px; width: 50%; } #base_loc:focus { border: red solid 1px; } .newsdate { margin: 0pt; padding: 0pt; text-indent: 0pt; font-weight: bold; font-style: italic; } .news { margin: 0pt; } .highlight { background-color: yellow; } .edit_button { border-width: 1px; border-style: solid; border-color: #EDEBE8 #EDEBE8 Gray Gray; background: url("../images/bg_button1.gif") Silver 0px 0px; cursor: hand; } .edit_button:Hover { color: Red; background: url("../images/bg_button1.gif") White 0px 20px; } .edit_button:Active { color: Red; background: url("../images/bg_button1.gif") White 0px 20px; border-color: Gray Gray #EDEBE8 #EDEBE8; } .editor { width: 75%; border: black solid 1px; height: 20em; } And the info from the page setup <!-- Navigation links. --> <DIV ID="nav_main" nowrap> <pre><B CLASS="hidden">[</B><A HREF="index.php" TITLE="Home page and Legion news, Access Key = '0'" ACCESSKEY="0">Home</A><B CLASS="hidden">[</B><A HREF="forum/gallery2.php" TITLE="Legion Photo Gallery, Access Key = '1" ACCESSKEY="1">Gallery</A><B CLASS="hidden">][</B><A HREF="forum/calender.php" TITLE="Calendar of upcoming and past Legion events, Access Key = '2'" ACCESSKEY="2">Events</A><B CLASS="hidden">][</B><A HREF="join.php" TITLE="Join the Legion and register for our discussion forums, Access Key = '3'" ACCESSKEY="3">Join Us</A><B CLASS="hidden">][</B><A HREF="bases.php" TITLE="A directory of our regional chapters, Access Key = '4'" ACCESSKEY="4">Bases</A><B CLASS="hidden">][</B><A HREF="members.php" TITLE="A searchable directory of Legion members and costumes, Access Key = '5'" ACCESSKEY="5">Members</A><B CLASS="hidden">][</B><A HREF="forum/index.php" TITLE="Rebel Legion discussion forums, Access Key = '6'" ACCESSKEY="6">Forums</A><B CLASS="hidden">][</B><A HREF="costuming.php" TITLE="Tutorials and links to resources on Rebel costuming, Access Key = '7'" ACCESSKEY="7">Costuming</A><B CLASS="hidden">][</B><A HREF="links.php" TITLE="Rebel Legion links directory, Access Key = '8'" ACCESSKEY="8">Links</A><B CLASS="hidden">][</B><A HREF="cards.php" TITLE="Rebel Trading Cards" ACCESSKEY="9">Trading Cards</A><B CLASS="hidden">]</B></pre> </DIV> Any help on where my problem might be would be great and how I need to move it over would be helpfull thanks Keith
  3. if this helps here is the css sheet and tha main page that I am calling up CSS [code]/* General page style. The scroll bar colours only visible in IE5.5+ */ body { /*background-color: #192c41;*/ background-color: #000000; scrollbar-face-color: #0f202f; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #0f202f; scrollbar-3dlight-color: #000000; scrollbar-arrow-color:  #264a55; scrollbar-track-color: #777777; scrollbar-darkshadow-color: #264a55; margin: 0px 0px 0px 0px; } /* General font families for common tags */ font,th,td,p { font-family: Arial, Helvetica, sans-serif ; font-size: 10pt; } a:link,a:active,a:visited { text-decoration: underline; color : #ffffff; } a:hover { text-decoration: none; color : #0f202f; } hr { height: 0px; border: solid #000000 0px; border-top-width: 1px;} /* This is the border line & background colour round the entire page */ /* .bodyline { background-color: #0f202f; border: 1px #264a55 solid; } */ .bodyline { background-color: #264a55; border: 1px #ffffff solid; } /* This is the outline round the main forum tables */ .forumline { background-color: #000000; border: 2px #0f202f solid; } td.banner { background-color: black; border-width: 0px 0px 0px 0px; padding: 0px; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #98a7be; } td.row2 { background-color: #98a7be; } td.row3 { background-color: #98a7be; } td.row4 { background-color: #98a7be; } /*   This is for the table cell above the Topics, Post & Last posts on the index.php page   By default this is the fading out gradiated silver background.   However, you could replace this with a bitmap specific for each forum */ td.rowpic { background-color: #000000; background-image: url(templates/alderaanbase/images/); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #ffffff; font-size: 11px; font-weight : bold; background-color: #0f202f; height: 25px; background-image: url(templates/alderaanbase/images/); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/alderaanbase/images/); background-color:#000000; border-style: none; height: 28px; } /*   Setting additional nice inner borders for the main table cells.   The names indicate which sides the border will be on.   Don't worry if you don't understand this, just ignore it :-) */ td.cat,td.catHead,td.catBottom { height: 29px; border-width: 0px 0px 0px 0px; } th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #000000; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #98a7be; border-style: none; } th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; } th.thLeft,td.catLeft   { border-width: 0px 0px 0px 1px; } th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; } th.thTop { border-width: 1px 0px 0px 0px; } th.thCornerL { border-width: 1px 0px 0px 1px; } th.thCornerR { border-width: 1px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #eeeeee; } a.maintitle,a.maintitle:hover,a.maintitle:visited { font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; line-height : 120%; color : #618da1; } /* General text */ .gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; color: #ffffff} .gen,.genmed,.gensmall { color : #000000; } .gensmall2 { color: #618da1; font-size: 10px; } a.gensmall2 { color: #618da1; font-size: 10px; text-decoration: underline; } a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #000000; text-decoration: underline; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 12px; color : #ffffff } a.mainmenu { text-decoration: none; color : #ffffff;  } a.mainmenu:hover{ text-decoration: underline; color : #ffffff; } b { font-weight : bold; color: #0f202f; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #264a55} a.cattitle { text-decoration: none; color : #7490aa; } a.cattitle:hover{ text-decoration: underline; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 12px; color : #bfc8dc; } a.forumlink { color : #000000; } a.forumlink:hover{ text-decoration: underline; color : #ffffff; } /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */ .nav { font-weight: bold; font-size: 11px; color : #eeeeee;} a.nav:link { text-decoration: underline; color: #fffffff} a.nav:visited { text-decoration: underline; color: #fffffff} a.nav:hover { text-decoration: underline; color: #fffffff} /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #eeeeee; } a.topictitle:link  { text-decoration: none; color : #000000; } a.topictitle:visited { text-decoration: none; color : #000000; } a.topictitle:hover { text-decoration: underline; color : #000000; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #eeeeee;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #000000; } /* The content of the posts (body of text) */ .postbody { font-size : 12px; line-height: 18px; color: #0f202f} a.postlink:link { text-decoration: underline; color : ffffff } a.postlink:visited { text-decoration: underline; color : ffffff; } a.postlink:hover { text-decoration: underline; color : 5f829f; } /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600; background-color: #cccccc; border: #000000; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } .quote { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #336383; line-height: 125%; background-color: #cccccc; border: #000000; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px } /* Copyright and bottom info */ .copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #336383; letter-spacing: -1px;} a.copyright { color: #336383; text-decoration: none;} a.copyright:hover { color: #eeeeee; text-decoration: underline;} /* Form elements */ input,textarea, select { color : black; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #eeeeee; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : white; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #777777; color : #eeeeee; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #cccccc; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #cccccc; font-weight : normal; } /* This is the line in the posting page which shows the rollover   help line. This is actually a text box, but if set to be the same   colour as the background no one will know ;) */ .helpline { background-color: #0f202f; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/alderaanbase/formIE.css"); // coppermine starts here table {         font-size: 12px; } h1{         font-weight: bold;         font-size: 22px;         font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;         text-decoration: none;         line-height : 120%;         color : #000000;         margin: 2px; } h2 {         font-family: Arial, Helvetica, sans-serif;         font-size: 18px;         margin: 0px; } h3 {         font-weight: normal;         font-family: Verdana, Arial, Helvetica, sans-serif;         font-size: 12px;         margin: 2px; } p {         font-family: Arial, Helvetica, sans-serif;         font-size: 100%;         margin: 2px 0px; } ul {         margin-left: 5px;         padding: 0px; } li {         margin-left: 10px;         margin-top: 4px;         margin-bottom: 4px;         padding: 0px;         list-style-position: outside;         list-style-type: disc; } .textinput {         font-family: Verdana, Arial, Helvetica, sans-serif;         font-size: 100%;         border: 1px solid #98a7be;         padding-right: 3px;         padding-left: 3px; } .listbox {         font-family: Verdana, Arial, Arial, Helvetica, sans-serif;         font-size: 100%;         border: 1px solid #98a7be;         vertical-align : middle; } .button {         font-family: Arial, Helvetica, sans-serif;         font-size: 100%;         border: 1px solid #005D8C;         background-image : url(images/button_bg.gif);         background-position : bottom; } .comment_button {         font-family: Arial, Helvetica, sans-serif;         font-size: 85%;         border: 1px solid #005D8C;         background-image : url(images/button_bg.gif);         background-position : bottom;         padding-left: 3px;         padding-right: 3px; } .radio {         font-family: Verdana, Arial, Helvetica, sans-serif;         font-size: 100%;         vertical-align : middle; } .checkbox {         font-family: Verdana, Arial, Helvetica, sans-serif;         font-size: 100%;         vertical-align : middle; } a {         color: #0033CC;         text-decoration: none; } a:hover {         color: #0033CC;         text-decoration: underline; } bblink a {         color: #0033CC;         text-decoration: none; } bblink a:hover {         color: #0033CC;         text-decoration: underline; } .maintable {         border: 1px solid #264a55;         background-color: #98a7be;         margin-top: 1px;         margin-bottom: 1px; } .tableh1 {         background : #0f202f ;         color : #FFFFFF;         padding-top: 3px;         padding-right: 10px;         padding-bottom: 3px;         padding-left: 10px; } .tableh1_compact {         background : #264a55 ;         color : #FFFFFF;         padding-top: 2px;         padding-right: 5px;         padding-bottom: 2px;         padding-left: 5px; } .tableh2 {         background: #264a55 ;         color : #000000;         padding-top: 3px;         padding-right: 10px;         padding-bottom: 3px;         padding-left: 10px; } .tableh2_compact {         background: #264a55 ;         color : #000000;         padding-top: 2px;         padding-right: 5px;         padding-bottom: 2px;         padding-left: 5px; } .tableb {         background: #98a7be ;         padding-top: 3px;         padding-right: 10px;         padding-bottom: 3px;         padding-left: 10px; } .tableb_compact {         background: #98a7be ;         padding-top: 2px;         padding-right: 5px;         padding-bottom: 2px;         padding-left: 5px; } .tablef {         background: #98a7be;         padding-top: 10px;         padding-right: 10px;         padding-bottom: 10px;         padding-left: 10px; } .album_stat {         font-size: 85%;         margin: 5px 0px; } .thumb_title {         font-weight : bold;         font-size: 80%;         padding: 2px;         display : block; } .thumb_caption {         font-size: 80%;         padding: 1px;         display : block; } .thumb_caption a {         text-decoration: underline;         color: #000000; } .thumb_num_comments {         font-weight: normal;         font-size: 80%;         padding: 2px;         font-style : italic;         display : block; } .user_thumb_infobox {         margin-top: 1px;         margin-bottom: 1px; } .user_thumb_infobox th {         font-weight : bold;         font-size: 100%;         margin-top: 1px;         margin-bottom: 1px;         text-align : center; } .user_thumb_infobox td {         font-size: 80%;         margin-top: 1px;         margin-bottom: 1px;         text-align : center; } .user_thumb_infobox a {         text-decoration: none;         color: #000000; } .user_thumb_infobox a:hover {         color: #000000;         text-decoration: underline; } .sortorder_cell {         background : #264a55 ;         color : #FFFFFF;         padding: 0px;         margin: 0px; } .sortorder_options {         font-family: Verdana, Arial, Helvetica, sans-serif;         background : #264a55 ;         color : #FFFFFF;         padding: 0px;         margin: 0px;         font-weight: normal;         font-size: 80%;         white-space: nowrap; } .navmenu {         font-family: Verdana, Arial, Helvetica, sans-serif;         color: #FFFFFF;         font-size: 100%;         font-weight: bold;         background : #264a55 ;         border-style: none; } .navmenu img {         margin-top: 1px;         margin-right: 5px;         margin-bottom: 1px;         margin-left: 5px; } .navmenu a {         position: relative;         display: block;         padding-top: 2px;         padding-right: 5px;         padding-bottom: 2px;         padding-left: 5px;         text-decoration: none;         color: #FFFFFF; } .navmenu a:hover {         background : #98a7be ;         text-decoration: none;         color:        #000000; } .admin_menu_thumb {         font-family: Arial, Helvetica, sans-serif;         font-size: 85%;         border: 1px solid #005D8C;         background-image : url(images/button_bg.gif);         background-position : bottom;         color: #000000;         font-weight: bold;         margin-top: 0px;         margin-bottom: 0px;         width: 85px; } .admin_menu_thumb a {         color: #000000;         text-decoration: none;         display: block;         position: relative;         padding-top: 1px;         padding-bottom: 1px;         padding-left: 10px;         padding-right: 10px; } .admin_menu_thumb a:hover {         color: #000000;         text-decoration: underline; } .admin_menu {         font-family: Arial, Helvetica, sans-serif;         font-size: 85%;         border: 1px solid #005D8C;         background-image : url(images/button_bg.gif);         background-position : bottom;         color: #000000;         margin-top: 0px;         margin-bottom: 0px;         text-align: center; } .admin_menu a {         color: #000000;         text-decoration: none;         display: block;         position: relative;         padding-top: 1px;         padding-bottom: 1px;         padding-left: 2px;         padding-right: 2px; } .admin_menu a:hover {         color: #000000;         text-decoration: underline; } .comment_date{         color : #5F5F5F;         font-size : 90%;         vertical-align : middle; } .image {         border-style: solid;         border-width:1px;         border-color: #000000;         margin: 2px; } .imageborder {         border: 1px solid #000000;         background-color: #98a7be;         margin-top: 30px;         margin-bottom: 30px; } .thumbnails {         background: #98a7be ;         padding: 5px; } .footer {         font-size : 9px; } .footer a {         text-decoration: none;         color: #000000; } .footer a:hover {         color: #000000;         text-decoration: underline; } .statlink {         color: #FFFFFF; } .statlink a {         text-decoration: none;         color: #FFFFFF; } .statlink a:hover {         color: #FFFFFF;         text-decoration: underline; } .alblink a {         text-decoration: underline;         color: #000000; } .alblink a:hover {         color: #000000;         text-decoration: underline; } .catlink {         display: block;         margin-bottom: 2px; } .catlink a {         text-decoration: underline;         color: #000000; } .catlink a:hover {         color: #000000;         text-decoration: underline; } .topmenu {         line-height : 130%;         font-size: 100%; } .topmenu a {         color : #0033CC;         text-decoration : none; } .topmenu a:hover  {         color : #0033CC;         text-decoration : underline; } .img_caption_table {         border: none;         background-color: #FFFFFF;         width : 100%;         margin : 0px; } .img_caption_table th {         background: #98a7be ;         font-size: 100%;         color : #000000;         padding-top: 4px;         padding-right: 10px;         padding-bottom: 4px;         padding-left: 10px;         border-top : 1px solid #FFFFFF; } .img_caption_table td {         background: #98a7be ;         padding-top: 6px;         padding-right: 10px;         padding-bottom: 6px;         padding-left: 10px;         border-top : 1px solid #FFFFFF; } .debug_text {         border: #BDBEBD;         background-color: #98a7be;         width : 100%;         margin : 0px; } .clickable_option {         border-bottom : 1px dotted blue;         cursor : hand; } .listbox_lang {         color: #000000;         background-color: #98a7be;         border: 1px solid #98a7be;         font-size: 80%;         font-family: Arial, Helvetica, sans-serif;         vertical-align : middle; } [/code] And the page that is calling up the style sheet and the css sheet [code]<?         $style=getenv(DOCUMENT_ROOT) . "/include/style2.php";         include($style);         print_header(); ?>        <h1> <marquee behavior="alternate" scrolldelay="200" ><a class=mainbody href='/calendar/eventslist.php'>Be Sure to Check Out Our Upcomeing Events Section </a></marquee></h1> <P>&nbsp;</p> <P>&nbsp;</p> <center><h2>What is Alderaan Base?</h2></center> <P>&nbsp;</p> <p class=gensmall>Alderaan Base is the unit of the <a class=mainbody href="http://www.rebellegion.com" taget=_new>Rebel Legion</a> in New England. We are a Star Wars fan group focused on creating movie quality reproductions of the costumes worn by the Galactic Republic and Rebellion. The group does a variety of charity work, conventions and movie promotional events throughout New England.</p> <P>&nbsp;</p> <P class=gen>Founded in June 2005, Alderaan Base was originally part of the <A target=_new class=mainbody href="http://www.echobaserebels.com">Echo Base</a>. As our numbers grew, the challenges of 1 base spanning 11 states also grew. Eventually we all decided it would be for the best if we separated from the larger base. This is, to the best of our knowledge, the first time in the history of the Rebel Legion that a base has split like this.</p> <P>&nbsp;</p> <P>&nbsp;</p> </td> </tr> </td> <P>&nbsp;</p> <? print_footer(); ?>[/code] If it Helps
  4. haveing problems with a style sheet setup. I can get the layout I want but the my web pages text dosent show up in the main body of the style sheet ehre i would like it. it shows up on the lower right side here is the syle shhet that I am useing, and I am looking to add the web page content in the center the text shows up in the lower right hand side under the picture on the site http://www.alderaanbase.com/test1.php but the text needs to be in the middle in the light blue section. Here is the style sheet [code]<? function print_header_small($title='') { print("                 <head>                 <title>$title</title>                 <link rel='stylesheet' href='/include/alderaanbase.css'>                                                             </head>                 <body bgcolor=black text=black marginheight=0 marginwidth=0>          "); } function print_header($title='Alderaan Base') { print(" <head> <title>$title</title> <link rel='stylesheet' href='/include/alderaanbase.css'> </head> <body bgcolor=black text=black marginheight=0 marginwidth=0> <table width=100% height=100% cellspacing=0 cellpadding=5> <tr> <td class=header align=left height=110><img src='/images/alderaanbase1.jpg'></td> </tr> <tr> <td> <table width=100% cellspacing=10 cellpadding=10 border=0 height=100%> <tr> <td class=bodyline width=150 valign=top> <a class=mainmenu href='/'>Home</a><br> <a class=mainmenu href='/calendar/eventslist.php'>Upcoming Events</a><br> <a class=mainmenu href='/events.php'>Past Events</a><br> <a class=mainmenu href='/gallery2/main.php?g2_itemId=79'>Photo Gallery</a><br> <a class=mainmenu href='/join.php'>Join the Rebellion!</a><br> <a class=mainmenu href='/reference'>Costuming Resources</a><br> <a class=mainmenu href='/forum'>Forum</a><br> <a class=mainmenu href='/members.php'>Members</a><br> <a class=mainmenu href='/honorary.php'>Honorary Base Members</a><br> <P>&nbsp;</p> <P>&nbsp;</p> <P>&nbsp;</p> <a class=mainmenu href='/invite.php'>To Invite Alderaan Base to an event or to find out more email us</a><br> <P>&nbsp;</p> <P>&nbsp;</p> <P>&nbsp;</p> </td> <td width='674' valign=top class=row1>                   <P>&nbsp;</P>   <td width='250' valign=top class=tablewhite> <P> <img border=0 width=250 height=340 src='/images/rebelpreview.jpg'></a><br></P> "); } function print_footer() { print("     </td> </tr> </table> </tr> </table> </body> </html> "); } function print_footer_small() { print "</body></html>"; }         function fix_url($linkurl)         {                 if(substr($linkurl,0,4) == "http" || substr($linkurl,0,5) == "https")                 {                         $fixed_url = $linkurl;                 }                 else                 {                         $fixed_url= "http://" . $linkurl;                 }                 return $fixed_url;         }                                       [/code] Thanks Keith
  5. ok I will post this over in the html section. The problem I am haveing is the text that shows up below the picture on the right needs to be in the center section which is the blue error. Keith
  6. here is the page I am trying to work on http://www.alderaanbase.com/test1.php Keith
  7. haveing problems with a style sheet setup. I can get the layout I want but the my web pages text dosent show up in the main body of the style sheet ehre i would like it. it shows up on the lower right side here is the syle shhet that I am useing, and I am looking to add the web page content in the center [code]<? function print_header_small($title='') { print("                 <head>                 <title>$title</title>                 <link rel='stylesheet' href='/include/alderaanbase.css'>                                                             </head>                 <body bgcolor=black text=black marginheight=0 marginwidth=0>          "); } function print_header($title='Alderaan Base') { print(" <head> <title>$title</title> <link rel='stylesheet' href='/include/alderaanbase.css'> </head> <body bgcolor=black text=black marginheight=0 marginwidth=0> <table width=100% height=100% cellspacing=0 cellpadding=5> <tr> <td class=header align=left height=110><img src='/images/alderaanbase1.jpg'></td> </tr> <tr> <td> <table width=100% cellspacing=10 cellpadding=10 border=0 height=100%> <tr> <td class=bodyline width=150 valign=top> <a class=mainmenu href='/'>Home</a><br> <a class=mainmenu href='/calendar/eventslist.php'>Upcoming Events</a><br> <a class=mainmenu href='/events.php'>Past Events</a><br> <a class=mainmenu href='/gallery2/main.php?g2_itemId=79'>Photo Gallery</a><br> <a class=mainmenu href='/join.php'>Join the Rebellion!</a><br> <a class=mainmenu href='/reference'>Costuming Resources</a><br> <a class=mainmenu href='/forum'>Forum</a><br> <a class=mainmenu href='/members.php'>Members</a><br> <a class=mainmenu href='/honorary.php'>Honorary Base Members</a><br> <P>&nbsp;</p> <P>&nbsp;</p> <P>&nbsp;</p> <a class=mainmenu href='/invite.php'>To Invite Alderaan Base to an event or to find out more email us</a><br> <P>&nbsp;</p> <P>&nbsp;</p> <P>&nbsp;</p> </td> <td width='674' valign=top class=row1>                   <P>&nbsp;</P>   <td width='250' valign=top class=tablewhite> <P> <img border=0 width=250 height=340 src='/images/rebelpreview.jpg'></a><br></P> "); } function print_footer() { print("     </td> </tr> </table> </tr> </table> </body> </html> "); } function print_footer_small() { print "</body></html>"; }         function fix_url($linkurl)         {                 if(substr($linkurl,0,4) == "http" || substr($linkurl,0,5) == "https")                 {                         $fixed_url = $linkurl;                 }                 else                 {                         $fixed_url= "http://" . $linkurl;                 }                 return $fixed_url;         }                                       [/code] Thanks Keith
  8. I am getting this error and I am lost as to what is causeing it Parse error: syntax error, unexpected T_LNUMBER in /home/merebel/public_html/include/style2.php on line 63 [code]<? function print_header_small($title='') { print("                 <head>                 <title>$title</title>                 <link rel='stylesheet' href='/include/alderaanbase.css'>                 </head>                 <body bgcolor=black text=black marginheight=0 marginwidth=0>            "); } function print_header($title='Alderaan Base') { print(" <head> <title>$title</title> <link rel='stylesheet' href='/include/alderaanbase.css'> </head> <body bgcolor=black text=black marginheight=0 marginwidth=0> <table width=100% height=100% cellspacing=0 cellpadding=5> <tr> <td class=header align=left height=110><img src='/images/alderaanbase1.jpg'></td> </tr> <tr> <td> <table width=100% cellspacing=10 cellpadding=10 border=0 height=100%> <tr> <td class=bodyline width=150 valign=top> <a class=mainmenu href='/'>Home</a><br> <a class=mainmenu href='/calendar/eventslist.php'>Upcoming Events</a><br> <a class=mainmenu href='/events.php'>Past Events</a><br> <a class=mainmenu href='/gallery2/main.php?g2_itemId=79'>Photo Gallery</a><br> <a class=mainmenu href='/join.php'>Join the Rebellion!</a><br> <a class=mainmenu href='/reference'>Costuming Resources</a><br> <a class=mainmenu href='/forum'>Forum</a><br> <a class=mainmenu href='/members.php'>Members</a><br> <a class=mainmenu href='/honorary.php'>Honorary Base Members</a><br> <P>&nbsp;</p> <P>&nbsp;</p> <P>&nbsp;</p> <a class=mainmenu href='/invite.php'>To Invite Alderaan Base to an event or to find out more email us</a><br> <P>&nbsp;</p> <P>&nbsp;</p> <P>&nbsp;</p> </td> <td width="674" valign=top class=row1> <P>&nbsp;</p> </td> <td width="250" valign=top class=tablewhite> <P> <a href='/photos/'><img border=0 width=250 height=340 src='images/rebelspreview.jpg'></a><br></P> "); } function print_footer() { print("   </td> </tr> </table> </tr> </table> </body> </html> "); } function print_footer_small() { print "</body></html>"; }         function fix_url($linkurl)         {                 if(substr($linkurl,0,4) == "http" || substr($linkurl,0,5) == "https")                 {                         $fixed_url = $linkurl;                 }                 else                 {                         $fixed_url= "http://" . $linkurl;                 }                 return $fixed_url;         }                                         [/code] Thanks Keith
  9. Need help setting up a contact form, my biggist problem is I would like a drop down box for differnt contact emails Example would be to: support or Sales or Admin. for the fields and each one would go to a diifernt email account Thanks Keith
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.