View Full Version : cancle html
hafunui 01-17-2004, 06:13 AM how do i cancle html codes? like i put down an html code add all it does is show it in plane text instead of doing what it woud normally do?
eg. <hr> without making a line u just see it as you do now
Rosey 01-17-2004, 06:16 AM You mean it does that on your website?
an html document goes like this:
<html>
<head>
<title> Title here</title>
</head>
<body>
content here
</body>
</html>
hafunui 01-17-2004, 06:17 AM You mean it does that on your website?
an html document goes like this:
<html>
<head>
<title> Title here</title>
</head>
<body>
content here
</body>
</html>
i mean i want to make an html guide and i need to show people the codes, how?
Rosey 01-17-2004, 06:20 AM oh :)
You could do a textarea or you could use #60; for < and #62; for >
add a & in front of those..wouldn't let me put it without showing the actual brackets
hafunui 01-17-2004, 06:22 AM oh :)
text area?
Rosey 01-17-2004, 06:24 AM Text area:
http://www.lissaexplains.com/html5.shtml#textarea
reread my post, i was having troubles..lol
hafunui 01-17-2004, 06:26 AM Text area:
http://www.lissaexplains.com/html5.shtml#textarea
reread my post, i was having troubles..lol
so if i do that code <a href="agarfga.com">ssfwef</a> will show as is in the box?
hafunui 01-17-2004, 06:31 AM never mind it worked thanx
while im here, how do i make transparent background for scroll boxes?
Rosey 01-17-2004, 06:43 AM on that link to lissa's site i gave you, she shows you how to add colors and stuff. For transparent background you can put
style="background: transparent;" and then anything else you want in there.
hafunui 01-17-2004, 06:46 AM on that link to lissa's site i gave you, she shows you how to add colors and stuff. For transparent background you can put
style="background: transparent;" and then anything else you want in there.
ok thanx again, that means you can close the other topic i made on this cus u werent replying :rolleyes:
Rosey 01-17-2004, 06:47 AM ok...just because i'm listed as here doesn't mean i'm just waiting on replies.
Patience...patience...
but i will close the other thread.
hafunui 01-17-2004, 06:52 AM ok...just because i'm listed as here doesn't mean i'm just waiting on replies.
Patience...patience...
but i will close the other thread.
sorry :rolleyes:
but how do i get the background red but you can see the background of the page too? like a transparent color?
Rosey 01-17-2004, 06:59 AM you can use opacity but it only works in IE.
I'm not sure if there would be something similar that would work for netscape
hafunui 01-17-2004, 07:02 AM you can use opacity but it only works in IE.
I'm not sure if there would be something similar that would work for netscape
how do i set that?
Rosey 01-17-2004, 07:05 AM Put that in your textarea tag:
style="FILTER: chroma(color=#ff0000)" allowtransparency="true"
hafunui 01-17-2004, 07:08 AM thanx again, i'll stop asking stuff today
lol
hafunui 01-17-2004, 07:14 AM ok one more
it didn't work
Rosey 01-17-2004, 07:28 AM I really don't know..not my field of expertise on filter and stuff.
:/
hafunui 01-17-2004, 07:30 AM o well
know anyone i can ask?
Rosey 01-17-2004, 07:33 AM you're at the right spot but usually at this hour there isn't many people on..just wait a few hours, they'll be on.
burntsushi 01-17-2004, 08:35 AM i'm on :) (but i'm just crazy... ;) hehe)
anywho, to make basically anything transparent, put this in the tag: (mind you, it only works in IE ;))
style="filter: alpha(opacity=70);"
You can change the opacity level (it's bolded).. where 0 is completely transparent, and 100 has no transparency...
Rosey, what does the "allowtransparency" attribute do? just wondering :) couldn't find anything on it over at w3.. hehe
knudddel 01-17-2004, 09:34 AM I don't really think I can help that much but I can try. Where is your problem again? Do you maybe have a link to your Website?
|