Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i am a newbie

Status
Not open for further replies.

zallen

Programmer
Aug 10, 2000
227
CN
HI,friends
I like write html manually but somw tags i cannot understand very well.Hope somebody out there can help me.Please tell me how to use the layer tag?

Any suggestions are appreciated! I want to emigrate Canada or Australia. Any relative information you supplied will be appreciated!

zallen@cmmail.com
ICQ:101229409
 
Um, is this in any way related to PHP? If you want to know how to do layers in HTML, you can go to the HTML and CSS (Cascading Style Sheets) forum here forum215 you are wanting to intigrate the layer tag with PHP, there is really nothing to it.

You can just echo or print it into the browser such as follows:

[tt]

print &quot;<div id=myDiv style=\&quot;top:10px; left:100px; background:blue; border:1px solid black\&quot;>\n&quot;;
print &quot;this is some text in the div\n&quot;;
print &quot;</div>\n&quot;;

[/tt]

I hope that answered your question.

-Vic vic cherubini
malice365@hotmail.com
====
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director
====
 
thanks you very much!

Regards! I want to emigrate Canada or Australia. Any relative information you supplied will be appreciated!

zallen@cmmail.com
ICQ:101229409
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top