just a little bit of HTML help.
Moderator: PC Supremacists
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON
Well, i have seen the ID tag used in a style sheet to define every single attribute of a cell, so they put like <td ID="one"> or something, and it defines hte width, size, color, height, everything. I was just wondering if you can do that with text. I know you can do like
so when you put <b> it makes the code how <b> was defined, and not bold. Same with <i>, but you can only do that with already existing HTML commands. Will the ID tag work? Well, I'll try it and get back to yall! Uhh, one last thing, wahts the style sheet command for valign? Its a picky tag, doesnt work in <table> tag, i dont know why. Also, wont work in a <div> tag. What I mean by the CSS command is, like, for normal align its I can't figure out how to float it vertically in the style sheet...
Code: Select all
B {font-weight=normal; cursor=default;}
I {font-weight=normal; cursor=default; color=gray;}
Code: Select all
float:left
Last edited by cobain on Sun Jul 10, 2005 10:21 pm, edited 1 time in total.
- JS Lemming
- Game Developer
- Posts: 2383
- Joined: Fri May 21, 2004 4:09 pm
- Location: C:\CON\CON