Everything posted by lordmagik76
-
Text layout in between divs?
Sorry, I wanst quiet myself when I was writting this thread. Here is my html code so far. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title> Suknie Slubne - Avalon </title> <link rel="stylesheet" type="text/css" href="header.css" /> <link rel="stylesheet" type="text/css" href="mainbuttons.css" /> </head> <body> <div id="headertop"></div> <div id="mainbuttons"> <!--Start of a div block including main buttons and link URLs--> <a href="StronaG.htm"> <img src="StronaGlowna.jpg" id="StronaGlowna" class="button" alt="Strona Glowna" /> </a> <br /> <a href="Suknie.htm"> <img src="Suknie.jpg" id="Suknie" class="button" alt="Suknie" /> </a> <br /> <a href="Akcesoria.htm"> <img src="Akcesoria.jpg" id="Akcesoria" class="button" alt="Akcesoria" /> </a> <br /> <a href="Ofirmie.htm"> <img src="Ofirmie.jpg" id="Ofirmie" class="button" alt="Ofirmie" /> </a> <br /> <a href="Kontakt.htm"> <img src="Kontakt.jpg" id="Kontakt" class="button" alt="Kontakt" /> </a> </div> <div id="headerbottom"></div> <!--End of a div block including main buttons and link URLs--> </body> </html> My problem starts here, as I have now a header, some buttons to the left of the page and a footer the same scale as the header. I am trying now to insert images and text in the center of all this but whatever I do seems to mess up my buttons (sorry I know I am no good at explaining things). What I really want is to be able to put stuff in between the header, footer and to the rights of my buttons without moving any of them.
-
Text layout in between divs?
Hi A header in a div, 5 buttons to the left in a div lined vertically and another div at the bottom of my site similar to my header. That 's the layout of my amature site. I am trying to insert images and text to my website but i am having problems navigating between those divs. So far I have managed to do some navigation by inserting paragraphs of text within my buttons-div and make it float to the right and then margin it to align it properly at the center of my page. Is there a different, better way??
-
White Space?
What does {margin: 0 auto} do???? and what's the purpose of relative position? #navigation { position:relative; width: 800px;/* replace this with width you want */ margin: 0 auto; [b]margin-top: 50px;[/b] } I added this line to move it slightly to the bottom. Is that the best choice. What I need to do next is add more buttons following the first one towards the bottom. Would increasing margin-top property for each additional button be the best choice?
- White Space?
-
White Space?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title> Suknie Slubne - Avalon </title> <link rel="stylesheet" type="text/css" href="Body.css" /> <link rel="stylesheet" type="text/css" href="Images.css" /> </head> <body> <a href="StronaG.htm"> <img src="Strona Glowna.jpg" id="StronaGlowna" class="button" alt="Strona Glowna" /> </a> </body> </html> body { background-image:url("AVALON WEB2.jpg"); background-repeat:no-repeat; background-position: top center; }
-
White Space?
Well what I really want to do is this: I created a button for my home page but before that I created a banner in Corel and set it as a background to the top center position. My button is at the top-left corner and I want to move it down below my banner. It also seems to offset to the left when I look at the page in full screen mode. Forgot to add, my button is an image (if that makes any difference)
-
White Space?
What's the best way to create spaces in xhtml. Lets say I want to start text 40px from the top of the screen?
-
What's the best webdisign software for not more than 50pounds.
I feel even more of an idiot than before but thanks for this answer because things make a little more sense now. Perhaps my question was badly phrased from the very begining but this is more or less what I wanted to know. So just out of curiousity. Is there a software which is more or less respected by web designers???
-
What's the best webdisign software for not more than 50pounds.
No need for apologies and yes that was supposed to be sarcastic. I know there are many software out there which seem to be designed to make making websites a little easier rather than writing the entire code myself. Like WebPlus10 which isn't expensive at all but lets you edit the code whenever you want to or customize pre-designed websites to your liking or design a new one using some automated features. What exactly is the disadvantage of that?? - if anyone here answered that question then that would be more or less the answer I was looking for. I am not looking for a software to do all the work for me (as I imagine it would probably be very expensive) all I am looking for is a tool which would let me for example insert a photo in the upper-right corner of the screen by clicking and draging it instead of spending an hour longer to write the code myslef. I realize that coding is probably the only way to express the originality of your artistic soul but I dont see anything wrong with taking the back-door if there is one.
-
What's the best webdisign software for not more than 50pounds.
Damn, I feel like an idiot now. That is excatly what I was thinking when I bought my first car. I said to myself - why buy it ready and built when I can buy each part seperatly and build it myself??
-
What's the best webdisign software for not more than 50pounds.
What the best recommended Web Design software out there for less than 50pounds. I may consider spending more if anyone recommends something really outstanding! Thanks
-
XHTML help!
Thanks. That answers my question. So far I have only done some reading and exercises on Html, XHtml and Css and decided to use XHtml as it is recommended for the future, but besides a general idea of how things work I have no experience whatsoever of how, what and where. I am set on doing it myself however. I guess now it's just down to practice and asking lots of questions.
-
XHTML help!
Can someone explain in more detail the 3 different DOCTYPEs: STRICT, TRANSITIONAL and FRAMESET. What would be best for my website - it is going to be a business website (selling involved). Example taken from w3schools: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Do I have to modify any of this to fit my own website???
-
My First Steps!
Hey great link, thanks.
-
My First Steps!
Thanks. I created a folder inside the folder where my html file is and was trying to get to those images but couldnt. When I transfer them to the mother folder they work fine. So what images can I and can I not borrow? Is there a database of free images you can use?
-
My First Steps!
Thanks for a good link ErisDS. I have just taken my first steps and have actually managed to put something together. So far I am concentrating on HTML but to be honest the tutorial on w3schools is getting a bit technical. at the moment I am trying to insert an image. What file extentions must they be? How do I specify the path to a different location on my pc where the image can be found?
-
My First Post!
Thank you. I have already started and it seems like it's going to be fun.
-
My First Post!
________________________________________________________________________________ ____________________
-
My First Post!
Hi everyone. It's my first post and I am feeling a little , so please be as patient as you can 'cause I'll probably be asking a lot of "noob" questions since I am a complete nooby to web design. I want to design my own websites for my company and... as far as I know I'll probably need to buy myself a software of some kind, so my first questions are: Where to start and what to buy????