Making a very nice site!

Originally posted by Zedric
*GAAAAHHH!!!* MY EYES!!!
*runs*


Horrible colors on that one. :) Makes it pretty unrelaxing to read IMO. :) Probably a good site though.

From the website.
My name is Lissa. I started this site when I was 11 years old because there were no other Web sites available for kids to learn how to make their own site.
I would have to say that it does what it was made to do......appeal to kids, not adults. :rolleyes:

Good luck Za, with your site.
 
Originally posted by Ziptrx
From the website.

I would have to say that it does what it was made to do......appeal to kids, not adults. :rolleyes:

Good luck Za, with your site.

Children have eyes too! Ahh, it still burns! :p
 
Originally posted by gonaads
ZAnwar, Go to this site that I have linked and get this book. It is a great book for HTML web design and it is also a tutorial. I have the first version of this book. it also came with a CD so you can follow it and see what it should look like.

It is called:

<creative html design>
a hands-on html 4.0 web design tutorial

the new one is:

<creative html design.2>
a hands-on web design tutorial

http://www.htmlbook.com/


I created my works web site http://www.skillcentre.com/ while I was reading and learning HTML. And I used NOTEPAD only. And it is W3C compliant. I gotta change the menu... I'm starting not to like the buttons. i need new ones, some mouseover one would be nice. Gonna have to write some new code.


But get this book, easy to read and follow... and very complete.


[edit]
Aaaaah... new buttons. :happy: Now I gotta figure out the mouseover "chit". :huh:

bet you didnt do them buttons in Notepad.

mouseover is this (well its a rollover actually)

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body onLoad="MM_preloadImages('image1b.jpg')">
<a href="url" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image1','','image1b.jpg',1)"><img name="Image1" border="0" src="image1.jpg" alt="alt_text"></a>
</body>
</html>


url is where you would put the link
Image1 is the name
image1b.jpg is the image when the mouse is over it
image1.jpg is the normal image
alt_text is the text for a text only browser or one with images turned off.

Hope this helps
 
Thanks Geffy... will try out this weekend. Gonna do a trial page maybe tomorrow.

Thanks again. :happy:
 
heh, yeah...it is geared towards kids but since it is geared towards people who know little to no HTML - it is a great place to start.
 
I am in the production of my site but I ran into a little trouble. My nav bar (when highlighted), takes up the room all the way to the right (see pic 2).

I want to put a line there to seperate the stuff and put the texts on the right but when I do that it brings my navigation bar to the middle. What do I do?!?
 
<table>
<td>
crap goes here
</td>
</table>

if you look at my site that layout is done with tables.

**Note** doesnt view properly with Mozilla/Opera
 
Originally posted by Vibe69
geffy i like that women in ur sig she lOOKS HOT :eek:

you would not believe the number of people who have said that
click "sig info" link in my sig to see all of them as they rotate
 
Originally posted by Geffy
<table>
<td>
crap goes here
</td>
</table>
*cough* *cough*

PHP:
<TABLE>            <-- The table
  <TR>             <-- A new row
   <TD>            <-- A new cell
     Content
   </TD>           <-- Cell ends
  </TR>            <-- Row ends
</TABLE>           <-- Table ends
A table can contain several rows. A row can contain several cells.
 
Originally posted by Zedric
*cough* *cough*

PHP:
<TABLE>            <-- The table
  <TR>             <-- A new row
   <TD>            <-- A new cell
     Content
   </TD>           <-- Cell ends
  </TR>            <-- Row ends
</TABLE>           <-- Table ends
A table can contain several rows. A row can contain several cells.

Oops thought it wasnt quite right
 
thanks zedric and geffy. But I wanted to keep my navbar, ain't there a way to keep it.
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,623
Latest member
AndersonLo
Back