Results 11 to 20 of 26
-
07-24-2008, 12:52 PM #11
I'll play around with it at home, but looking at your source, try changing the table width to a lower number than 400, and you also have your <br> tags wrong. They should be as I just showed - you have them <br/>.
-
-
07-24-2008, 01:10 PM #12
<br> and <br /> are the same thing essentially, one is HTML one is XHTML (because in XHTML all tags need a closing tag to them). the page doesn't have a doc type declared at the top so i guess either way would be fine. sorry when i typed out the table earlier i typed XHTML out of habit.
will22clark, sounds like you want to change the cellspacing or cellpadding, so try playing with those and see if you get the results you want.
-
07-24-2008, 01:29 PM #13
Still the (/) should come before the br, not after. Coming after won't do anything, correct? Or is that one of the changes in XHTML that HTML did not have?
-
-
07-24-2008, 02:11 PM #14
for self closing tags you just add a slash right before the last bracket. some tags in HTML do not need to be closed such as img or br. but in XHTML they have to be closed, so rather than type out like this <br></br> they simplified it to be <br />
here are some of the most common ones:
<br> in HTML is <br /> in XHTML
<img src="path"> in HTML is <img src="path" /> in XHTML
<input name="textbox" type="text"> in HTML is <input name="textbox" type="text" /> in XHTML
hope this helps... on will22clark's page there is no document type declaration at the top saying whether it will use HTML or XHTML. but actually looking at the code he is using HTML, so will22clark, you can change those <br />'s to <br>'s.
-
07-24-2008, 02:18 PM #15
That ^ I did not know. Thanks for clearing that up. I guess I need to brush up the basics in case I decide to change the layouts of my pages.
-
-
07-24-2008, 10:55 PM #16
now all i added was a <br> and now none of the scans are showing
-
07-24-2008, 11:22 PM #17
now i took out the <br> and im still not getting the scans working. They arent even working on my posts on the beckett boards.is there a problem with photobucket????hmmm
-
-
07-25-2008, 06:41 AM #18
anyone else having the same problems?
-
07-25-2008, 08:24 AM #19
I didn't get a chance to do anything last night, and I can't see buckets at work. However, the red x's are still there, and the links are still there, so I don't know what problem you are actually having.
-
07-25-2008, 07:37 PM #20
i see your images, looks fine to me! do you have enough web space on your website that you could just upload the pics to your site? photobucket could be unreliable at times, i think they give you a limit of views (thats why sometimes you see an image that says the person exceeded their views or loads for that image)
-














