Log in
Latest topics
Keywords
Search
Statistics
We have 82 registered usersThe newest registered user is gavmarie
Our users have posted a total of 1591 messages in 217 subjects
Who is online?
In total there are 6 users online :: 0 Registered, 0 Hidden and 6 Guests None
Most users ever online was 118 on Wed Sep 25, 2024 10:20 am
HTML Discussion
3 posters
Page 1 of 2 • 1, 2
HTML Discussion
I'm not sure who all messes with it on here. But, since it has to do with computers and all I figured some of us might come across it sooner or later.
I'm decent at it and could help out a litte if anyone asks for help.
I'm decent at it and could help out a litte if anyone asks for help.
Re: HTML Discussion
Hmm... I don't quite follow completely. lol
I think I have an idea -- Like the entire look of the whole site, correct?
I think I have an idea -- Like the entire look of the whole site, correct?
Re: HTML Discussion
it's already filled so i want to edit it and put stuffs from this site
- Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Jalokim Graphics</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
background-color: #353030;
}
.twoColHybLtHdr #container {
width: 650px; /* the auto margins (in conjunction with a width) center the page */
border: 1px none #000000;
text-align: center; /* this overrides the text-align: center on the body element. */
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background-color: #4c870e;
background-image: url(http://i191.photobucket.com/albums/z301/lastfmbadges/backblack.png);
background-repeat: no-repeat;
background-position: center center;
height: 485px;
top: 25%;
}
.twoColHybLtHdr #header {
background: #DDDDDD;
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColHybLtHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width.
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
float: left;
width: 30%; /* top and bottom padding create visual space within this div */
padding-top: 15px;
padding-right: 0;
padding-bottom: 15px;
padding-left: 0;
background-color: transparent;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div. No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
}
.twoColHybLtHdr #footer {
background-color: transparent;
background-position: center bottom;
height: auto;
padding-top: 0;
padding-right: 10px;
padding-bottom: 0;
padding-left: 10px;
margin: auto;
width: auto;
top: auto;
}
.twoColHybLtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: none;
margin-left: 8px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 11px;
background-position: center bottom;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
foot {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
fooot {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
}
.style1 {
font-size: 11px;
color: #FFFFFF
;
}
.style3 {
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-right: 10px;
margin-left: 200px;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #90e03d;
text-decoration: none;
}
-->
</style>
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
<![endif]-->
<script type="text/javascript">
<!--
function MM_preloadImages() { http://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[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { http://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[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_nbGroup(event, grpName) { http://v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
</head>
<body class="twoColHybLtHdr" onload="MM_preloadImages('http://i191.photobucket.com/albums/z301/lastfmbadges/rollpver.png','http://i191.photobucket.com/albums/z301/lastfmbadges/rol2.png','http://i191.photobucket.com/albums/z301/lastfmbadges/rol3.png','http://i191.photobucket.com/albums/z301/lastfmbadges/rol4.png')">
<br>
<br>
<br>
<br>
</CENTER>
<div id="container" >
<div align="right"><a href="http://testjalcss.forumotion.com/"><img src="http://i191.photobucket.com/albums/z301/lastfmbadges/green.png" width="20" height="20" hspace="0" border="0" /></a><a href="http://testjalcss.forumotion.com/index2-h6.html"><img src="http://i191.photobucket.com/albums/z301/lastfmbadges/black.png" width="20" height="20" hspace="10" vspace="0" border="0" /></a> </div>
<p> </p>
<div id="sidebar1">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><div align="right"><a href="http://testjalcss.forumotion.com/forum.htm" target="_top" onclick="MM_nbGroup('down','group1','home','',1)" onmouseover="MM_nbGroup('over','home','http://i191.photobucket.com/albums/z301/lastfmbadges/rollpver.png','',1)" onmouseout="MM_nbGroup('out')"><img src="http://i191.photobucket.com/albums/z301/lastfmbadges/nav1.png" alt="" name="home" width="200" height="40" border="0" id="home" onload="" /></a></div></td>
</tr>
<tr>
<td><div align="right"><a href="http://testjalcss.forumotion.com/hitbl-h4.html" target="_top" onClick="MM_nbGroup('down','group1','hitskin','',1)" onMouseOver="MM_nbGroup('over','hitskin','http://i191.photobucket.com/albums/z301/lastfmbadges/rol2.png','',1)" onMouseOut="MM_nbGroup('out')"><img name="hitskin" src="http://i191.photobucket.com/albums/z301/lastfmbadges/nav2.png" border="0" alt="" onLoad="" /></a></div></td>
</tr>
<tr>
<td><div align="right"><a href="http://help.forumotion.com" target="_top" onClick="MM_nbGroup('down','group1','sup','',1)" onMouseOver="MM_nbGroup('over','sup','http://i191.photobucket.com/albums/z301/lastfmbadges/rol3.png','',1)" onMouseOut="MM_nbGroup('out')"><img name="sup" src="http://i191.photobucket.com/albums/z301/lastfmbadges/nav3.png" border="0" alt="" onLoad="" /></a></div></td>
</tr>
<tr>
<td><div align="right"><a href="http://testjalcss.forumotion.com/contactbl-h5.html" target="_top" onClick="MM_nbGroup('down','group1','contact','',1)" onMouseOver="MM_nbGroup('over','contact','http://i191.photobucket.com/albums/z301/lastfmbadges/rol4.png','',1)" onMouseOut="MM_nbGroup('out')"><img name="contact" src="http://i191.photobucket.com/albums/z301/lastfmbadges/nav4.png" border="0" alt="" onLoad="" /></a></div></td>
</tr>
</table>
<h3> </h3>
<!-- end #sidebar1 --></div>
<div id="mainContent">
<!-- end #mainContent -->
</div>
<p><a href="http://testjalcss.forumotion.com/forum.htm"><img src="http://i191.photobucket.com/albums/z301/lastfmbadges/photo.png" width="450" height="300" border="0" /></a>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
</p>
<div align="center" class="style3">
<p>Welcome to Jalokim Graphics.</p>
</div>
</div>
<!-- end #container --></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="footer">
<div align="center"><span class="style1">Theme designed by Jalokim Graphics � 2008</span>
<!-- end #footer -->
</div></td>
</tr>
<tr>
<td><div align="center" class="style1">Site Hosted by <a href="http://www.forumotion.com">forumotion.com</a></div></td>
</tr>
</table>
</body>
</html>
Re: HTML Discussion
Yeah, I can read that. I usually do the trial and error method when I'm messing with these. So, what is it exactly that you need changed on it?
Re: HTML Discussion
well i wanted to know how to add different colors to it.like if someone wants to see it as one color instead of the primary one
Re: HTML Discussion
Okay, I know how to do that. Do you want the background color or text color changed?
Re: HTML Discussion
Okay. Well, here's an example I just picked out of that code. Colors are coded as well.
For instance the color white is FFFFFF
And the color black is 000000
So in order to change a color, you need the right code. I'm going to find you a link to a page with every color code you need.
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF; <<<<You change the color here. Simply erase the FFFFFF and replace it with a different code. It is the exact same method for the background colors.
For instance the color white is FFFFFF
And the color black is 000000
So in order to change a color, you need the right code. I'm going to find you a link to a page with every color code you need.
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF; <<<<You change the color here. Simply erase the FFFFFF and replace it with a different code. It is the exact same method for the background colors.
Re: HTML Discussion
Simply go to this site and scroll down. It has it listed really simple for you.
http://www.computerhope.com/htmcolor.htm
http://www.computerhope.com/htmcolor.htm
Re: HTML Discussion
Okay so you want to remove the green button? And make the background only able to be black?
Re: HTML Discussion
Okay. I'm going to paste the code for the website into Microsoft word and look through it for awhile. When I find it I'll see if I can remove the buttons.
Re: HTML Discussion
Okay, so I found it. Now, What I think needs to be done is that the code is just erased.
- Code:
</CENTER>
<div id="container" >
<div align="right"><a href=[color=green]"http://testjalcss.forumotion.com/"><img src="http://i191.photobucket.com/albums/z301/lastfmbadges/green.png"[/color] width="20" height="20" hspace="0" border="0" /></a><a href="http://testjalcss.forumotion.com/index2-h6.html"><img src="http://i191.photobucket.com/albums/z301/lastfmbadges/black.png" width="20" height="20" hspace="10" vspace="0" border="0" /></a> </div>
<p> </p>
<div id="sidebar1">
<table border="0" cellpadding="0" cellspacing="0">
Page 1 of 2 • 1, 2
Permissions in this forum:
You cannot reply to topics in this forum
Sat Aug 08, 2009 8:57 pm by Dot Com
» Im back
Sun Feb 15, 2009 9:37 pm by ToXic
» Summer of '07
Sat Feb 14, 2009 7:41 pm by ToXic
» Cool website.
Sat Feb 14, 2009 12:35 am by ToXic
» ToXic Here:)
Sat Feb 14, 2009 12:34 am by ToXic
» Get your own wallpaper (Wallpaper Template)
Sat Feb 14, 2009 12:32 am by ToXic
» Acid Blue
Sat Feb 14, 2009 12:29 am by ToXic
» Hello
Mon Dec 29, 2008 8:52 pm by MrMario
» Well...
Tue Nov 25, 2008 5:10 pm by Green CoW