odd coding at the top

Post everything that hasn't to do with MOHAA or MOHPA here, including site feedback/suggestions.

Moderator: Moderators

Post Reply
mattneed
Colour Sergeant
Posts: 89
Joined: Thu May 25, 2006 10:20 pm

odd coding at the top

Post by mattneed »

Whenever i refresh any of my pages in my internet browser theres like the pages HTML at the top or something anyone know what it is?





Code: Select all

solid; } /* Main table cell colours and backgrounds */ td.row1 { background-color: #002200; } td.row2 { background-color: #002200; } td.row3 { background-color: #002200; } /* 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: #FFFFFF; background-image: url(templates/digitaltwilight_mohaa/images/); background-repeat: repeat-y; } /* Header cells - the blue and silver gradient backgrounds */ th { color: #FFFFFF; font-size: 11px; font-weight : bold; background-color: #000000; height: 25px; background-image: url(templates/digitaltwilight_mohaa/images/); } td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-image: url(templates/digitaltwilight_mohaa/images/); background-color:#002200; border: #000000; border-style: solid; 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: #FFFFFF; border-style: solid; height: 28px; } td.row3Right,td.spaceRow { background-color: #002200; border: #006633; border-style: solid; } th.thHead,td.catHead { font-size: 11px; border-width: 0px 0px 0px 0px; } th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; } th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; } th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; } th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; } th.thTop { border-width: 0px 0px 0px 0px; } th.thCornerL { border-width: 0px 0px 0px 0px; } th.thCornerR { border-width: 0px 1px 0px 0px; } /* The largest text used in the index page title and toptic title etc. */ .maintitle { font-weight: bold; font-size: 17px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height : 120%; color : #FFFFFF; } /* General text */ .gen { font-size : 11px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #FFFFFF; } a.gen,a.genmed,a.gensmall { color: #CFAB05; text-decoration: none; } a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #FFFFFF; text-decoration: none; } /* The register, login, search etc links at the top of the page */ .mainmenu { font-size : 11px; color : #FFFFFF } a.mainmenu { text-decoration: none; color : #CFAB05; } a.mainmenu:hover{ text-decoration: none; color : #FFFFFF; } /* Forum category titles */ .cattitle { font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #CFAB05} a.cattitle { text-decoration: none; color : #CFAB05; } a.cattitle:hover{ text-decoration: none; } /* Forum title: Text and link to the forums used in: index.php */ .forumlink { font-weight: bold; font-size: 11px; color : #CFAB05; } a.forumlink { text-decoration: none; color : #CFAB05; } a.forumlink:hover{ text-decoration: none; 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 : #FFFFFF;} a.nav { text-decoration: none; color : #CFAB05; } a.nav:hover { text-decoration: none; } /* titles for the topics: could specify viewed link colour too */ .topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #FFFFFF; } a.topictitle:link { text-decoration: none; color : #CFAB05; } a.topictitle:visited { text-decoration: none; color : #CFAB0C; } a.topictitle:hover { text-decoration: none; color : #FFFFFF; } /* Name of poster in viewmsg.php and viewtopic.php and other places */ .name { font-size : 11px; color : #FFFFFF;} /* Location, number of posts, post date etc */ .postdetails { font-size : 10px; color : #FFFFFF; } /* The content of the posts (body of text) */ .postbody { font-size : 11px; line-height: 18px} a.postlink:link { text-decoration: none; color : #CFAB05 } a.postlink:visited { text-decoration: none; color : #CFAB0C; } a.postlink:hover { text-decoration: none; color : #FFFFFF} /* Quote & Code blocks */ .code { font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #808080; background-color: #000000; border: #006633; 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: #FFFFFF; line-height: 125%; background-color: #222222; border: #006633; 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: #FFFFFF; letter-spacing: -1px;} a.copyright { color: #FFFFFF; text-decoration: none;} a.copyright:hover { color: #FFFFFF; text-decoration: none;} /* Form elements */ input,textarea, select { color : #FFFFFF; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #006633; } /* The text input fields background colour */ input.post, textarea.post, select { background-color : #000000; } input { text-indent : 2px; } /* The buttons used for bbCode styling in message post */ input.button { background-color : #000000; color : #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /* The main submit button option */ input.mainoption { background-color : #000000; font-weight : bold; } /* None-bold submit button */ input.liteoption { background-color : #000000; font-weight : normal; } /* .Map logo header with dynamic width */ div.dynamic_logo_bg { height: 77px; width: 100%; background: url(templates/digitaltwilight_mohaa/images/map_banner_bg.png) repeat-x; padding: 0px 0px 0px 0px; } div.dynamic_logo_main { cursor: pointer; height: 77px; width: 640px; background: url(templates/digitaltwilight_mohaa/images/map_banner_main.png) no-repeat left; } div.dynamic_logo_end { cursor: pointer; height: 77px; width: 100%; background: url(templates/digitaltwilight_mohaa/images/map_banner_end.png) no-repeat right; } /* 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: #002200; border-style: none; } /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */ @import url("templates/digitaltwilight_mohaa/formIE.css"); --> 
(\_/)
(O.o) This is Bunny. Copy Bunny
(> <) to help him achieve world domination.
User avatar
At0miC
General
Posts: 1164
Joined: Fri Feb 27, 2004 11:29 pm
Location: The Netherlands

Post by At0miC »

It's the info about the style of the webpage. What browser do you use?
PKM
General
Posts: 1888
Joined: Tue Aug 09, 2005 4:43 pm
Location: Philadelpia but stuck in San Antonio TX (hell)

Post by PKM »

At0miC wrote:It's the info about the style of the webpage. What browser do you use?
why that would be a anonymous proxy browser, atomic.
i'm not f****** angry, i'm from philadelphia .
Image
mattneed
Colour Sergeant
Posts: 89
Joined: Thu May 25, 2006 10:20 pm

Post by mattneed »

regular one internet explorer....... i use windows 2000 pro wit nt tech
(\_/)
(O.o) This is Bunny. Copy Bunny
(> <) to help him achieve world domination.
User avatar
tltrude
Chuck Norris
Posts: 4774
Joined: Sun Jul 07, 2002 4:03 am
Location: Oklahoma, USA
Contact:

CSS

Post by tltrude »

Open a window on the desktop (not the browser) and go to tools/folder options/file types. Scroll down to CSS and highlight it to see what it opens with. Mine opens with Notepad.

Also, in the browser, go to Tools/internet options/Programs and see what program is set for Html Editor. Mine is set to Notepad.
Tom Trude,

Image
Post Reply