how to make a new web site.txt
来自「黑客培训教程」· 文本 代码 · 共 46 行
TXT
46 行
how to make a new web site
http://www.make-a-web-site.com/
http://www.pagetutor.com/pagetutor/makapage/index.html
www.webmonkey.com
Colour Palletes
http://colormatch.dk
HTMLlock <---Need
http://www.devside.net
http://www.devside.net/download/crypto/disclaimer1.html
well, if you want text seperate from image, you could just do this:
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<td><td>
your text here, it's totally fun, yeah yeah yeah
</td><td>
<img src="your picture here">
</td></tr>
</table>
if you want to have the image on the left side, and text on the right side, just reverse the code like so:
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<td valign="bottom" align="left">
<img src="your picture here">
</td>
<td><td>
your text here, it's totally fun, yeah yeah yeah
</td></tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?