Page 1 of 1
HTML help

Posted:
Sun Nov 04, 2007 11:32 pm
by JesusReigns
I'm making a blog for my NFL tournament and need some help. I typed up the schedule and want to put 1/2 of the schedule on the Top left and the other 1/2 on the Top right but have not figured out the html code for this. Does anyone know how?

Posted:
Mon Nov 05, 2007 8:52 am
by dustn64
I don't know how but I do want to say, The huskers suck

Posted:
Mon Nov 05, 2007 1:56 pm
by Wisse
make it in a table?

Posted:
Mon Nov 05, 2007 4:34 pm
by spinwizard
mmm...yes, I am pretty poor at HTML but i think a table is the way forward...


Posted:
Mon Nov 05, 2007 4:35 pm
by Anarkistsdream
http://www.web-source.net/html_codes_chart.htm
There is a great list that actually shows them all in use, so you can see what they really do.
Re: HTML help

Posted:
Mon Nov 05, 2007 4:39 pm
by bryguy
JesusReigns wrote:I'm making a blog for my NFL tournament and need some help. I typed up the schedule and want to put 1/2 of the schedule on the Top left and the other 1/2 on the Top right but have not figured out the html code for this. Does anyone know how?
aww shoot, i used to be great at this stuff, but then i got into CC and they dont let me do it here, so i forgot it all
Re: HTML help

Posted:
Mon Nov 05, 2007 4:42 pm
by reverend_kyle
JesusReigns wrote:I'm making a blog for my NFL tournament and need some help. I typed up the schedule and want to put 1/2 of the schedule on the Top left and the other 1/2 on the Top right but have not figured out the html code for this. Does anyone know how?
- Code: Select all
<table width=800"><tr><td width="400"> schedule on top left</td> <td width="400"> schedule on top right</td></tr></table>
I dunno if that's what you're looking for but I think that's what wisse is getting at.

Posted:
Mon Nov 05, 2007 4:56 pm
by JesusReigns
Thanks for the help guys. If anyone has any more input or nows how to do this it would be of great help.

Posted:
Mon Nov 05, 2007 5:20 pm
by HayesA
Whiles tables are so 1996, it's also recommended for someone with very limited web programming experience.
Go for tables, my friend.


Posted:
Mon Nov 05, 2007 6:58 pm
by Wisse
hmm if you specific more about how you want i, make a picture in paint or phoshop i can help you, since i am a site maker (currently bussy with making a good lay out with background immages headers etc. if you do that good you are gonna be a great site maker, the problem is it is more difficult than it seems... i will post a link here when its ready)