• ARCHIVES 
  • » There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

Pages: 12

There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div class="[b]NAME OF BOX[/b]">[i] CONTENT OF BOX HERE EMBED CODES/ IFRAMES/OBJECTS/DIV TAGS [/i]</div> <body> </body> </html>[/quote] Legends: [b]NAME OF BOX[/b] - The primary ID you will use. [i]CONTENT OF BOX HERE EMBED CODES/ IFRAMES/OBJECTS/DIV TAGS/A TAGS/IMG TAGS[/i] - Possible items you can apply like youtube, flash and other widgets. Question: How to edit the properties of the edited box? Answer: Apply style property by using the ID you made. Question: How can I do that? Answer: [b]Example:[/b] This is your example HTML code below with the div class tag in work also with an example img tag and a tag. [quote]<html> <head> </head> <body> <div class="[b]ephemeral[/b]">[i] <a href="http://theftalk.com"><img src="http://theftalk.com/img/smilies/wallbash.gif"></a> [/i]</div> </body> </html>[/quote] Now after applying your div class in the HTML add a style tag on the head tag of the HTML document. [b] Example:[/b] [quote]<head> [b]<style type="text/css"> </style>[/b] </head>[/quote] After creating a style tag on the head use the ID of your div class to edit the C.S.S. for your created box. [b]Example:[/b] [quote]<html> <head> [i].ephemeral[/i] { [u]C.S.S. Here [/u]} </head> <body> <div class="[b]ephemeral[/b]"> <a href="http://theftalk.com"><img src="http://theftalk.com/img/smilies/wallbash.gif"></a> </div> </body> </html>[/quote] Legends: [b]Bold Text:[/b] The ID I used in the div class is ephemeral [i]Italic Text:[/i] Same as the ID ephemeral on the div class I created that's used to edit the C.S.S. of the created box. [u]C.S.S Here[/u] where you will put your C.S.S. file. Some samples of usable C.S.S. codes. Use as base: <">Example finished product if done correctly. <">Remember you can apply this on .htm files or even overlayed ones. [hr] C.S.S./JavaScript Extension users. Just use document.right Example: Add to J.S. file <">Then apply the css of your code in your C.S.S. Extension file. <">Remember just use the given stuff above as guide lines. Also you can apply script on this through a href or a tags and onclick check feruzz hide show box script for some ideas as well... Hope this is informative lol :wallbash:

Last edited by Ephemeral (2007-08-11 21:20:25)

0phranxis0
» Banned
FTalk Level: zero
49
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

nice! :eh: :thumbsup: but can u change the font?
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

Of course! just add <">on the C.S.S. =) just use those as basic C.S.S.

Last edited by Ephemeral (2007-08-11 02:02:26)

aRies04991
» FTalkElite
FTalk Level: zero
4906
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

Ooh.. very nice tutorial. easy to understand =) guess i'll be experimenting again :D thanks kuya ephe :thumbsup:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

Thanx Ephemeral!! :thumbsup: my div application sucks so this tutorial would be very useful!! =)
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

nice trick again :thumbsup:
redgie
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

kua Panu paG <javascrift> tas need ko dapat may <DIV> panu yon magiging div
loolo
» FTalker
FTalk Level: zero
108
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

^????.Yeah this is what i'm need,maybe it's must to be sticked :thumbsup:
inngrade
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

ahakss!!.. even it's simple.. maybe i hv to learn more.. i'm suck with this!! :drool:
joe1084
» n00b
FTalk Level: zero
26
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

thnxxx teach us my frends :thumbsup: :thumbsup: :penguin:
asn585
» FTalker
FTalk Level: zero
244
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

[quote]kua Panu paG <javascrift> tas need ko dapat may <DIV> panu yon magiging div[/quote] This LINK will give you a helful Ideas about it !.... http://theftalk.com/t11033-Internal-Code-BODY-your-Javascript-%21....html :cool:
aftermath
» FTalkAddict
FTalk Level: zero
439
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

<div class='class'> can be changed using css .class { } as for <div id='id'> can be changed using css #id { }. In short, for class use . and for id use #.
Chezter18
» Banned
FTalk Level: zero
237
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

nice i like diz!
cUtiEshika
» FTalkManiac
FTalk Level: zero
868
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

hmn.. can i use this on embedding media in my blog as a blog entry..?? :wallbash: :wallbash: :wallbash:
d^_~b
» FTalkManiac
FTalk Level: zero
987
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

can i use <div id="$$$$$">blahblah</div>
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

^ lol why make things complicated??? :lol: i think only letters, numbers and underscore are allowed.. :rolleyes:
my_nym
» n00b
FTalk Level: zero
47
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

thanks for sharing kuya ephe. :thumbsup:
alfonso
» n00b
FTalk Level: zero
75
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

:O very nice!
ecO-lif
» n00b
FTalk Level: zero
73
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

nice one.i'll give a ty for this.. +where to put the code? :paranoid:

Last edited by ecO-lif (2008-03-07 12:06:53)

ekhy_07
» FTalkAddict
FTalk Level: zero
499
0
1969-12-31

Re: There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

wwooowwwwww :o:o:o:o nice tread,,,,,,, i like it,,,,,,,,,,,, thx 4 share........
  • ARCHIVES 
  • » There are many interested HTML makers out there so just wanna share a simple tutorial about "div class" A "div class" tag in an HTML page can make a box Example: [quote]<html> <head> </head> <div

Pages: 12

Board footer

© 2024 F Talk

Current time is 22:39

[ 10 queries - 0.025 second ]
Privacy Policy