LORD_ZIMON
LORD_ZIMON What will I
put as <href
<a
href="file or page link">link name</
a>
Copy code Please xcoded I
want to make my links to be a
different color so that the default
colour will be black but when my
mouse pointer gets over it ....it will
change color Copy the css
code below and edit the color values
to ur taste
<style type="text/css">
a:link {color: #3b5998; text-decoration: none;}
a:hover {color:red; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}</style>
Copy code Cant I just
put "<a href="http://
www.myphoneky.xtgem.com/..........."</
a> and it will open and not write
page not found Must i
always create new page in the file
browser before i link it MUST! But
not only in d filebrowser, u can
create a folda nd creat a file inside
nd den link
In file linking
..jux note dat the last parameter of
the link is a file while other
parameters are folder for example
in weezywap.xtgem.com/
Wapmaster/Icon/index ..the 'index'
which is the last parameter is the
file while 'Wapmaster' and 'Icon' are
folders ..it only means that
'Wapmaster' folder was created
direct in the filebrowser while 'Icon'
was created inside the Wapmaster
folder..
Copy code