HTML help
#1
Posted 22 February 2005 - 10:20 AM
thanks.
#2
Posted 22 February 2005 - 11:01 AM
#3
Posted 22 February 2005 - 11:09 AM
<TD COLSPAN=2> <a href= "index.html"><IMG SRC="images/index_01.gif" WIDTH=102 HEIGHT=28 ALT=""></TD></a> <TD COLSPAN=3 ROWSPAN=6> <a href="index.html"><IMG SRC="images/index_02.gif" WIDTH=598 HEIGHT=174 ALT=""></TD></a> </TR> <TR> <TD COLSPAN=2> <a href="www.xunhandmex.hostmatrix.org/forums"><IMG SRC="images/index_03.gif" WIDTH=102 HEIGHT=29 ALT=""></TD></a> </TR> <TR> <TD COLSPAN=2> <a href="tutorials.html"><IMG SRC="images/index_04.gif" WIDTH=102 HEIGHT=30 ALT=""></TD></a> </TR> <TR> <TD COLSPAN=2> <a href="downloads.html"><IMG SRC="images/index_05.gif" WIDTH=102 HEIGHT=30 ALT=""></TD></a> </TR> <TR> <TD COLSPAN=2> <a href="staff.html"><IMG SRC="images/index_06.gif" WIDTH=102 HEIGHT=30 ALT=""></TD></a> </TR> <TR> <TD COLSPAN=2> <a href="contact.html"><IMG SRC="images/index_07.gif" WIDTH=102 HEIGHT=27 ALT=""></TD></a> </TR> <TR> <TD COLSPAN=5> <IMG SRC="images/index_08.gif" WIDTH=700 HEIGHT=45 ALT=""></TD> </TR> <TR>there is the code and i noticed that in my browser i don't see it(Opera) but in the IE you can see it...any advice on what to change?
#4
Posted 22 February 2005 - 02:02 PM
and that should solve your problem.
#5
Posted 22 February 2005 - 10:28 PM
#6
Posted 22 February 2005 - 11:15 PM
For all image tags put:
BORDER="0"
Between:
IMG SRC and WIDTH
So it will end up soemthing like this:
...<IMG SRC="IMAGE.gif" BORDER="0" WIDTH=SIZE...
#7
Posted 23 February 2005 - 12:00 AM
sorry for double postin
#8
Posted 23 February 2005 - 03:16 PM
alright if you want to center your site, you can do this
<html> <head></head> <body> <center> code goes in here between the center tags </center> </body> </html>
keep asking if you need help.
#9
Posted 23 February 2005 - 03:23 PM
The following code applies to 'body' but you can also use that for .class or #id
body {
margin-left: auto;
margin-right: auto;
text-align: center;
}
XHTML code is more efficient and quick when you master it
#10
Posted 23 February 2005 - 09:49 PM
#11
Posted 24 February 2005 - 12:07 PM
Before you learn css you need to understand the concept and how it works. and once you figure that out you can take over the world! (illeteraly.)
#12
Posted 24 February 2005 - 03:26 PM
Dumb Genius, on Feb 23 2005, 09:23 PM, said:
margin-left: auto;
margin-right: auto;
text-align: center;
}
<table align="center"><tr><td> <table><tr><td> SITE CONTENT </td></tr></table> </td></tr></table>
#13
Posted 17 April 2005 - 01:27 PM
#14
Posted 17 April 2005 - 07:25 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
