n1ghtah
|
xhtml and css in dear need of help.If any of you have any clue about div boxes. and comparing them to css. or rather gathering them all. Could you please write to me on skype : n1ghtah
it would be a great help for me as im currently writing a homepage. which includes some old fashion flash gallery for a couple of pictures. I just need a bit of help with constructing a few div boxes. on the pages itself.
also connecting the flash gallery into my hp would be helpful if you know any. (Im working in Dreamweaver , Photoshop and Flash so if you dont know any of those then yeah. help me anyway )
|
Quimp
|
Hi n1, I'm not sure what your question is but I'll try to help.
You can give your DIVs a class or an id (or both):
| Code: | <div class="border" id="container">
(add your flash object in here)
</div> |
This goes in the <body> tag.
In your CSS, reference to classes with a dot then the name; same for IDs but use the # sign.
.border { border: 1px solid red; }
#container { margin: 0 auto; } /* this centers the div */
Let me know if you need more details.
|
n1ghtah
|
uhhh thanks a lot! but yeah i probably will need a bit of help later but again thanks a lot. would you be kind to add my skype ?
|
Quimp
|
I'm rarely on skype but PM me any time you need a hand!
|
BetMagicMoney
|
yer im doing a computer science degree so if you need any help just send me a message on skype
|