|
#11
|
|||
|
|||
|
Tags at beginning of lines
Hi,
I am working my through this tutorial but getting a little confused?? WHY is there a < before every line when there is a > and the end of the line? As below. Thanks Paul <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=UTF-8" http-equiv="content-type"> <title>Untitled Document</title> </head> |
|
#12
|
||||
|
||||
|
Bechoose it is HTML and one rule of HTML are the < and the >. More info: http://www.w3schools.com/html/default.asp
__________________
Northing.nl |
|
#13
|
|||
|
|||
|
HTML
Eon,
Thanks for your reply. I understand that < is basic HTML. But you misunderstand my query. Why is it SHOWN as "<" and not "<". It just makes the tutorial very confusing to follow. Thanks anyway. Paul |
|
#14
|
||||
|
||||
|
I thing that that has something to do with the forum-application. Or something when you copy-past the data into the textarea.
__________________
Northing.nl |
|
#15
|
|||
|
|||
|
Thanks.
Paul price |
|
#16
|
||||
|
||||
|
Hi, congratulation for this post! I printed it out and will try to make my own template.
In my PP I changed only some colors in the css-file and I placed it in a frame of my Homepage. Click DOGMA in the menue. Greetings from Germany
__________________
Mein Weg heisst mich nur vorwaerts gehen Und nimmer darf ich rueckwaerts sehen My Fotohomepage My dogs Homepage |
|
#17
|
|||
|
|||
yeah, don't wanna be a burden but my browser only shows the first style class, the body class, and i put them in columns like this:Code:
body {
margin:0px;
padding:0px;
background-color:#CCCCCC;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}
.top-line {
background-color:#333333;
text-align:left;
padding-top:3px;
padding-bottom:3px;
margin:0px;
width:100%;
color:#FFFFFF;
}
.center {
text-align:center;
}
.image {
text-align:center;
margin-left:auto;
margin-right:auto;
vertical-align:middle;
margin-top:20px;
margin-bottom:auto;
padding:6px;
background-color:#FFFFFF;
border: 2px solid #333333;
}
Last edited by Bruce!!!; 08-13-2007 at 09:33 PM. |
|
#18
|
||||
|
||||
|
the css looks fine, but I can't be sure without the actual HTML.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
|
#19
|
|||
|
|||
|
oh. i will check the HTML for errors...
EDIT: yes. it was the HTML. one small mistake but it's now fixed and all good.
|
| Post Reply |
| Thread Tools | |
|
|