can any one provide

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    can any one provide

    i am using methos version 3 and its being a big problem i am needing help with this the problem is i visited the site from my phone it works great but in most of others phone even i have seen from one of my friends phone its a good phone than mine i visited my site from that phone it shows codes i mean the xhtml codes in the main menu i am needing to fix this but i tried finding many times to fix it almost insane of it and headache of looking codes and wasting my sleep waiting in the computer for almost 24 hours a day missing my studies i know this is my own problem but if i can finish fixing this problem i can rest in peace and stop even using my computer cause i am damn with my exams!

    when i visited my site from my friends phone the background color of my site is white and the xhtmlfunctions.php codes are visible on the phone i tried searching for the plain lavalair script i also tried setting a style.css instead of using xhtmlfunctions.php then the problem was ok! it worked fine! but the thing is i dont know to set those boarders you know like div+mblock 1, div=mblock 2 how can i set it from .css tho i know to seti those in xhtml functions i dont know how to do it with the css
    Nice Effects

    #2
    if u want use css than i will tell u something abt .....css
    use of background and border
    exa-
    code for xyz.css page
    .mblock { height : 40px ; width : 100% ; background-color : #ff0000 ; border : 1px solid #000000 ;}

    now in ur main page .html xhtml or php
    before head close ---write....
    <link href="xyz.css" rel="stylesheet" type="text/css">
    and in body section
    write .....
    <div class=mblock> write here..... any thing </div>


    same procedure for others...................
    Last edited by computerguru; 20.07.10, 17:51.

    Comment

    Working...
    X