View Full Version : need html help
brendahurley 03-29-2003, 06:42 PM I am going nuts trying to figure out html. i would love to build my own web page however, html is a loss for me. can someone please help, i dont know where to put things or how to put them. i dont know anything, i went over all the info in lisas pages and still cant figure it out... its all jumble to me.
silversailoruni 03-29-2003, 06:53 PM Yeah me too. I wish I could help, but I'm just as lost as you are.
brendahurley 03-29-2003, 07:16 PM haha, i think this is crazy, there is never been anything on the comp that has got me stumped. i cant figure out how to make this page look like i want it. my graphics end up god knows where on my page. this is funny. thanks for a laugh
Stormx 03-29-2003, 07:29 PM Have you tried looking on the HTML section on LEA?
http://www.lissaexplains.com/html.shtml
If that doesn't explain it then, I dunno. That is the best explaination.
What exactly are you tring to do? You could look in the CSS section of LEA. There is an absolute align http://www.lissaexplains.com/css.shtml
What do you not understand? What are you tring to do? What is your host? What program are you using?
brendahurley 03-29-2003, 10:56 PM ok, lets say i have a graphic that says welcome that i want placed at the top,middle of my page. and then i want my text under it center. i just want to know how to get my graphics and text placed on the page where i would like them to be rather it be top middle, left right, left middle.......ect. i can get the graphic on my page but i cant figure out how to get it where i want it.. im i confusing u? i know , i am alittle slow. but dont laugh. haha
fruitcake 03-30-2003, 12:12 AM yeah, I'm confused!
But, I'll try and help.
If you just want it up at the top/center, then before you put your image in, use the center tag, then put your image, couple lines, then your text. Like so:
<center>
<img src="image.jpg">
<br><br>text text text
if you want left/right, use
<div align="left">
or
<div align="right">
inplace of the center tag.
When you want to end your alignment, for center, use
</center>
And for the left or right, use
</div>
Is any of that what you wanted?
brendahurley 03-30-2003, 03:17 AM well, im sure it is what i need, lol but where in the document do i put all this. hahaha.... im really trying hard to get this so please bare with me. im getting really angry lol i feel like throwing this comp in the yard. actually its getting kinda funny at this point.
thanks so much for all your help
Xiphias 03-30-2003, 03:38 AM <html>
<head>
<title>Your Site's Title Here</title>
</head>
<body>
<div align="center"><img src="image.gif"><br><br>
your stuff here
</div>
</body>
</html>
Change the stuff in bold print to whatever you want/ need.
brendahurley 03-30-2003, 03:00 PM ok, i got all that on my page and i even have a frame on the left. haha.. so heres my question...on the above code, where it says put your stuff here. is this where i enter all my backgrounds , graphics , text and so on... ? also. i have made a frame and i would llike to put color on the left and my background image on the right is this possible and if so how do i do this? you guys have been a great help. thanks soo much
Xiphias 03-30-2003, 03:14 PM your stuff here is indeed where your text, images, etc. goes :)
To get the left frame colored, put <body bgcolor="#color"> as your body tag. For the other frame (the main one), use <body background="image.gif"> instead. I know how complicated HTML is for beginners.
brendahurley 03-30-2003, 03:45 PM ok, i got the right with a background. whew, cant believe it.lol
now i have a question,lol in my left frame. where do i put the info for the color..... can i use lisas' color chart for this. i want a green, light green
brendahurley 03-30-2003, 03:53 PM ok i put in the code u gave me like this. <body bgcolor="#339933color"> lol its not working.... i did something wrong here....as usual
Originally posted by brendahurley
bgcolor="#339933color"
bgcolor="#339933"
brendahurley 03-30-2003, 04:23 PM I DID IT !!!!
i cant believe it.... now i have to figure out how to put text and links on both right and left... :) ill get it. someday
|