PDA

View Full Version : how do i put a break btwn my main photo and the table below?


cisaacs
05-03-2005, 03:53 AM
Aloha all,

Im a noob when it comes to CSS.

just installed and started tweaking my photoblog. but I'd like to insert a space below my main pic to space it out cleanly.....
which file am i supposed to add the code to, i tried in the CSS under #image and i must have either done ti wrong, or put it in the wrong place....


http://blog.conorisaacs.com/

blinking8s
05-03-2005, 05:09 AM
go to the templates directory --> pixelpost light --> image_template.html

somewhere between line like 30-40 you will see...
<img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_PREVIOUS_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" /></a>

add <br /> to the line under it...

save, upload to that same directory on the server...

*scratches head*

i think...

cisaacs
05-03-2005, 05:30 AM
Thank you!!

Joe[y]
05-03-2005, 06:42 AM
cissacs - you have used <br> rather than <br />

<br> is not compliant with xHTML which is what the template is made with. you need to use <br />