PDA

View Full Version : Centering in XHTML


Trip
11-04-2008, 04:12 PM
Ran into a bit of an issue and hopefully someone could shed a little light on the subject. I am working on a new site, I have the Welcome Header mod (https://vborg.vbsupport.ru/showthread.php?t=165519) by Ted S (https://vborg.vbsupport.ru/member.php?u=45618) installed. I didn't want the search spiders indexing the guest welcome message, so I created an image and using DW created a XHTML "traditional" code to display the message without it being indexed. Problem is my theme is fluid and I would prefer this "image" being centered so its still visually appealing. According to most/all of the research I've done the "center" tag is deprecated. I through it in there for now, but does anybody know a way around this or have an opinion on a direction I should take??

Lynne
11-04-2008, 04:43 PM
<div align="center">your image</div>

Trip
11-04-2008, 05:22 PM
That's the ticket! Thank you kindly. :)